qpid-dispatch git commit: DISPATCH-801 Add aggregate column back into Entities page

2017-11-15 Thread eallen
Repository: qpid-dispatch Updated Branches: refs/heads/master c2a935fc8 -> 052d60d40 DISPATCH-801 Add aggregate column back into Entities page Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/052d60d4 Tree:

[2/2] qpid-proton git commit: PROTON-1685: [go] support for marshalling/unmarshaling AMQP arrays

2017-11-15 Thread aconway
PROTON-1685: [go] support for marshalling/unmarshaling AMQP arrays Simplified marshalling code and lookup of "arrayable" types More consistent treatment of slices and arrays Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[1/2] qpid-proton git commit: PROTON-1686: [go] unmarshal maps with illegal key types

2017-11-15 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 8e3fa1950 -> 9de60a86f PROTON-1686: [go] unmarshal maps with illegal key types Also improved error handling - Only raise MarshalError and UnmarshalError, added special EndOfData error - Recover panics in-line, produces a more helpful

[qpid-interop-test] Git Push Summary

2017-11-15 Thread kpvdr
Repository: qpid-interop-test Updated Tags: refs/tags/0.1.0 [created] 63483d6fe - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org

[13/31] qpid-proton git commit: NO-JIRA: [ruby] fix cmake parallel build dependency

2017-11-15 Thread aconway
NO-JIRA: [ruby] fix cmake parallel build dependency Make ruby-gem depend on cproton-ruby to fix problems with parallel builds. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/9f80e575 Tree:

[31/31] qpid-proton git commit: Updated to 0.18.1 release

2017-11-15 Thread aconway
Updated to 0.18.1 release Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/6c48527c Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/6c48527c Diff:

[16/31] qpid-proton git commit: NO-JIRA: Re enable Windows C example testing

2017-11-15 Thread aconway
NO-JIRA: Re enable Windows C example testing Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/0790bb99 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/0790bb99 Diff:

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

2017-11-15 Thread aconway
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: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/ae1f143d Tree:

[17/31] qpid-proton git commit: NO-JIRA: Change Travis build to use "matrix" builds for coverage - Note don't actually need to run "make coverage" as codecov.io does all that processing itself.

2017-11-15 Thread aconway
NO-JIRA: Change Travis build to use "matrix" builds for coverage - Note don't actually need to run "make coverage" as codecov.io does all that processing itself. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[27/31] qpid-proton git commit: PROTON-1616: Revert erroneous fix for coverity false positive

2017-11-15 Thread aconway
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: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/de3fd617 Diff:

[23/31] qpid-proton git commit: PROTON-1664: Ensure that C++ examples build standalone

2017-11-15 Thread aconway
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://git-wip-us.apache.org/repos/asf/qpid-proton/tree/9cd879eb Diff:

[11/31] qpid-proton git commit: PROTON-1622 Add coverage reporting to CMake build

2017-11-15 Thread aconway
PROTON-1622 Add coverage reporting to CMake build cmake -DCMAKE_BUILD_TYPE=Coverage && make && ctest && make coverage Then browse ${CMAKE_BUILD_DIR}/coverage_results/html/index.html Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[05/31] qpid-proton git commit: NO-JIRA: [go] disable go with sanitizer flags, example fixes

2017-11-15 Thread aconway
NO-JIRA: [go] disable go with sanitizer flags, example fixes - disable go by default if sanitizer flags are enabled - restore error handling in client_server example - use ipv4 in example to avoid problems on ipv6-disabled platforms Project:

[21/31] qpid-proton git commit: PROTON-1650: Add extern "C" to netaddr.h

2017-11-15 Thread aconway
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.apache.org/repos/asf/qpid-proton/tree/61808383 Diff:

[15/31] qpid-proton git commit: PROTON-1622: Add instructions for coverage reporting to DEVELOPERS.md

2017-11-15 Thread aconway
PROTON-1622: Add instructions for coverage reporting to DEVELOPERS.md Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/540ef366 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/540ef366 Diff:

[09/31] qpid-proton git commit: NO-JIRA: Rearrange example CMakes to put test running stuff at end - Don't distract from the essential simplicity of file

2017-11-15 Thread aconway
NO-JIRA: Rearrange example CMakes to put test running stuff at end - Don't distract from the essential simplicity of file Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/d09511f1 Tree:

[14/31] qpid-proton git commit: PROTON-1176: [python] remove unreliable file descriptors test

2017-11-15 Thread aconway
PROTON-1176: [python] remove unreliable file descriptors test Removed a FD overflow test that is not reliable under both linux and windows. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/415a1f7a Tree:

[30/31] qpid-proton git commit: PROTON-1668: update versions for 0.18.1-rc1

2017-11-15 Thread aconway
PROTON-1668: update versions for 0.18.1-rc1 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/42f67b65 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/42f67b65 Diff:

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

2017-11-15 Thread aconway
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. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[01/31] qpid-proton git commit: PROTON-1641: Windows proactor hang on inbound connections

2017-11-15 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/go1 14f7ca56f -> 6c48527c1 PROTON-1641: Windows proactor hang on inbound connections Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/686a400c Tree:

[29/31] qpid-proton git commit: PROTON-1668: update release helper script, use version rather than tag name for archive filename

2017-11-15 Thread aconway
PROTON-1668: update release helper script, use version rather than tag name for archive filename Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/2c07cc30 Tree:

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

2017-11-15 Thread aconway
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. This is potentially race-prone but works well in practice The correct solution is to

[28/31] qpid-proton git commit: PROTON-1667: Fix more coverity issues

2017-11-15 Thread aconway
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.org/repos/asf/qpid-proton/tree/41003e64 Diff:

[02/31] qpid-proton git commit: PROTON-1620: Windows schannel thread safety for use with proactor

2017-11-15 Thread aconway
PROTON-1620: Windows schannel thread safety for use with proactor Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/63b85282 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/63b85282 Diff:

[08/31] qpid-proton git commit: PROTON-1597: Add cmake_minimum_required() to examples which need to compile separately

2017-11-15 Thread aconway
PROTON-1597: Add cmake_minimum_required() to examples which need to compile separately Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/4c21712a Tree:

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

2017-11-15 Thread aconway
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/commit/a1ceb2f1 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/a1ceb2f1

[12/31] qpid-proton git commit: PROTON-1176: Core dump if reactor creation fails

2017-11-15 Thread aconway
PROTON-1176: Core dump if reactor creation fails Fixed wrapper construct bug that leaves fields uninitialized if the reactor fails to create. Added test to verify that BlockingConnection raises a ProtonException if there are not enough FDs, and does not crash. Project:

[07/31] qpid-proton git commit: PROTON-1633: Much neater way to allow the examples to work with the sanitizers

2017-11-15 Thread aconway
PROTON-1633: Much neater way to allow the examples to work with the sanitizers Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/79cc60fc Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/79cc60fc Diff:

[19/31] qpid-proton git commit: PROTON-1652: Fix tests to run on Windows - run test in correct directory - some extra broker output flushing - treat empty ssl cert_name like no cert_name

2017-11-15 Thread aconway
PROTON-1652: Fix tests to run on Windows - run test in correct directory - some extra broker output flushing - treat empty ssl cert_name like no cert_name Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/23601872

[06/31] qpid-proton git commit: PROTON-1611: Fix that meets the high standards of aconway!

2017-11-15 Thread aconway
PROTON-1611: Fix that meets the high standards of aconway! Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/b9bb35b1 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/b9bb35b1 Diff:

[10/31] qpid-proton git commit: PROTON-1628: [cpp] Stopping container in on_container_start will hang

2017-11-15 Thread aconway
PROTON-1628: [cpp] Stopping container in on_container_start will hang Check if already stopping before entering the event loop in container::impl::thread() Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[18/31] qpid-proton git commit: PROTON-1659: Fix test to run with python 3

2017-11-15 Thread aconway
PROTON-1659: Fix test to run with python 3 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/fb352ceb Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/fb352ceb Diff:

[03/31] qpid-proton git commit: PROTON-1639: epoll.c assert() on immediate connect() failure

2017-11-15 Thread aconway
PROTON-1639: epoll.c assert() on immediate connect() failure The epoll proactor was asserting if a connect() call failed immediately. This doesn't show up in most tests because the connect() is non-blocking, and most failures are deferred to epoll and handled correctly However trying to

[04/31] qpid-proton git commit: PROTON-1639 proton.c ipv6 test does not detect lack of ipv6 support

2017-11-15 Thread aconway
PROTON-1639 proton.c ipv6 test does not detect lack of ipv6 support The test was checking for IPV6 by listening on "::" INADDR6_ANY. On some IPV6-capable platforms with IPV6 disabled, this listen() succeeds even though it not possible to connect to the listening port. Modified the test to

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

2017-11-15 Thread aconway
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/commit/705f8355 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/705f8355

[qpid-interop-test] Git Push Summary

2017-11-15 Thread kpvdr
Repository: qpid-interop-test Updated Tags: refs/tags/0.1.0-rc5 [created] 7dd437452 - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org

svn commit: r23119 - in /release/qpid/interop-test: ./ 0.1.0/ 0.1.0/qpid-interop-test-0.1.0-rc5.tar.gz 0.1.0/qpid-interop-test-0.1.0-rc5.tar.gz.asc 0.1.0/qpid-interop-test-0.1.0-rc5.tar.gz.md5 0.1.0/q

2017-11-15 Thread kpvdr
Author: kpvdr Date: Wed Nov 15 22:30:23 2017 New Revision: 23119 Log: Qpid interop-test v0.1.0 release Added: release/qpid/interop-test/ release/qpid/interop-test/0.1.0/ release/qpid/interop-test/0.1.0/qpid-interop-test-0.1.0-rc5.tar.gz (with props)

qpid-cpp git commit: QPID-8037: Compile error on Visual Studio 2017: auto_ptr definition

2017-11-15 Thread chug
Repository: qpid-cpp Updated Branches: refs/heads/master 1a44364f3 -> 8ca906bc3 QPID-8037: Compile error on Visual Studio 2017: auto_ptr definition Project: http://git-wip-us.apache.org/repos/asf/qpid-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-cpp/commit/8ca906bc Tree:

qpid-site git commit: NO-JIRA: Update dashboard after renaming of Jenkins jobs for Broker-J and JIRA component

2017-11-15 Thread orudyy
Repository: qpid-site Updated Branches: refs/heads/asf-site 28ae4c583 -> 7776b13d6 NO-JIRA: Update dashboard after renaming of Jenkins jobs for Broker-J and JIRA component Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo Commit:

qpid-site git commit: NO-JIRA: Update dashboard after renaming of Jenkins jobs for Broker-J and JIRA component

2017-11-15 Thread orudyy
Repository: qpid-site Updated Branches: refs/heads/asf-site afeae7060 -> 28ae4c583 NO-JIRA: Update dashboard after renaming of Jenkins jobs for Broker-J and JIRA component Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo Commit:

[qpid-jms-amqp-0-x] Git Push Summary

2017-11-15 Thread orudyy
Repository: qpid-jms-amqp-0-x Updated Tags: refs/tags/6.3.0 [created] 3aa6a5724 - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org

qpid-jms-amqp-0-x git commit: [maven-release-plugin] prepare release 6.3.0

2017-11-15 Thread orudyy
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/6.3.x 02391cfe5 -> 5d5280ad1 [maven-release-plugin] prepare release 6.3.0 Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/commit/5d5280ad Tree:

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

2017-11-15 Thread orudyy
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/6.3.x 5d5280ad1 -> 3cee545aa [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo Commit:

qpid-jms-amqp-0-x git commit: QPID-7898: Address review feedback from Alex Rudyy <oru...@apache.org>

2017-11-15 Thread kwall
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/master ae6d79d38 -> 9aea5431e QPID-7898: Address review feedback from Alex Rudyy Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo Commit:

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

2017-11-15 Thread orudyy
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/master 02391cfe5 -> 2b7b137b4 [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo Commit:

[qpid-jms-amqp-0-x] Git Push Summary

2017-11-15 Thread orudyy
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/6.3.x [created] 02391cfe5 - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org

[2/2] qpid-jms-amqp-0-x git commit: QPID-8034: [QPID JMS AMQP 0-x] Fix dependency check

2017-11-15 Thread orudyy
QPID-8034: [QPID JMS AMQP 0-x] Fix dependency check Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/commit/f6f03f37 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/tree/f6f03f37 Diff:

[1/2] qpid-jms-amqp-0-x git commit: QPID-8033: [Qpid JMS AMQP 0-x] Notify state waiters on any exception thrown whilst handling incoming frames

2017-11-15 Thread orudyy
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/master 9aea5431e -> f6f03f37b QPID-8033: [Qpid JMS AMQP 0-x] Notify state waiters on any exception thrown whilst handling incoming frames Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo Commit:

qpid-jms-amqp-0-x git commit: [maven-release-plugin] prepare branch 6.3.x

2017-11-15 Thread orudyy
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/master f6f03f37b -> 02391cfe5 [maven-release-plugin] prepare branch 6.3.x Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/commit/02391cfe Tree:

qpid-jms-amqp-0-x git commit: QPID-8034: [Qpid JMS AMQP 0-x] Change artifact name in module for creation of distribution bundles

2017-11-15 Thread orudyy
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/6.3.x 3cee545aa -> 691d520ff QPID-8034: [Qpid JMS AMQP 0-x] Change artifact name in module for creation of distribution bundles Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo Commit:

[qpid-jms-amqp-0-x] Git Push Summary

2017-11-15 Thread orudyy
Repository: qpid-jms-amqp-0-x Updated Tags: refs/tags/6.3.0 [deleted] 3aa6a5724 - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org

qpid-jms-amqp-0-x git commit: [maven-release-plugin] prepare release 6.3.0

2017-11-15 Thread orudyy
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/6.3.x 691d520ff -> 52ffb531c [maven-release-plugin] prepare release 6.3.0 Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/commit/52ffb531 Tree:

[qpid-jms-amqp-0-x] Git Push Summary

2017-11-15 Thread orudyy
Repository: qpid-jms-amqp-0-x Updated Tags: refs/tags/6.3.0 [created] 72c82d8bc - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org

qpid-jms-amqp-0-x git commit: QPID-8034: [Qpid JMS AMQP 0-x] Change artifact name in module for creation of distribution bundles

2017-11-15 Thread orudyy
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/master 2b7b137b4 -> e07636416 QPID-8034: [Qpid JMS AMQP 0-x] Change artifact name in module for creation of distribution bundles Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo Commit:

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

2017-11-15 Thread orudyy
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/6.3.x 52ffb531c -> c5ae744ed [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo Commit:

svn commit: r23114 - in /dev/qpid/jms-amqp-0-x: ./ 6.3.0/ 6.3.0/binaries/

2017-11-15 Thread orudyy
Author: orudyy Date: Wed Nov 15 16:47:54 2017 New Revision: 23114 Log: Qpid JMS AMQP 0-x 6.3.0 RC1 Added: dev/qpid/jms-amqp-0-x/ dev/qpid/jms-amqp-0-x/6.3.0/ dev/qpid/jms-amqp-0-x/6.3.0/apache-qpid-jms-amqp-0-x-6.3.0-src.tar.gz (with props)

qpid-site git commit: NO-JIRA: Update Qpid Broker-J pages

2017-11-15 Thread orudyy
Repository: qpid-site Updated Branches: refs/heads/asf-site 7776b13d6 -> 813b1e429 NO-JIRA: Update Qpid Broker-J pages Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/813b1e42 Tree: