[1/3] qpid-proton git commit: PROTON-1585: Remove messenger and reactor examples

2017-09-28 Thread jross
Repository: qpid-proton Updated Branches: refs/heads/master bbeb78caa -> db3ee8284 http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/db3ee828/examples/python/reactor/send.py -- diff --git

[3/3] qpid-proton git commit: PROTON-1585: Remove messenger and reactor examples

2017-09-28 Thread jross
PROTON-1585: Remove messenger and reactor examples Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/db3ee828 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/db3ee828 Diff:

[2/3] qpid-proton git commit: PROTON-1585: Remove messenger and reactor examples

2017-09-28 Thread jross
http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/db3ee828/examples/javascript/messenger/send.js -- diff --git a/examples/javascript/messenger/send.js b/examples/javascript/messenger/send.js deleted file mode 100755 index

[3/3] qpid-proton git commit: PROTON-1560: cmake BUILD_ONLY limit to selected bindings

2017-09-28 Thread aconway
PROTON-1560: cmake BUILD_ONLY limit to selected bindings Only bindings in this list are built by default. Explicit BUILD_XXX=ON settings always take precendence. Defaults to all bindings. Example: cmake -DBUILD_ONLY=ruby . Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo

[2/3] qpid-proton git commit: PROTON-1560: ruby: documentation cleanup and install

2017-09-28 Thread aconway
PROTON-1560: ruby: documentation cleanup and install Remove some premature deprecations, clean up some comments. Generate and install doc from cmake. Gem docs can be viewed with the usual tools: ri, yard etc. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[1/3] qpid-proton git commit: PROTON-1560: ruby: cmake builds the ruby gem.

2017-09-28 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master c31ca95ac -> bbeb78caa PROTON-1560: ruby: cmake builds the ruby gem. The ruby gem is built automatically from the build tree, no need to have proton installed locally. `make ruby-gem` to build it explicitly. Project:

qpid-dispatch git commit: DISPATCH-819 - Added a deliberate void in front of pn_link_send showing that we are not handling the return value

2017-09-28 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 34b202d1a -> 29c53e5e1 DISPATCH-819 - Added a deliberate void in front of pn_link_send showing that we are not handling the return value Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-837 - Remove unhelpful asset and add a free to iterator. Fixes for coverity errors

2017-09-28 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 2f253d4c8 -> 34b202d1a DISPATCH-837 - Remove unhelpful asset and add a free to iterator. Fixes for coverity errors Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-806 - Added warning log message to indicate the the console entity is deprecated and use http:yes on the listener instead. Also made a couple of attributes on the co

2017-09-28 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 077d053ff -> 2f253d4c8 DISPATCH-806 - Added warning log message to indicate the the console entity is deprecated and use http:yes on the listener instead. Also made a couple of attributes on the console entity as required.

qpid-dispatch git commit: DISPATCH-813: change lifecycle of link route to remove reference count

2017-09-28 Thread kgiusti
Repository: qpid-dispatch Updated Branches: refs/heads/master e9b6de644 -> 077d053ff DISPATCH-813: change lifecycle of link route to remove reference count Remove the ref counting when adding/removing link route patterns and instead simply add the pattern when the address is first added to

qpid-dispatch git commit: DISPATCH-842 - Added some files to the pom so they are ignored by the rat-check. These licenses have already been added to the LICENSE file

2017-09-28 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master cc3f124d6 -> e9b6de644 DISPATCH-842 - Added some files to the pom so they are ignored by the rat-check. These licenses have already been added to the LICENSE file Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo

qpid-broker-j git commit: QPID-7564: [Java Performance Tests] Change number of consumers to 20 in competing consumers performance test

2017-09-28 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 1b6034267 -> 5ab312f49 QPID-7564: [Java Performance Tests] Change number of consumers to 20 in competing consumers performance test Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

[01/12] qpid-broker-j git commit: QPID-7531: [Java Broker, AMQP 1.0] Defensive guard against NPE

2017-09-28 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master d8613a623 -> 1b6034267 QPID-7531: [Java Broker, AMQP 1.0] Defensive guard against NPE 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/1b603426

[04/12] qpid-broker-j git commit: QPID-7837: [Java Broker, AMQP1.0] Detach link when receiving message body containing anything but sections.

2017-09-28 Thread lquack
QPID-7837: [Java Broker, AMQP1.0] Detach link when receiving message body containing anything but sections. Previously if the message body contained anything but sections we closed the connection due to a ClassCastException. Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo

[05/12] qpid-broker-j git commit: QPID-7531: [Java Broker, AMQP 1.0] Refactor LazyConstructors in various DescribedTypeConstructors

2017-09-28 Thread lquack
QPID-7531: [Java Broker, AMQP 1.0] Refactor LazyConstructors in various DescribedTypeConstructors 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/56cf7b8a Tree:

[10/12] qpid-broker-j git commit: QPID-7932: [Java Broker, AMQP 1.0] Improve error handling when deserializing composite types

2017-09-28 Thread lquack
QPID-7932: [Java Broker, AMQP 1.0] Improve error handling when deserializing composite types The constructors are now auto-generated with generation being driven from annotations. Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

[12/12] qpid-broker-j git commit: QPID-7531: [Java Broker, AMQP 1.0] Fix detection of GZIP compression in Message Conversion for AMQP 1.0

2017-09-28 Thread lquack
QPID-7531: [Java Broker, AMQP 1.0] Fix detection of GZIP compression in Message Conversion for AMQP 1.0 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/2632d13e Tree:

[07/12] qpid-broker-j git commit: QPID-7932: [Java Broker, AMQP 1.0] Improve error handling when deserializing composite types

2017-09-28 Thread lquack
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/6a267175/broker-plugins/amqp-1-0-protocol/src/main/java/org/apache/qpid/server/protocol/v1_0/type/transaction/TxnCapabilities.java -- diff --git

[03/12] qpid-broker-j git commit: QPID-7531: [Java Broker, AMQP 1.0] Prevent possible NullPointerException in dynamic source creation

2017-09-28 Thread lquack
QPID-7531: [Java Broker, AMQP 1.0] Prevent possible NullPointerException in dynamic source creation 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/16caf690 Tree:

[09/12] qpid-broker-j git commit: QPID-7932: [Java Broker, AMQP 1.0] Improve error handling when deserializing composite types

2017-09-28 Thread lquack
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/6a267175/broker-plugins/amqp-1-0-protocol/src/main/java/org/apache/qpid/server/protocol/v1_0/codec/ValueHandler.java -- diff --git

[06/12] qpid-broker-j git commit: QPID-7932: [Java Broker, AMQP 1.0] Improve error handling when deserializing composite types

2017-09-28 Thread lquack
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/6a267175/broker-plugins/amqp-1-0-protocol/src/main/java/org/apache/qpid/server/protocol/v1_0/type/transport/codec/EndConstructor.java -- diff --git

[11/12] qpid-broker-j git commit: QPID-7531: [Java Broker, AMQP 1.0] Tidy up imports and redundant type declarations

2017-09-28 Thread lquack
QPID-7531: [Java Broker, AMQP 1.0] Tidy up imports and redundant type declarations 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/a352423f Tree:

[02/12] qpid-broker-j git commit: QPID-7531: [Java Broker, AMQP 1.0] Fix String format arguments in error message.

2017-09-28 Thread lquack
QPID-7531: [Java Broker, AMQP 1.0] Fix String format arguments in error message. 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/d84509a0 Tree: