qpid-proton git commit: NO-JIRA: improved c message streaming test

2017-06-21 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 7fefb47bc -> 0822dd921 NO-JIRA: improved c message streaming test proactor.c verifies streaming works with small frame sizes and session windows. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

qpid-dispatch git commit: DISPATCH-788 - Part 2 - Added a list of peer references in case there is more than one peer. This will help in the future when we introduce large message streaming

2017-06-21 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master db96fd8f1 -> 653628894 DISPATCH-788 - Part 2 - Added a list of peer references in case there is more than one peer. This will help in the future when we introduce large message streaming (cherry picked from commit

[2/5] qpid-proton git commit: NO-JIRA: allow travis & appveyor builds to inject cmake/ctest args

2017-06-21 Thread aconway
NO-JIRA: allow travis & appveyor builds to inject cmake/ctest args Setting env vars QPID_PROTON_CMAKE_ARGS and QPID_PROTON_CTEST_ARGS in travis or appveyor settings will pass the args to cmake/ctest Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[5/5] qpid-proton git commit: NO-JIRA: remove pni_parse_url() decl from platform.h

2017-06-21 Thread aconway
NO-JIRA: remove pni_parse_url() decl from platform.h It is available in url-internal.h, it is not platform-specific. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/332f5878 Tree:

[3/5] qpid-proton git commit: NO-JIRA: remove libuv from travis build, use epoll default

2017-06-21 Thread aconway
NO-JIRA: remove libuv from travis build, use epoll default Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/538e272f Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/538e272f Diff:

[1/5] qpid-proton git commit: PROTON-1494: epoll proactor PN_PROACTOR_INACTIVE behaviour, fix typo

2017-06-21 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 6d71d8ad7 -> 7fefb47bc PROTON-1494: epoll proactor PN_PROACTOR_INACTIVE behaviour, fix typo Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/095aff14

[4/5] qpid-proton git commit: NO-JIRA: c message streaming tests and tests refactor

2017-06-21 Thread aconway
NO-JIRA: c message streaming tests and tests refactor - Move common functions to test_handler.h - proactor.c: use test_ prefix consistently (e.g. proactor_test_t -> test_proactor_t) - connection_driver.c: add new in-memory connection driver pair tests - Add message streaming tests to

svn commit: r20145 - in /dev/qpid/java/6.0.8-rc1: ./ binaries/

2017-06-21 Thread kwall
Author: kwall Date: Wed Jun 21 15:09:53 2017 New Revision: 20145 Log: Qpid Java 6.0.8 RC1 Added: dev/qpid/java/6.0.8-rc1/ dev/qpid/java/6.0.8-rc1/binaries/ dev/qpid/java/6.0.8-rc1/binaries/qpid-broker-6.0.8-bin.tar.gz (with props)

svn commit: r20144 - in /dev/qpid/java/6.1.4-rc1: ./ binaries/

2017-06-21 Thread kwall
Author: kwall Date: Wed Jun 21 14:30:01 2017 New Revision: 20144 Log: Qpid Java 6.1.4 RC1 Added: dev/qpid/java/6.1.4-rc1/ dev/qpid/java/6.1.4-rc1/binaries/ dev/qpid/java/6.1.4-rc1/binaries/qpid-broker-6.1.4-bin.tar.gz (with props)

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

2017-06-21 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/6.0.x 06af83021 -> 0ac8483a0 [maven-release-plugin] prepare for next development iteration 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/0ac8483a

[qpid-broker-j] Git Push Summary

2017-06-21 Thread kwall
Repository: qpid-broker-j Updated Tags: refs/tags/6.0.8 [created] e8f6a924d - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org

qpid-broker-j git commit: [maven-release-plugin] prepare release 6.0.8

2017-06-21 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/6.0.x 5502628ec -> 06af83021 [maven-release-plugin] prepare release 6.0.8 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/06af8302 Tree:

qpid-broker-j git commit: QPID-7831: Address review comments from Alex Rudyy <oru...@apache.org>

2017-06-21 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 7826a7fc5 -> 8e7665198 QPID-7831: Address review comments from Alex Rudyy Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-broker-j git commit: QPID-7820: Address review comments from Alex Rudyy <oru...@apache.org>

2017-06-21 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 95ee1329c -> 7826a7fc5 QPID-7820: Address review comments from Alex Rudyy Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

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

2017-06-21 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/6.1.x 7cbb338d6 -> 03dfc5698 [maven-release-plugin] prepare for next development iteration 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/03dfc569

[qpid-broker-j] Git Push Summary

2017-06-21 Thread kwall
Repository: qpid-broker-j Updated Tags: refs/tags/6.1.4 [created] b8dd5f57e - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org

qpid-broker-j git commit: [maven-release-plugin] prepare release 6.1.4

2017-06-21 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/6.1.x 894c0b644 -> 7cbb338d6 [maven-release-plugin] prepare release 6.1.4 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/7cbb338d Tree:

qpid-broker-j git commit: QPID-7791: Ensure that threads used by the recoverer dispose thread-locally cached QBBs

2017-06-21 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/6.0.x e2c3146ef -> 5502628ec QPID-7791: Ensure that threads used by the recoverer dispose thread-locally cached QBBs Cherry picked from 894c0b644f98f948e5cc245b3ad483a295287171. Conflicts resolved by hand. Project:

qpid-broker-j git commit: QPID-7791: Ensure that threads used by the recoverer dispose thread-locally cached QBBs

2017-06-21 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/6.1.x bc58bc309 -> 894c0b644 QPID-7791: Ensure that threads used by the recoverer dispose thread-locally cached QBBs Cherry picked from 95ee1329cdc9b2a3c5fb0903bb61105b14eb2f37. Conflicts resolved by hand and source downgraded back to

qpid-broker-j git commit: QPID-7791: Ensure that threads used by the recoverer dispose thread-locally cached QBBs

2017-06-21 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 704fd7a30 -> 95ee1329c QPID-7791: Ensure that threads used by the recoverer dispose thread-locally cached QBBs Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-broker-j git commit: NO-JIRA: [AMQP 1.0 Protocol Tests] Do not hard code credentials

2017-06-21 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 813ecbbc1 -> 704fd7a30 NO-JIRA: [AMQP 1.0 Protocol Tests] Do not hard code credentials 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/704fd7a3

[2/3] qpid-broker-j git commit: NO-JIRA: [Java Broker] Refactor AMQP 1.0 protocol tests

2017-06-21 Thread lquack
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/813ecbbc/systests/protocol-tests-amqp-1-0/src/test/java/org/apache/qpid/tests/protocol/v1_0/extensions/soleconn/RefuseConnectionPolicy.java -- diff --git

[1/3] qpid-broker-j git commit: NO-JIRA: [Java Broker] Refactor AMQP 1.0 protocol tests

2017-06-21 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 92b79cc92 -> 813ecbbc1 http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/813ecbbc/systests/protocol-tests-amqp-1-0/src/test/java/org/apache/qpid/tests/protocol/v1_0/transport/ProtocolHeaderTest.java

[3/3] qpid-broker-j git commit: NO-JIRA: [Java Broker] Refactor AMQP 1.0 protocol tests

2017-06-21 Thread lquack
NO-JIRA: [Java Broker] Refactor AMQP 1.0 protocol tests 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/813ecbbc Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/813ecbbc Diff:

qpid-broker-j git commit: QPID-7812: Sessions#getConsumerCount returns number of consumers on all protocols

2017-06-21 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 85abb468e -> 92b79cc92 QPID-7812: Sessions#getConsumerCount returns number of consumers on all protocols Also removed dead consumer collection from session implementations Project:

qpid-broker-j git commit: QPID-7827: Delegate the creation of UUIDs to factory to avoid proliferation of UUID instances representing the same underlying UUID.

2017-06-21 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/6.0.x 807c0bc7b -> e2c3146ef QPID-7827: Delegate the creation of UUIDs to factory to avoid proliferation of UUID instances representing the same underlying UUID. Cherry picked from bc58bc3093eba424f8bcd125399db0e9bc1e7fd6 Project:

qpid-broker-j git commit: QPID-7827: Delegate the creation of UUIDs to factory to avoid proliferation of UUID instances representing the same underlying UUID.

2017-06-21 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/6.1.x 5293cc0eb -> bc58bc309 QPID-7827: Delegate the creation of UUIDs to factory to avoid proliferation of UUID instances representing the same underlying UUID. Cherry picked from 2ddbca0b16e47b18f24beaa1f4fa88d594a25618. Manually