[1/2] qpid-dispatch git commit: DISPATCH-737: Take username and password also from the URL

2017-07-17 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master ccd6b0880 -> 40f1005c4 DISPATCH-737: Take username and password also from the URL Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/e0bbd3e2

[2/2] qpid-dispatch git commit: DISPATCH-737: Empty string as allowed_mechs is interpreted as no mechs allowed. Use None instead and Proton will select the best appropriatte mechanism

2017-07-17 Thread gmurthy
DISPATCH-737: Empty string as allowed_mechs is interpreted as no mechs allowed. Use None instead and Proton will select the best appropriatte mechanism Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/40f1005c

qpid-jms git commit: QPIDJMS-301 Release buffer reference when send on not connected

2017-07-17 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master e447924a4 -> e249763c0 QPIDJMS-301 Release buffer reference when send on not connected If not connected the send call will throw and it needs to release the reference that exists on the buffer if it came from a buffer pool. Project:

qpid-jms git commit: QPIDJMS-300 Fix leak of session executor thread on close race

2017-07-17 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 87a4b1765 -> e447924a4 QPIDJMS-300 Fix leak of session executor thread on close race On close of local and remote ends at the same time the session can leak an instance of the completion executor as it tries to clean up any async close