qpid-broker-j git commit: QPID-7969: [Stress Test Tools] Add ability into StressTestClient to pause indefinitely before and after messaging operations

2017-10-13 Thread orudyy
Repository: qpid-broker-j Updated Branches: refs/heads/master b53d39aab -> 2c0b84746 QPID-7969: [Stress Test Tools] Add ability into StressTestClient to pause indefinitely before and after messaging operations Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://

qpid-broker-j git commit: QPID-7955: [Logback] Allow the logback module to find the exclusion files

2017-10-13 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 2c0b84746 -> a7121a65f QPID-7955: [Logback] Allow the logback module to find the exclusion files Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit

qpid-broker-j git commit: QPID-7970: [Java Broker] [AMQP 1.0] Remove closed link endpoint from session associated link endpoints on receiving link detach

2017-10-13 Thread orudyy
Repository: qpid-broker-j Updated Branches: refs/heads/master a7121a65f -> 8770d41dd QPID-7970: [Java Broker] [AMQP 1.0] Remove closed link endpoint from session associated link endpoints on receiving link detach Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http

[1/2] qpid-jms git commit: QPIDJMS-339 - update documentation for new transport settings

2017-10-13 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 475ff58fe -> bf30956c7 QPIDJMS-339 - update documentation for new transport settings Update documentation for keystore and truststore settings Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apac

[2/2] qpid-jms git commit: This closes #14

2017-10-13 Thread tabish
This closes #14 Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/bf30956c Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/bf30956c Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/bf30956c Branch: re

[2/2] qpid-proton git commit: PROTON-1592: [python] restore original tx_recv.py example

2017-10-13 Thread aconway
PROTON-1592: [python] restore original tx_recv.py example Previous commit introduced reproducer code into the example by mistake. The original example works as-is. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/7

[1/2] qpid-proton git commit: PROTON-1610: c++ intermittent self test fails

2017-10-13 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master bc6014057 -> 72b7ea050 PROTON-1610: c++ intermittent self test fails C++ scheduler was not checking for (next->time < now), negative timeout interval converted to large unsigned value when passed to pn_proactor_set_time-out. Project

[1/2] qpid-jms git commit: QPIDJMS-340 - fix maven-assembly-plugin compatibility

2017-10-13 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master bf30956c7 -> 5e5944a87 QPIDJMS-340 - fix maven-assembly-plugin compatibility Set targLongFileMode to posix for handling long file names Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/

[2/2] qpid-jms git commit: This closes #15

2017-10-13 Thread tabish
This closes #15 Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/5e5944a8 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/5e5944a8 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/5e5944a8 Branch: re

qpid-broker-j git commit: QPID-7913: [Java Broker] Log warning only for persistent unused messages

2017-10-13 Thread orudyy
Repository: qpid-broker-j Updated Branches: refs/heads/master 8770d41dd -> a0eccb5cf QPID-7913: [Java Broker] Log warning only for persistent unused messages Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/

qpid-proton git commit: PROTON-1630: Add a missing include

2017-10-13 Thread jross
Repository: qpid-proton Updated Branches: refs/heads/master 72b7ea050 -> 5c4962bf7 PROTON-1630: Add a missing include Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/5c4962bf Tree: http://git-wip-us.apache.org/

qpid-dispatch git commit: DISPATCH-834 Now with ability to deploy with sudo password passed in

2017-10-13 Thread eallen
Repository: qpid-dispatch Updated Branches: refs/heads/config-read-write 06f5f1201 -> 2f5ec0d89 DISPATCH-834 Now with ability to deploy with sudo password passed in Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/

[1/2] qpid-proton git commit: PROTON-1369: [c++] remove deprecation attribute on void_function0

2017-10-13 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 5c4962bf7 -> 6b2e7dcdb PROTON-1369: [c++] remove deprecation attribute on void_function0 Was causing a deprecation warning on #include of work_queue because the the deprecated function `work_queue::add(void_function0)` refers to the d

[2/2] qpid-proton git commit: PROTON-1621: Enable C++11 example testing for C++11 build environments

2017-10-13 Thread aconway
PROTON-1621: Enable C++11 example testing for C++11 build environments Run the C++ compilier feature checking from the top level Cmake file so examples and the C++ binding are built consistently. NOTE: This does not address the problem of building examples with partially capable compilers (MSVC <

qpid-proton git commit: PROTON-1543: Another slate of doc improvements

2017-10-13 Thread jross
Repository: qpid-proton Updated Branches: refs/heads/master 6b2e7dcdb -> 55564c80b PROTON-1543: Another slate of doc improvements - Transition the message properties and annotations API from unsettled to settled - Cleanups for messaging_handler and the multithreading page - Fix doc warni

qpid-dispatch git commit: DISPATCH-834 Fix for Firefox stylesheet insertion

2017-10-13 Thread eallen
Repository: qpid-dispatch Updated Branches: refs/heads/config-read-write 2f5ec0d89 -> 6f7107d42 DISPATCH-834 Fix for Firefox stylesheet insertion Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/6f7107d4 Tre