qpid-jms-amqp-0-x git commit: NO-JIRA: Remove redundant method readCertificates (which had a resource leak).

2018-06-27 Thread kwall
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/master 22a4c4fc2 -> 7f67f82ec NO-JIRA: Remove redundant method readCertificates (which had a resource leak). Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo Commit:

qpid-broker-j git commit: QPID-8203: [Broker-J] Improve protocol tests

2018-06-06 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 11c33ac9b -> fc3555cb8 QPID-8203: [Broker-J] Improve 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/fc3555cb Tree:

[1/2] qpid-broker-j git commit: NO-JIRA: [Broker-J] Add diagnostic method to write bytes as od(1) does. Useful for analysing AMQP 1.0 buffers with Wireshark which imports that format

2018-05-19 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 277e172e0 -> 711e00762 NO-JIRA: [Broker-J] Add diagnostic method to write bytes as od(1) does. Useful for analysing AMQP 1.0 buffers with Wireshark which imports that format Project:

[2/2] qpid-broker-j git commit: QPID-8194: [Protocol Tests] [AMQP 1.0] Fix test failure

2018-05-19 Thread kwall
QPID-8194: [Protocol Tests] [AMQP 1.0] Fix test failure InputHandler assumed that it was safe to mutate the bytes received from the wire after decoding the performatives. This is incorrect - the payload of payload carrying frames will be corrupted. The issue happened to appear on Windows

qpid-broker-j git commit: QPID-8195: [Broker-J] Improve AmqpErrorException#toString

2018-05-17 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 687922c7e -> 277e172e0 QPID-8195: [Broker-J] Improve AmqpErrorException#toString 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/277e172e Tree:

qpid-broker-j git commit: QPID-8194: Temporarily exclude tests TransferTests.receiveMultipleDeliveries and receiveMixtureOfTransactionalAndNonTransactionalDeliveries on Windows platform

2018-05-17 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 361fffc6a -> 687922c7e QPID-8194: Temporarily exclude tests TransferTests.receiveMultipleDeliveries and receiveMixtureOfTransactionalAndNonTransactionalDeliveries on Windows platform Project:

qpid-broker-j git commit: NO-JIRA: Bump Qpid JMS Client dependency from 0.31.0 to 0.32.0 and sync the Netty test dependency too

2018-05-17 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master f7d3ebbeb -> 361fffc6a NO-JIRA: Bump Qpid JMS Client dependency from 0.31.0 to 0.32.0 and sync the Netty test dependency too Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-jms-amqp-0-x git commit: NO-JIRA: Bump Broker-J dependency from 7.0.0 to 7.0.3

2018-05-17 Thread kwall
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/master 8706236c1 -> f88d51591 NO-JIRA: Bump Broker-J dependency from 7.0.0 to 7.0.3 Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo Commit:

qpid-jms-amqp-0-x git commit: NO-JIRA: [System Tests] Restart CPP broker on same listening port and reuse working directory.

2018-05-17 Thread kwall
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/master 983827591 -> 8706236c1 NO-JIRA: [System Tests] Restart CPP broker on same listening port and reuse working directory. Also allow a modulesDir to be passed to the cppd executable in order to enable built modules (which may

qpid-broker-j git commit: Revert "QPID-8139: [Broker-J][AMQP 1.0] Make sure that selector filter can handle JMSMessageID and JMSCorrelationID values with prefixes as defined in AMQP JMS mapping specif

2018-05-15 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 2d85f73e6 -> f7d3ebbeb Revert "QPID-8139: [Broker-J][AMQP 1.0] Make sure that selector filter can handle JMSMessageID and JMSCorrelationID values with prefixes as defined in AMQP JMS mapping specification" This reverts commit

[1/2] qpid-broker-j git commit: QPID-8139: [Broker-J][AMQP 1.0] Make sure that selector filter can handle JMSMessageID and JMSCorrelationID values with prefixes as defined in AMQP JMS mapping specific

2018-05-15 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 2fdbde270 -> 2d85f73e6 QPID-8139: [Broker-J][AMQP 1.0] Make sure that selector filter can handle JMSMessageID and JMSCorrelationID values with prefixes as defined in AMQP JMS mapping specification Project:

[2/2] qpid-broker-j git commit: QPID-8167: [Broker-J] Fix documentation and the name of a constant.

2018-05-15 Thread kwall
QPID-8167: [Broker-J] Fix documentation and the name of a constant. 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/2d85f73e Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/2d85f73e Diff:

[2/2] qpid-jms-amqp-0-x git commit: QPID-8185: [JMS AMQP 0-x][AMQP 0-8..0-91] Make sure that client closes TCP connection on failure with sending connection.close

2018-05-14 Thread kwall
QPID-8185: [JMS AMQP 0-x][AMQP 0-8..0-91] Make sure that client closes TCP connection on failure with sending connection.close Cherry picked from 983827591c27fd7d5d7289bbd9373a71728ba191 Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo Commit:

[1/2] qpid-jms-amqp-0-x git commit: QPID-8185: [JMS AMQP 0-x][AMQP 0-8..0-91] Stop handling incoming frames on session after sending channel.close

2018-05-14 Thread kwall
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/6.3.x 4e127c211 -> 298fdbec8 QPID-8185: [JMS AMQP 0-x][AMQP 0-8..0-91] Stop handling incoming frames on session after sending channel.close Cherry-picked from f89f6c2f45d11fc63551d0d61c17eceedd6bd247 Project:

qpid-broker-j git commit: QPID-8182: Ensure messageId fidelity during conversion where possible

2018-05-09 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 5b6dfcd94 -> 2696d7a54 QPID-8182: Ensure messageId fidelity during conversion where possible Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-broker-j git commit: QPID-8182: [End to End Conversion Tests] Extend test mechanism to allow testing of JMS provider assigned message ids. Add test cases too.

2018-05-07 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master e84273b05 -> d293206d7 QPID-8182: [End to End Conversion Tests] Extend test mechanism to allow testing of JMS provider assigned message ids. Add test cases too. Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo

qpid-jms-amqp-0-x git commit: QPID-8180: [Qpid JMS AMQP 0-8..0-91] Improve error message used to handle a channel not found condition during frame dispatch.

2018-05-04 Thread kwall
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/master f5fb52de7 -> e4e2b6b20 QPID-8180: [Qpid JMS AMQP 0-8..0-91] Improve error message used to handle a channel not found condition during frame dispatch. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo

qpid-broker-j git commit: NO-JIRA: Remove test exclusion related to QPID-7898

2018-05-03 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master d2589bf40 -> 78f5671f2 NO-JIRA: Remove test exclusion related to QPID-7898 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/78f5671f Tree:

[3/3] qpid-jms-amqp-0-x git commit: QPID-8141: [JMS AMQP 0-x] Bug fix - restore cache like behaviour

2018-05-03 Thread kwall
QPID-8141: [JMS AMQP 0-x] Bug fix - restore cache like behaviour 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/7d8bc4d1 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/tree/7d8bc4d1

[1/3] qpid-jms-amqp-0-x git commit: QPID-8141: [JMS AMQP 0-x] Enforce resolution of destinations with unset legacy fields

2018-05-03 Thread kwall
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/6.3.x 37b6ce317 -> 7d8bc4d1f QPID-8141: [JMS AMQP 0-x] Enforce resolution of destinations with unset legacy fields Cherry picked from master 4ef8f7a4e313cc92885ad5d2e0c3833df16b7d1e Project:

[2/3] qpid-jms-amqp-0-x git commit: QPID-8141: [JMS AMQP 0-x] Avoid repeated exchange.declare when publishing when BURL address is in-use.

2018-05-03 Thread kwall
QPID-8141: [JMS AMQP 0-x] Avoid repeated exchange.declare when publishing when BURL address is in-use. Cherry picked from master 6a5ffcf484c5bfab4b0e8ca3453baf9a7ba0c1c0 Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo Commit:

qpid-jms-amqp-0-x git commit: QPID-8141: [JMS AMQP 0-x] Bug fix - restore cache like behaviour

2018-05-03 Thread kwall
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/master 6a5ffcf48 -> f5fb52de7 QPID-8141: [JMS AMQP 0-x] Bug fix - restore cache like behaviour Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo Commit:

[1/2] qpid-jms-amqp-0-x git commit: Revert "QPID-8141: [JMS AMQP 0-x] Return resolved destination from Session#createQueue/Session#createTopic if one exists"

2018-05-02 Thread kwall
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/master e6657e12d -> 6a5ffcf48 Revert "QPID-8141: [JMS AMQP 0-x] Return resolved destination from Session#createQueue/Session#createTopic if one exists" This reverts commit e6657e12d7d99956a08d58181c7dd57e9521eb24. Project:

[2/2] qpid-jms-amqp-0-x git commit: QPID-8141: [JMS AMQP 0-x] Avoid repeated exchange.declare when publishing when BURL address is in-use.

2018-05-02 Thread kwall
QPID-8141: [JMS AMQP 0-x] Avoid repeated exchange.declare when publishing when BURL address is in-use. 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/6a5ffcf4 Tree:

qpid-broker-j git commit: QPID-8176: [Broker-J] Use broker REST API to check broker availability

2018-05-01 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/7.0.x c8593eb36 -> df93e6afd QPID-8176: [Broker-J] Use broker REST API to check broker availability Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-broker-j git commit: QPID-8158: [Broker-J Tests] Replace use of java.lang.Thread#interrupted with java.lang.Thread#interrupt in test code

2018-05-01 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 23e968d0d -> 30de6410f QPID-8158: [Broker-J Tests] Replace use of java.lang.Thread#interrupted with java.lang.Thread#interrupt in test code Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-broker-j git commit: QPID-7830: [Broker-J] [AMQP 0-8..0-91] Move caching responsubility to virtualhost

2018-04-27 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 7d7b50824 -> ddc519a55 QPID-7830: [Broker-J] [AMQP 0-8..0-91] Move caching responsubility to virtualhost Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

[2/2] qpid-broker-j git commit: QPID-7830: [Broker-J] [AMQP 0-8..0-91] Cache AMQPShortStrings that relate to exchanges/routing keys and header values (that are usually drawn from a small domain) in a

2018-04-26 Thread kwall
QPID-7830: [Broker-J] [AMQP 0-8..0-91] Cache AMQPShortStrings that relate to exchanges/routing keys and header values (that are usually drawn from a small domain) in a time/size bound cache. Intent is to reduce the amount of tenured garbage produced when messages are repeatedly sent to same

[1/2] qpid-broker-j git commit: QPID-7830: [Broker-J] [AMQP 0-8..0-91] Mechanically refactor AMQPShortString introducing factory methods and hiding constructors

2018-04-26 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 78fe397ad -> 7d7b50824 QPID-7830: [Broker-J] [AMQP 0-8..0-91] Mechanically refactor AMQPShortString introducing factory methods and hiding constructors Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-broker-j git commit: QPID-8164: Add tests ensuring that sending links to temporary queues/topics from other connections are allowed.

2018-04-23 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master c45aea4c4 -> 4dcbb741b QPID-8164: Add tests ensuring that sending links to temporary queues/topics from other connections are allowed. Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-jms-amqp-0-x git commit: QPID-8135: Mask connection URL password options

2018-04-19 Thread kwall
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/6.3.x a9ff1856d -> 37b6ce317 QPID-8135: Mask connection URL password options 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/37b6ce31

[1/3] qpid-broker-j git commit: QPID-8158: [Broker-J] [System Tests] Small tidy-up

2018-04-15 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 440824f39 -> dbd42eaf5 QPID-8158: [Broker-J] [System Tests] Small tidy-up 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/f098ca34 Tree:

[3/3] qpid-broker-j git commit: NO-JIRA: Add "Running the Broker" section

2018-04-15 Thread kwall
NO-JIRA: Add "Running the Broker" section 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/dbd42eaf Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/dbd42eaf Diff:

[2/3] qpid-broker-j git commit: QPID-8166: Remove etc/passwd and groups from distribution

2018-04-15 Thread kwall
QPID-8166: Remove etc/passwd and groups from distribution 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/0710c153 Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/0710c153 Diff:

qpid-broker-j git commit: QPID-8163: [Access Control Plugin] Support OWNER psuedo principal in ACL rules.

2018-04-13 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master b91ddb20e -> 2443fe648 QPID-8163: [Access Control Plugin] Support OWNER psuedo principal in ACL rules. Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-broker-j git commit: QPID-8160: [Broker-J] Ensure that AccessControlException during sending link creation is reported with an amqp:unauthorized-access

2018-04-11 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 768f4fb09 -> 0ec8be159 QPID-8160: [Broker-J] Ensure that AccessControlException during sending link creation is reported with an amqp:unauthorized-access Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-broker-j git commit: QPID-8159: Upgrade Jackson from 2.9.4 to 2.9.5

2018-04-11 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 88a12e8c5 -> 7f0219c93 QPID-8159: Upgrade Jackson from 2.9.4 to 2.9.5 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/7f0219c9 Tree:

qpid-broker-j git commit: NO-JIRA: [Unit Tests] [Windows] [Appveyor] Backout branches block

2018-04-05 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master c6d452a97 -> 381202d2b NO-JIRA: [Unit Tests] [Windows] [Appveyor] Backout branches block Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-broker-j git commit: NO-JIRA: [Unit Tests] [Windows] Turn on protocol tests

2018-04-05 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 5b2b590ce -> c6d452a97 NO-JIRA: [Unit Tests] [Windows] Turn on 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/c6d452a9 Tree:

qpid-broker-j git commit: NO-JIRA: [Unit Tests] Fix unit test failures on Windows - 2nd attempt

2018-04-05 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 4716b3aa8 -> 5b2b590ce NO-JIRA: [Unit Tests] Fix unit test failures on Windows - 2nd attempt Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

[2/2] qpid-jms-amqp-0-x git commit: QPID-8153: [Qpid JMS AMQP 0-x] Pass host/port through to the SSLEngine so that SNI may function

2018-04-05 Thread kwall
QPID-8153: [Qpid JMS AMQP 0-x] Pass host/port through to the SSLEngine so that SNI may function 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/78cf85c6 Tree:

[1/2] qpid-jms-amqp-0-x git commit: QPID-8135: [Qpid JMS AMQP 0-x] Mask passwords associated with end to end encryption in the BrokerDetails#toString()

2018-04-05 Thread kwall
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/master 44cec584d -> 97347f0fb QPID-8135: [Qpid JMS AMQP 0-x] Mask passwords associated with end to end encryption in the BrokerDetails#toString() Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo Commit:

qpid-broker-j git commit: NO-JIRA: [Unit Tests] Fix unit test failures on Windows

2018-04-04 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master cfb113bf3 -> 4716b3aa8 NO-JIRA: [Unit Tests] Fix unit test failures on Windows 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/4716b3aa Tree:

qpid-broker-j git commit: NO-JIRA: Add appveyor config for CI on Windows (unit tests only for now)

2018-04-04 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master b22a1e7ad -> 203184f98 NO-JIRA: Add appveyor config for CI on Windows (unit tests only for now) Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Add missing exclusion when running on an IBM JDK.

2018-04-02 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 988e5c960 -> d773df7d7 QPID-8151: [Broker-J] [Unit tests] Add missing exclusion when running on an IBM JDK. Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

[29/30] qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase

2018-04-01 Thread kwall
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d0dcd3fc/bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/ReplicatedEnvironmentFacadeTest.java -- diff --git

[30/30] qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase

2018-04-01 Thread kwall
QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase 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/d0dcd3fc Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/d0dcd3fc Diff:

[24/30] qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase

2018-04-01 Thread kwall
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d0dcd3fc/broker-core/src/test/java/org/apache/qpid/server/model/testmodels/singleton/AbstractConfiguredObjectTest.java -- diff --git

[14/30] qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase

2018-04-01 Thread kwall
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d0dcd3fc/broker-plugins/access-control/src/test/java/org/apache/qpid/server/security/access/config/RuleSetTest.java -- diff --git

[09/30] qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase

2018-04-01 Thread kwall
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d0dcd3fc/broker-plugins/amqp-msg-conv-0-10-to-1-0/src/test/java/org/apache/qpid/server/protocol/converter/v0_10_v1_0/PropertyConverter_1_0_to_0_10Test.java -- diff --git

[25/30] qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase

2018-04-01 Thread kwall
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d0dcd3fc/broker-core/src/test/java/org/apache/qpid/server/model/adapter/FileBasedGroupProviderImplTest.java -- diff --git

[21/30] qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase

2018-04-01 Thread kwall
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d0dcd3fc/broker-core/src/test/java/org/apache/qpid/server/queue/StandardQueueEntryListTest.java -- diff --git

[26/30] qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase

2018-04-01 Thread kwall
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d0dcd3fc/broker-core/src/test/java/org/apache/qpid/server/logging/messages/BrokerMessagesTest.java -- diff --git

[19/30] qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase

2018-04-01 Thread kwall
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d0dcd3fc/broker-core/src/test/java/org/apache/qpid/server/security/auth/sasl/crammd5/CramMd5NegotiatorTest.java -- diff --git

[10/30] qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase

2018-04-01 Thread kwall
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d0dcd3fc/broker-plugins/amqp-msg-conv-0-10-to-1-0/src/test/java/org/apache/qpid/server/protocol/converter/v0_10_v1_0/MessageConverter_0_10_to_1_0Test.java -- diff --git

[04/30] qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase

2018-04-01 Thread kwall
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d0dcd3fc/broker/src/test/java/org/apache/qpid/server/MainTest.java -- diff --git a/broker/src/test/java/org/apache/qpid/server/MainTest.java

[15/30] qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase

2018-04-01 Thread kwall
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d0dcd3fc/broker-plugins/access-control/src/test/java/org/apache/qpid/server/security/access/config/AclFileParserTest.java -- diff --git

[06/30] qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase

2018-04-01 Thread kwall
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d0dcd3fc/broker-plugins/logging-logback/src/test/java/org/apache/qpid/server/logging/logback/QpidLoggerTurboFilterTest.java -- diff --git

[16/30] qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase

2018-04-01 Thread kwall
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d0dcd3fc/broker-core/src/test/java/org/apache/qpid/server/util/FileHelperTest.java -- diff --git

[03/30] qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase

2018-04-01 Thread kwall
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d0dcd3fc/perftests/src/test/java/org/apache/qpid/disttest/controller/config/ConfigReaderTest.java -- diff --git

[08/30] qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase

2018-04-01 Thread kwall
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d0dcd3fc/broker-plugins/amqp-msg-conv-0-8-to-1-0/src/test/java/org/apache/qpid/server/protocol/converter/v0_8_v1_0/MessageConverter_1_0_to_v0_8Test.java -- diff --git

[28/30] qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase

2018-04-01 Thread kwall
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d0dcd3fc/bdbstore/src/test/java/org/apache/qpid/server/virtualhostnode/berkeleydb/BDBHAVirtualHostNodeOperationalLoggingTest.java -- diff --git

[07/30] qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase

2018-04-01 Thread kwall
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d0dcd3fc/broker-plugins/derby-store/src/test/java/org/apache/qpid/server/store/derby/DerbyPreferenceStoreTest.java -- diff --git

[05/30] qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase

2018-04-01 Thread kwall
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d0dcd3fc/broker-plugins/management-http/src/test/java/org/apache/qpid/server/management/plugin/servlet/query/ConfiguredObjectQueryTest.java -- diff --git

[18/30] qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase

2018-04-01 Thread kwall
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d0dcd3fc/broker-core/src/test/java/org/apache/qpid/server/store/AbstractDurableConfigurationStoreTestCase.java -- diff --git

[11/30] qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase

2018-04-01 Thread kwall
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d0dcd3fc/broker-plugins/amqp-1-0-protocol/src/test/java/org/apache/qpid/server/protocol/v1_0/MessageConverter_v1_0_to_InternalTest.java -- diff --git

[12/30] qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase

2018-04-01 Thread kwall
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d0dcd3fc/broker-plugins/amqp-0-8-protocol/src/test/java/org/apache/qpid/server/protocol/v0_8/MessageMetaDataFactoryTest.java -- diff --git

[27/30] qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase

2018-04-01 Thread kwall
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d0dcd3fc/broker-core/src/test/java/org/apache/qpid/server/consumer/AbstractConsumerTargetTest.java -- diff --git

[02/30] qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase

2018-04-01 Thread kwall
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d0dcd3fc/perftests/src/test/java/org/apache/qpid/disttest/results/aggregation/TestResultAggregatorTest.java -- diff --git

[22/30] qpid-broker-j git commit: QPID-8151: [Broker-J] [Unit tests] Factor out QpidTestCase

2018-04-01 Thread kwall
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d0dcd3fc/broker-core/src/test/java/org/apache/qpid/server/queue/FlowToDiskOverflowPolicyHandlerTest.java -- diff --git

[2/2] qpid-broker-j git commit: QPID-8147: [Broker-J] Report received bytes as part of operational log message for unsupported protocol header

2018-03-30 Thread kwall
QPID-8147: [Broker-J] Report received bytes as part of operational log message for unsupported protocol header 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/912ac84d Tree:

[1/2] qpid-broker-j git commit: QPID-8147: [Broker-J] Incorporate changes into documentation

2018-03-30 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/7.0.x 62bb19866 -> cda28e59d QPID-8147: [Broker-J] Incorporate changes into documentation 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/cda28e59

qpid-broker-j git commit: QPID-8147: [Broker-J] Incorporate changes into documentation

2018-03-30 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 3c0dc1e97 -> 8293a4746 QPID-8147: [Broker-J] Incorporate changes into documentation 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/8293a474

qpid-broker-j git commit: QPID-8144: [Broker-J] Correct arithmetic type used when computing utilised direct memory (from int to long).

2018-03-30 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/6.0.x d663b3b4f -> f4a8107c7 QPID-8144: [Broker-J] Correct arithmetic type used when computing utilised direct memory (from int to long). Cherry picked from 6.1.x b35dda09a8c0a3c99fd522518e899dfd5f53bd58 Project:

qpid-broker-j git commit: QPID-8144: [Broker-J] Correct arithmetic type used when computing utilised direct memory (from int to long).

2018-03-30 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/6.1.x b85f99c80 -> b35dda09a QPID-8144: [Broker-J] Correct arithmetic type used when computing utilised direct memory (from int to long). Reimplementation of equivilent change from master. Project:

qpid-broker-j git commit: QPID-8144: [Broker-J] Correct arithmetic type used when computing utilised direct memory (from int to long).

2018-03-29 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/7.0.x cf41fa6ed -> 44c91e708 QPID-8144: [Broker-J] Correct arithmetic type used when computing utilised direct memory (from int to long). Cherry picked from master 8e6d2c1f2cb47df31d7d2ccb8e00dfed6b713a70 Project:

qpid-broker-j git commit: QPID-8144: [Broker-J] Correct arithmetic type used when computing utilised direct memory (from int to long).

2018-03-29 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 1d832c616 -> 8e6d2c1f2 QPID-8144: [Broker-J] Correct arithmetic type used when computing utilised direct memory (from int to long). Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-broker-j git commit: QPID-8137: [Broker-J] Return configured port as accepting port when network transport instance is not created

2018-03-22 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/7.0.x aea2d43c5 -> cf41fa6ed QPID-8137: [Broker-J] Return configured port as accepting port when network transport instance is not created Cherry picked from master 43476a2 Project:

qpid-broker-j git commit: QPID-7197: [Broker-J] Fix referrer/referee confusion in parameter names.

2018-03-22 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 4fbab0e59 -> c5e5cd2ab QPID-7197: [Broker-J] Fix referrer/referee confusion in parameter names. Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-broker-j git commit: QPID-8123: [BDB System Tests] Fix MultiNodeTest#testInFlightTransactionsWhilstMajorityIsLost on the AMQP 1.0 path so that JMS clientId is not shared amongst the producers.

2018-03-22 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 069ad6733 -> 4fbab0e59 QPID-8123: [BDB System Tests] Fix MultiNodeTest#testInFlightTransactionsWhilstMajorityIsLost on the AMQP 1.0 path so that JMS clientId is not shared amongst the producers. Project:

qpid-broker-j git commit: QPID-8124: [Broker-J] Fix ACL logging on checking web management console access after REST SASL authentication

2018-03-20 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/7.0.x 8ef118e74 -> b5d67e003 QPID-8124: [Broker-J] Fix ACL logging on checking web management console access after REST SASL authentication Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

[3/3] qpid-broker-j git commit: QPID-8136: [Broker-J] [Jackson] Update dependency from 2.8.7 to 2.8.11

2018-03-20 Thread kwall
QPID-8136: [Broker-J] [Jackson] Update dependency from 2.8.7 to 2.8.11 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/b85f99c8 Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/b85f99c8 Diff:

[1/3] qpid-broker-j git commit: QPID-7858 [Java Broker] Bump com.fasterxml.jackson dependency from 2.5 to 2.8

2018-03-20 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/6.1.x e0b3bbf6d -> b85f99c80 QPID-7858 [Java Broker] Bump com.fasterxml.jackson dependency from 2.5 to 2.8 Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

[2/3] qpid-broker-j git commit: QPID-7858: Update dependency reference w.r.t FasterXML/jackson

2018-03-20 Thread kwall
QPID-7858: Update dependency reference w.r.t FasterXML/jackson 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/bffe99ce Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/bffe99ce Diff:

qpid-broker-j git commit: NO-JIRA: [Broker-J] [Protocol Test AMQP 0-8] Fix sporadically failing ConnectionTest#heartbeatingNoIncomingTraffic on Travis-CI

2018-03-20 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 07aaa13b0 -> 5c570579d NO-JIRA: [Broker-J] [Protocol Test AMQP 0-8] Fix sporadically failing ConnectionTest#heartbeatingNoIncomingTraffic on Travis-CI Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-broker-j git commit: QPID-8133: [Broker-J] Correct handling of cic command line argument and eliminate depcreation warning

2018-03-20 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 6a8f71e56 -> 07aaa13b0 QPID-8133: [Broker-J] Correct handling of cic command line argument and eliminate depcreation warning Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-broker-j git commit: NO-JIRA: Exclude travis config from Apache RAT check

2018-03-20 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/6.1.x e3a146369 -> e0b3bbf6d NO-JIRA: Exclude travis config from Apache RAT check 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/e0b3bbf6 Tree:

qpid-broker-j git commit: NO-JIRA: Use openjdk7 rather than oraclejdk7

2018-03-19 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/6.1.x a87a3a9b3 -> e3a146369 NO-JIRA: Use openjdk7 rather than oraclejdk7 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/e3a14636 Tree:

qpid-broker-j git commit: NO-JIRA: Add .travis.yml

2018-03-19 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/6.1.x e1b5f5ad9 -> a87a3a9b3 NO-JIRA: Add .travis.yml 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/a87a3a9b Tree:

qpid-broker-j git commit: NO-JIRA: [Broker-J] [Protocol Test AMQP 0-8] Fix sporadically failing org.apache.qpid.tests.protocol.v0_8.ConnectionTest#overlySizedContentBodyFrame

2018-03-19 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master a1bf40bf2 -> 330a71cdc NO-JIRA: [Broker-J] [Protocol Test AMQP 0-8] Fix sporadically failing org.apache.qpid.tests.protocol.v0_8.ConnectionTest#overlySizedContentBodyFrame Project:

qpid-broker-j git commit: QPID-8136: [Broker-J] [Jackson] Update dependency from 2.9.4

2018-03-19 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 43476a2a2 -> 906a84956 QPID-8136: [Broker-J] [Jackson] Update dependency from 2.9.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/906a8495

qpid-broker-j git commit: QPID-8136: [Broker-J] [Jackson] Update dependency from 2.8.7 to 2.8.11

2018-03-19 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/7.0.x 699533530 -> 8ef118e74 QPID-8136: [Broker-J] [Jackson] Update dependency from 2.8.7 to 2.8.11 Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-broker-j git commit: QPID-8133: [Broker-J] Correct DEPENDENCIES_REFERENCE for Commons-CLI

2018-03-19 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master ac9069ac8 -> d189cc701 QPID-8133: [Broker-J] Correct DEPENDENCIES_REFERENCE for Commons-CLI Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

[1/2] qpid-broker-j git commit: QPID-7567 : [Broker-J] Delegate consistently to underlying KeyManager

2018-03-19 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 3f0f55875 -> ac9069ac8 QPID-7567 : [Broker-J] Delegate consistently to underlying KeyManager Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

[2/2] qpid-broker-j git commit: QPID-8133: [Broker-J] Refresh Commons-CLI dependency (1.4)

2018-03-19 Thread kwall
QPID-8133: [Broker-J] Refresh Commons-CLI dependency (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/89c69e7f Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/89c69e7f Diff:

qpid-broker-j git commit: QPID-8016: [Broker-J] Delegate consistently to the client methods of underlying KeyManager too

2018-03-19 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/7.0.x 6d26e38ab -> 699533530 QPID-8016: [Broker-J] Delegate consistently to the client methods of underlying KeyManager too Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-broker-j git commit: QPID-8016: [Broker-J] Correct FileKeyStore's selection of certificate by alias

2018-03-17 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/7.0.x ce05c23a5 -> 6d26e38ab QPID-8016: [Broker-J] Correct FileKeyStore's selection of certificate by alias Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-broker-j git commit: QPID-8083: [System Tests] [REST/HTTP] Reduce Jetty logging and rationalise HttpTestHelper

2018-03-16 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master bad76bc36 -> ee3bfae23 QPID-8083: [System Tests] [REST/HTTP] Reduce Jetty logging and rationalise HttpTestHelper Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-broker-j git commit: NO-JIRA: Bump Qpid JMS Client dependency from 0.29.0 to 0.30.0

2018-03-16 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 1e01c1fbe -> a15892b9f NO-JIRA: Bump Qpid JMS Client dependency from 0.29.0 to 0.30.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/a15892b9

qpid-broker-j git commit: QPID-8130: [Broker-J] Fix comparator for log file details

2018-03-15 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/6.1.x 2b8097e4e -> e1b5f5ad9 QPID-8130: [Broker-J] Fix comparator for log file details 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/e1b5f5ad Tree:

  1   2   3   4   5   6   7   8   9   10   >