[1/3] qpid-proton git commit: PROTON-1164: [C++ binding] Remove the proton::event parameter from handler invocations - It was no longer needed as there is now always a parameter that gives you access

2016-04-07 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 38bf12f9b -> ac5d3c687 PROTON-1164: [C++ binding] Remove the proton::event parameter from handler invocations - It was no longer needed as there is now always a parameter that gives you access to the object tree. - Consequently remo

[2/3] qpid-proton git commit: PROTON-1164: [C++ binding] Add a container accessor to object hierarchy - This allows simple access to all layers of the object model from every object type that can bre

2016-04-07 Thread astitcher
PROTON-1164: [C++ binding] Add a container accessor to object hierarchy - This allows simple access to all layers of the object model from every object type that can bre passed to a handler Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/rep

[3/3] qpid-proton git commit: PROTON-1153: [C++ binding] Remove all data members from proton_handler - It's now a pure interface - This does mean that you currently create more pn_handler_t structs th

2016-04-07 Thread astitcher
PROTON-1153: [C++ binding] Remove all data members from proton_handler - It's now a pure interface - This does mean that you currently create more pn_handler_t structs than before, but they could be cached somewhere else. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Comm

qpid-dispatch git commit: DISPATCH-265 - Cleaned up the logging levels and log text in the router module.

2016-04-07 Thread tross
Repository: qpid-dispatch Updated Branches: refs/heads/master 9e638d61d -> 090d0555b DISPATCH-265 - Cleaned up the logging levels and log text in the router module. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/

svn commit: r13076 - /dev/qpid/jms/0.9.0-rc1/

2016-04-07 Thread robbie
Author: robbie Date: Thu Apr 7 17:00:04 2016 New Revision: 13076 Log: add files for qpid-jms 0.9.0-rc1 Added: dev/qpid/jms/0.9.0-rc1/ dev/qpid/jms/0.9.0-rc1/apache-qpid-jms-0.9.0-bin.tar.gz (with props) dev/qpid/jms/0.9.0-rc1/apache-qpid-jms-0.9.0-bin.tar.gz.asc (with props)

svn commit: r1738151 - in /qpid/site: docs/releases/qpid-dispatch-master/index.html docs/releases/qpid-jms-master/docs/index.html docs/releases/qpid-jms-master/index.html input/releases/qpid-jms-maste

2016-04-07 Thread robbie
Author: robbie Date: Thu Apr 7 16:43:59 2016 New Revision: 1738151 URL: http://svn.apache.org/viewvc?rev=1738151&view=rev Log: NO-JIRA: update the site with latest JMS client master docs Modified: qpid/site/docs/releases/qpid-dispatch-master/index.html qpid/site/docs/releases/qpid-jms-ma

qpid-jms git commit: [maven-release-plugin] prepare release 0.9.0

2016-04-07 Thread robbie
Repository: qpid-jms Updated Branches: refs/heads/master 3c19c6af3 -> db5e9f709 [maven-release-plugin] prepare release 0.9.0 Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/db5e9f70 Tree: http://git-wip-us.apache.org

qpid-jms git commit: [maven-release-plugin] prepare for next development iteration

2016-04-07 Thread robbie
Repository: qpid-jms Updated Branches: refs/heads/master db5e9f709 -> a63095195 [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/a6309519 Tree: http://git-

[qpid-jms] Git Push Summary

2016-04-07 Thread robbie
Repository: qpid-jms Updated Tags: refs/tags/0.9.0 [created] 83c3f7118 - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org

qpid-dispatch git commit: DISPATCH-262 - Make sure that send-settle-mode is only acted upon if the delivery is unsettled.

2016-04-07 Thread tross
Repository: qpid-dispatch Updated Branches: refs/heads/master bdf489a1f -> 9e638d61d DISPATCH-262 - Make sure that send-settle-mode is only acted upon if the delivery is unsettled. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/a

svn commit: r1738135 - in /qpid/java/trunk: client/src/main/java/org/apache/qpid/client/AMQConnection.java client/src/main/java/org/apache/qpid/client/AMQProtocolHandler.java systests/src/test/java/or

2016-04-07 Thread orudyy
Author: orudyy Date: Thu Apr 7 14:38:41 2016 New Revision: 1738135 URL: http://svn.apache.org/viewvc?rev=1738135&view=rev Log: QPID-7189: Fix creation of delegate for AMQP 0-9-1 in response to broker supported protocol on protocol negotiation Modified: qpid/java/trunk/client/src/main/java/

qpid-jms git commit: QPIDJMS-169 Use the StandardCharsets value for UTF8

2016-04-07 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 52f5d9f76 -> 3c19c6af3 QPIDJMS-169 Use the StandardCharsets value for UTF8 Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/3c19c6af Tree: http://git-wip-us.apac

qpid-dispatch git commit: DISPATCH-254 - Initialized fingerprint char array. Fix for bug reported by Coverity

2016-04-07 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master d7e9b161b -> bdf489a1f DISPATCH-254 - Initialized fingerprint char array. Fix for bug reported by Coverity Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-disp

svn commit: r1738119 - in /qpid/java/trunk: broker-core/src/main/java/org/apache/qpid/server/virtualhost/ broker-core/src/test/java/org/apache/qpid/server/virtualhost/ broker-plugins/amqp-1-0-protocol

2016-04-07 Thread kwall
Author: kwall Date: Thu Apr 7 11:15:40 2016 New Revision: 1738119 URL: http://svn.apache.org/viewvc?rev=1738119&view=rev Log: QPID-7154: [Java Broker] On AMQP 1.0, when processing delivery state only dequeue if the acquisition was successfully locked * Guards case where management actor has del