qpid-dispatch git commit: DISPATCH-1056: Generate man page inputs only if the docs target is invoked

2018-06-28 Thread jross
Repository: qpid-dispatch Updated Branches: refs/heads/master e92dab3c5 -> 550c6711d DISPATCH-1056: Generate man page inputs only if the docs target is invoked Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: NO-JIRA - Set the versions to 1.2.0

2018-06-28 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/1.2.x [created] c47c78126 NO-JIRA - Set the versions to 1.2.0 Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/c47c7812 Tree:

qpid-dispatch git commit: NO-JIRA - Incremented version numbers

2018-06-28 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master ed515fb70 -> cdc71d475 NO-JIRA - Incremented version numbers Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/cdc71d47 Tree:

svn commit: r27803 - in /dev/qpid/dispatch/1.2.0-rc1: ./ qpid-dispatch-1.2.0.tar.gz qpid-dispatch-1.2.0.tar.gz.asc qpid-dispatch-1.2.0.tar.gz.sha512

2018-06-28 Thread gmurthy
Author: gmurthy Date: Fri Jun 29 01:31:57 2018 New Revision: 27803 Log: Adding files for Qpid Dispatch 1.2.0-rc1 Added: dev/qpid/dispatch/1.2.0-rc1/ dev/qpid/dispatch/1.2.0-rc1/qpid-dispatch-1.2.0.tar.gz (with props) dev/qpid/dispatch/1.2.0-rc1/qpid-dispatch-1.2.0.tar.gz.asc

[1/2] qpid-proton git commit: PROTON-1878: Improve CMake modularity - Small improvements to FindLibuv - Tiny fix to FindSWIG wrapper - Split out logic to find Cyrus SASL

2018-06-28 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 88bf39454 -> 69647801d PROTON-1878: Improve CMake modularity - Small improvements to FindLibuv - Tiny fix to FindSWIG wrapper - Split out logic to find Cyrus SASL Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo

[2/2] qpid-proton git commit: PROTON-1879: Make CMake files more idiomatic by modern standards - Use imported targets - Create wrappers for FindOpenSSL/FindThreads so that we can use imported targets

2018-06-28 Thread astitcher
PROTON-1879: Make CMake files more idiomatic by modern standards - Use imported targets - Create wrappers for FindOpenSSL/FindThreads so that we can use imported targets on cmake 2.8.12 on RHEL6/RHEL7 where the cmake supplied modules don't provide imported targets. Project:

qpid-proton git commit: PROTON-1880: Install all Windows pdbs - Some small neutral rearrangements too

2018-06-28 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 69647801d -> 1792ff076 PROTON-1880: Install all Windows pdbs - Some small neutral rearrangements too Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[qpid-dispatch] Git Push Summary

2018-06-28 Thread gmurthy
Repository: qpid-dispatch Updated Tags: refs/tags/1.2.0-rc1 [created] c47c78126 - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org

[1/2] qpid-dispatch git commit: NO-JIRA: Improved message logging

2018-06-28 Thread aconway
Repository: qpid-dispatch Updated Branches: refs/heads/master cdc71d475 -> 7affc254f NO-JIRA: Improved message logging - Quote string-like values using proton conventions: "string", b"binary", :"symbol" - Omit fields absent in message, fix comma-separation of fields. - Add link source &

[2/2] qpid-dispatch git commit: NO-JIRA: Move internal is_log_component_enabled() to connection_manager_private.h

2018-06-28 Thread aconway
NO-JIRA: Move internal is_log_component_enabled() to connection_manager_private.h Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/c48e55c0 Tree:

qpid-dispatch git commit: DISPATCH-1045 - Release the delivery only after the entire message has been received

2018-06-28 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 0f8fb609e -> 5d7304f2c DISPATCH-1045 - Release the delivery only after the entire message has been received Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-proton git commit: PROTON-1875: [Ruby] Error running ruby-test-container on Raspbian Jesse

2018-06-28 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 8b3488399 -> 88bf39454 PROTON-1875: [Ruby] Error running ruby-test-container on Raspbian Jesse Bug in this line: Thread.report_on_exception = false rescue nil The "rescue nil" clause applies to the expression "false" *not* to

qpid-dispatch git commit: DISPATCH-1057 Add space after # to make python happy. Add more error checking in console test

2018-06-28 Thread eallen
Repository: qpid-dispatch Updated Branches: refs/heads/master eb1c8a4d8 -> 439950b1e DISPATCH-1057 Add space after # to make python happy. Add more error checking in console test Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-jms git commit: QPIDJMS-399 Split write and flush of data into two operations

2018-06-28 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 856e2b9ac -> 7750a1c27 QPIDJMS-399 Split write and flush of data into two operations Allow for split write and then flush of outbound data which allows for quicker release of blocking operations where the flush can be done after the

qpid-dispatch git commit: DISPATCH-1057 Skip the console test is the console is not built

2018-06-28 Thread eallen
Repository: qpid-dispatch Updated Branches: refs/heads/master 69c613413 -> eb1c8a4d8 DISPATCH-1057 Skip the console test is the console is not built Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/eb1c8a4d

qpid-dispatch git commit: DISPATCH-1046: fixes for running the policy code under python3

2018-06-28 Thread kgiusti
Repository: qpid-dispatch Updated Branches: refs/heads/master 550c6711d -> 69c613413 DISPATCH-1046: fixes for running the policy code under python3 This closes #334 Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-1057 - Additional fix. Move comments to separate lines. Renamed shadow variables

2018-06-28 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 439950b1e -> ed515fb70 DISPATCH-1057 - Additional fix. Move comments to separate lines. Renamed shadow variables Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

svn commit: r27799 - /release/qpid/jms/0.34.0/

2018-06-28 Thread robbie
Author: robbie Date: Thu Jun 28 22:50:11 2018 New Revision: 27799 Log: add files for qpid-jms-0.34.0 Added: release/qpid/jms/0.34.0/ - copied from r27798, dev/qpid/jms/0.34.0-rc1/ - To unsubscribe, e-mail:

svn commit: r27800 - /release/qpid/jms/0.32.0/

2018-06-28 Thread robbie
Author: robbie Date: Thu Jun 28 22:50:48 2018 New Revision: 27800 Log: clean out older release Removed: release/qpid/jms/0.32.0/ - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands,

qpid-dispatch git commit: DISPATCH-1008 - Original connection information is preserved in the failover list and a connection is attempted via round robin when the router fails over

2018-06-28 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 5d7304f2c -> e92dab3c5 DISPATCH-1008 - Original connection information is preserved in the failover list and a connection is attempted via round robin when the router fails over Project:

[1/2] qpid-proton git commit: NO-JIRA: [cpp] Added missing API doc comments

2018-06-28 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 37cd347de -> 8b3488399 NO-JIRA: [cpp] Added missing API doc comments Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/8b348839 Tree:

[2/2] qpid-proton git commit: PROTON-1877: [ruby] doc is not multilib-clean for x86_64 vs i686

2018-06-28 Thread aconway
PROTON-1877: [ruby] doc is not multilib-clean for x86_64 vs i686 Override the footer which has a timestamp in it. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/122404a4 Tree:

qpid-jms git commit: QPIDJMS-397: override up to surefire 2.21.0 to resolve Java 10 compatibility issue

2018-06-28 Thread robbie
Repository: qpid-jms Updated Branches: refs/heads/master e745e2a87 -> 856e2b9ac QPIDJMS-397: override up to surefire 2.21.0 to resolve Java 10 compatibility issue Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: