qpid-broker-j git commit: NO-JIRA: Add cpp profile to the list of those profiles requiring enableAmqp0-x

2017-09-21 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 15d21c472 -> 1f37d73eb NO-JIRA: Add cpp profile to the list of those profiles requiring enableAmqp0-x 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/c

qpid-broker-j git commit: QPID-7787: [Java Broker] On AMQP 1.0 flip the default behaviour to send the additional SASL data in the outcome instead of in an additional challenge

2017-09-21 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 1f37d73eb -> f210eea85 QPID-7787: [Java Broker] On AMQP 1.0 flip the default behaviour to send the additional SASL data in the outcome instead of in an additional challenge Project: http://git-wip-us.apache.org/repos/asf/qpid-brok

[1/2] qpid-broker-j git commit: QPID-7919: [System Tests] Exclude ACL test for temporary queue creation from messaging for AMQP 1.0

2017-09-21 Thread orudyy
Repository: qpid-broker-j Updated Branches: refs/heads/master f210eea85 -> b39d49135 QPID-7919: [System Tests] Exclude ACL test for temporary queue creation from messaging for AMQP 1.0 Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/rep

[2/2] qpid-broker-j git commit: QPID-7904: [AMQP 1.0] [ACL] Ensure that transaction is marked as rolled back only if ACL denies publish

2017-09-21 Thread orudyy
QPID-7904: [AMQP 1.0] [ACL] Ensure that transaction is marked as rolled back only if ACL denies publish 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/366b4d6b Tree: http://git-wip-us.apache.org/repos/asf/qpi

qpid-broker-j git commit: QPID-7564: [Java Broker, Perftests] Add competing consumer test case to defaultTests.js

2017-09-21 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master b39d49135 -> 1aac6abe0 QPID-7564: [Java Broker, Perftests] Add competing consumer test case to defaultTests.js Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-

svn commit: r21737 - /release/qpid/jms/0.25.0/

2017-09-21 Thread robbie
Author: robbie Date: Thu Sep 21 14:18:07 2017 New Revision: 21737 Log: add files for qpid-jms-0.25.0 Added: release/qpid/jms/0.25.0/ - copied from r21736, dev/qpid/jms/0.25.0-rc1/ - To unsubscribe, e-mail: commits-uns

svn commit: r21738 - /release/qpid/jms/0.23.0/

2017-09-21 Thread robbie
Author: robbie Date: Thu Sep 21 14:20:35 2017 New Revision: 21738 Log: clean out older release Removed: release/qpid/jms/0.23.0/ - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail:

[1/3] qpid-proton git commit: NO-JIRA: c++ fix doxygen warning

2017-09-21 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master cdd86bcfe -> 6743ab441 NO-JIRA: c++ fix doxygen 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/be614a14 Tree: http://git-wip-us.apache.org/re

[3/3] qpid-proton git commit: PROTON-1512: Fixes and doc clarifications for pn_delivery_aborted()

2017-09-21 Thread aconway
PROTON-1512: Fixes and doc clarifications for pn_delivery_aborted() - added explict PN_ABORTED error code (PN_STATE_ERR has another meaning in this context) - fixed initialization bug for aborted flag - enforce discarding all data for aborted frames on sender and receiver, for interop sanity - c

[2/3] qpid-proton git commit: NO-JIRA: c examples - clean up argv handling

2017-09-21 Thread aconway
NO-JIRA: c examples - clean up argv handling Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/d341350c Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/d341350c Diff: http://git-wip-us.apache.org/repos/

qpid-proton git commit: PROTON-1512: c examples use recommended PN_DELIVERY pattern

2017-09-21 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 6743ab441 -> 5c9984994 PROTON-1512: c examples use recommended PN_DELIVERY pattern Fixed the C examples to use the recommended pattern of always reading data on a PN_DELIVERY event. Letting data accumulate in proton can cause a hang i