qpid-proton git commit: PROTON-1667: Fix more coverity issues

2017-10-30 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master de3fd6172 -> 41003e64a PROTON-1667: Fix more coverity issues Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/41003e64 Tree: http://git-wip-us.apache.o

qpid-proton git commit: PROTON-1616: Revert erroneous fix for coverity false positive

2017-10-30 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 738c1980e -> de3fd6172 PROTON-1616: Revert erroneous fix for coverity false positive Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/de3fd617 Tree: ht

qpid-proton git commit: PROTON-1658: [ruby] simpler, more portable port allocation for tests

2017-10-30 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 91195b580 -> 738c1980e PROTON-1658: [ruby] simpler, more portable port allocation for tests The SO_REUSEADDR trick that works on Linux does not work on OSX or Windows. Use a simpler approach of listen(0), close socket, do real listen.

qpid-proton git commit: PROTON-1655: [go] TestAuthPlain fails when SASL_IMPL is none

2017-10-30 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master a1ceb2f15 -> 91195b580 PROTON-1655: [go] TestAuthPlain fails when SASL_IMPL is none Added electron.SASLExtended() check for extended SASL support. Skip tests that can't be run without extended support when it is not available. Proje

qpid-proton git commit: PROTON-1663: [ruby] use cmake status messages, not warnings if ruby deps not found

2017-10-30 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 9cd879eba -> a1ceb2f15 PROTON-1663: [ruby] use cmake status messages, not warnings if ruby deps not found Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/co

qpid-proton git commit: PROTON-1664: Ensure that C++ examples build standalone

2017-10-30 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master ae1f143d2 -> 9cd879eba PROTON-1664: Ensure that C++ examples build standalone Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/9cd879eb Tree: http://gi

[1/2] qpid-dispatch git commit: DISPATCH-861 For latest rhea.js move the reply_to:, to:, and correlation_id: fields out of message properties

2017-10-30 Thread eallen
Repository: qpid-dispatch Updated Branches: refs/heads/master fff38466a -> eaa8901c7 http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/eaa8901c/console/stand-alone/plugin/lib/rhea-min.js -- diff --git a/console/stand-al

[2/2] qpid-dispatch git commit: DISPATCH-861 For latest rhea.js move the reply_to:, to:, and correlation_id: fields out of message properties

2017-10-30 Thread eallen
DISPATCH-861 For latest rhea.js move the reply_to:, to:, and correlation_id: fields out of message properties Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/eaa8901c Tree: http://git-wip-us.apache.org/repos/a

qpid-jms git commit: QPIDJMS-344 Update the discovered URIs for the remote on connect

2017-10-30 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 055a4df47 -> b8bdec81b QPIDJMS-344 Update the discovered URIs for the remote on connect During failover reconnection process the discovered remote hosts from the open before signaling that the connection is restored to ensure that the fa

qpid-proton git commit: PROTON-1660: [ruby] remove broken dependency "json ~> 0"

2017-10-30 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 61808383e -> ae1f143d2 PROTON-1660: [ruby] remove broken dependency "json ~> 0" Removed this dependency entirely, proton no longer depends on the json module. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

qpid-proton git commit: PROTON-1650: Add extern "C" to netaddr.h

2017-10-30 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 705f83550 -> 61808383e PROTON-1650: Add extern "C" to netaddr.h Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/61808383 Tree: http://git-wip-us.apach

qpid-dispatch git commit: DISPATCH-767 - Additional fix to regression introduced in a previous checkin for this fix. Add the out_link to links_with_work only on new work creation

2017-10-30 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/1.0.x 0533f349a -> 97f37b276 DISPATCH-767 - Additional fix to regression introduced in a previous checkin for this fix. Add the out_link to links_with_work only on new work creation Project: http://git-wip-us.apache.org/repos/asf/qpid-di

qpid-dispatch git commit: DISPATCH-767 - Additional fix to regression introduced in a previous checkin for this fix. Add the out_link to links_with_work only on new work creation

2017-10-30 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 6284b7a81 -> fff38466a DISPATCH-767 - Additional fix to regression introduced in a previous checkin for this fix. Add the out_link to links_with_work only on new work creation Project: http://git-wip-us.apache.org/repos/asf/qpid-d

qpid-proton git commit: PROTON-1662: Make sure we link with pthreads for both openssl and cyrus sasl plugins

2017-10-30 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 236018722 -> 705f83550 PROTON-1662: Make sure we link with pthreads for both openssl and cyrus sasl plugins Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/

qpid-broker-j git commit: QPID-7994: [Broker-J] [JMS2.0 support] Add a system test for unsubscibe of global shared durable subscription

2017-10-30 Thread orudyy
Repository: qpid-broker-j Updated Branches: refs/heads/master 8cac3e0bb -> 319edfe69 QPID-7994: [Broker-J] [JMS2.0 support] Add a system test for unsubscibe of global shared durable subscription Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apac

qpid-jms git commit: NO-JIRA: move a couple transport options to the correct config group

2017-10-30 Thread robbie
Repository: qpid-jms Updated Branches: refs/heads/master 65c59c1da -> 055a4df47 NO-JIRA: move a couple transport options to the correct config group Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/055a4df4 Tree: http

qpid-broker-j git commit: QPID-7985: [Documentation] Add markdown (.md) extension to the list of those ignored by apache-rat:check

2017-10-30 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 05112c65e -> 8cac3e0bb QPID-7985: [Documentation] Add markdown (.md) extension to the list of those ignored by apache-rat:check Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.or