qpid-jms git commit: QPIDJMS-434 Safe iteration over consumer that can close during

2018-11-20 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master a9f0ad020 -> 2186300e8 QPIDJMS-434 Safe iteration over consumer that can close during Ensure that we safely iterate over the consumers when processing a client acknowledge to ensure that deferred closures don't cause a

qpid-proton-j git commit: PROTON-1965: also apply optimisation when the compared span is within the current array

2018-11-20 Thread robbie
Repository: qpid-proton-j Updated Branches: refs/heads/master 243dd0dd7 -> b3a66b741 PROTON-1965: also apply optimisation when the compared span is within the current array Project: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/repo Commit:

qpid-proton git commit: PROTON-1887: [c] fix signed/unsigned warning

2018-11-20 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 0bdba37da -> d1d55df20 PROTON-1887: [c] fix signed/unsigned warning Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/d1d55df2 Tree:

qpid-dispatch git commit: DISPATCH-1168 Fix popup info being stale after adding new edge router or client

2018-11-20 Thread eallen
Repository: qpid-dispatch Updated Branches: refs/heads/master 9b44162b8 -> 386587e10 DISPATCH-1168 Fix popup info being stale after adding new edge router or client Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-proton-j git commit: PROTON-1965: Optimize CompositeReadableBuffer::equals for the single-array case.

2018-11-20 Thread robbie
Repository: qpid-proton-j Updated Branches: refs/heads/master 459b84d44 -> 243dd0dd7 PROTON-1965: Optimize CompositeReadableBuffer::equals for the single-array case. PR from Francesco Nigro with fixup from Robbie. This closes #20. Project: