[1/2] qpid-broker-j git commit: NO-JIRA: [Broker-J] FieldTableMessageTest was erroneously testing the client implementation instead of the broker impl

2017-11-10 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master e3260f592 -> e08052db3 NO-JIRA: [Broker-J] FieldTableMessageTest was erroneously testing the client implementation instead of the broker impl Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wi

[2/2] qpid-broker-j git commit: QPID-8030: [Broker-J] Message conversion from 0-8 to 1.0 should preserve binary correlationId

2017-11-10 Thread lquack
QPID-8030: [Broker-J] Message conversion from 0-8 to 1.0 should preserve binary correlationId 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/e08052db Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j

[2/4] qpid-jms-amqp-0-x git commit: QPID-7725: [Java Client, AMQP 0-x] Remove QpidByteBuffer

2017-11-10 Thread lquack
http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/blob/95203e5d/client/src/main/java/org/apache/qpid/framing/ContentHeaderBody.java -- diff --git a/client/src/main/java/org/apache/qpid/framing/ContentHeaderBody.java b/clie

[1/4] qpid-jms-amqp-0-x git commit: QPID-7725: [Java Client, AMQP 0-x] Remove QpidByteBuffer

2017-11-10 Thread lquack
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/master 8443f85a5 -> 95203e5d1 http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/blob/95203e5d/client/src/test/java/org/apache/qpid/bytebuffer/QpidByteBufferOutputStreamTest.java ---

[4/4] qpid-jms-amqp-0-x git commit: QPID-7725: [Java Client, AMQP 0-x] Remove QpidByteBuffer

2017-11-10 Thread lquack
QPID-7725: [Java Client, AMQP 0-x] Remove QpidByteBuffer 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/95203e5d Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/tree/95203e5d Diff: http:

[3/4] qpid-jms-amqp-0-x git commit: QPID-7725: [Java Client, AMQP 0-x] Remove QpidByteBuffer

2017-11-10 Thread lquack
http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/blob/95203e5d/client/src/main/java/org/apache/qpid/framing/AMQType.java -- diff --git a/client/src/main/java/org/apache/qpid/framing/AMQType.java b/client/src/main/java/org/

qpid-jms-amqp-0-x git commit: QPID-7897, QPID-7899: [Java Client, AMQP 0-x] Add missing copyright header to test file

2017-11-09 Thread lquack
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/master 83dd606e3 -> 8443f85a5 QPID-7897, QPID-7899: [Java Client, AMQP 0-x] Add missing copyright header to test file Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo Commit: http://git-wip-us.apache.org/repos/a

qpid-jms-amqp-0-x git commit: QPID-8018: [Java Client, AMQP 0-x] Clarify error message when connection times out.

2017-11-08 Thread lquack
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/master ffa282d5e -> 83dd606e3 QPID-8018: [Java Client, AMQP 0-x] Clarify error message when connection times out. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo Commit: http://git-wip-us.apache.org/repos/asf/q

[1/3] qpid-jms-amqp-0-x git commit: NO-JIRA: [Java Client, AMQP 0-x] Remove SerialTest#testCorollary1 test.

2017-11-08 Thread lquack
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/master 1043d0f4d -> ffa282d5e NO-JIRA: [Java Client, AMQP 0-x] Remove SerialTest#testCorollary1 test. The test seems ill-conceived. * The number of iterations for s seems arbitrary (67108664 = 2^26 - 100) * The values of n seem arbit

[2/3] qpid-jms-amqp-0-x git commit: QPID-7897, QPID-7899: [Java Client, AMQP 0-x] Do not convert to/from String in Message#set-/getJMSCorrelationIDAsBytes()

2017-11-08 Thread lquack
QPID-7897, QPID-7899: [Java Client, AMQP 0-x] Do not convert to/from String in Message#set-/getJMSCorrelationIDAsBytes() 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/8774a1c3 Tree: http://git-wip-us

[3/3] qpid-jms-amqp-0-x git commit: NO-JIRA: [Java Client, AMQP 0-x] Remove MessageConverterTest#testMessageConversion which does not test anything of value.

2017-11-08 Thread lquack
NO-JIRA: [Java Client, AMQP 0-x] Remove MessageConverterTest#testMessageConversion which does not test anything of value. The test setup sets properties on a message. The test then calls the same method to set the same properties on a Dummy implementation of Message. The test then asserts that

qpid-jms-amqp-0-x git commit: QPID-7964: [Java Client, AMQP 0-x] In SCRAM SASL implementation do not incorrectly encode "=" and ", " for passwords

2017-11-08 Thread lquack
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/master 56bacf627 -> 1043d0f4d QPID-7964: [Java Client, AMQP 0-x] In SCRAM SASL implementation do not incorrectly encode "=" and "," for passwords Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo Commit: http://g

[2/2] qpid-broker-j git commit: QPID-7998: [Broker-J][AMQP 1.0] When removing global shared subscription links on detach synchronize on the VirtualHost

2017-11-07 Thread lquack
QPID-7998: [Broker-J][AMQP 1.0] When removing global shared subscription links on detach synchronize on the VirtualHost This is done to avoid a race which would lead to * a client-side 'not-found' error on unsubscribe and * a leaked subscription queue on the broker which might accumulate messag

[1/2] qpid-broker-j git commit: QPID-7998: [Broker-J][AMQP 1.0] By default, allow global shared subscriptions but discard their links on detach

2017-11-07 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/7.0.x a2dec7573 -> 0b991f4a9 QPID-7998: [Broker-J][AMQP 1.0] By default, allow global shared subscriptions but discard their links on detach Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apa

qpid-broker-j git commit: NO-JIRA: [Broker-J] Add comment about "silent link stealing" in AMQP 1.0

2017-11-07 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master d91e06176 -> 103d76a14 NO-JIRA: [Broker-J] Add comment about "silent link stealing" in AMQP 1.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/

qpid-broker-j git commit: QPID-7998: [Broker-J][AMQP 1.0] By default, allow global shared subscriptions but discard their links on detach

2017-11-06 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master e5be145b5 -> d91e06176 QPID-7998: [Broker-J][AMQP 1.0] By default, allow global shared subscriptions but discard their links on detach Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.ap

qpid-broker-j git commit: QPID-7399: [Broker-J] Catch ClosedSelectorException which can occur during shutdown

2017-10-27 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 62a07 -> 2422183b6 QPID-7399: [Broker-J] Catch ClosedSelectorException which can occur during shutdown Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-brok

[1/2] qpid-broker-j git commit: NO-JIRA: [Broker-J] remove unhelpful stacktrace from debug message.

2017-10-27 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 67f78d364 -> 62a07 NO-JIRA: [Broker-J] remove unhelpful stacktrace from debug message. There is probably something fishy about the way we shut down connections but the stacktrace doesn't really help and it just clutters the tes

[2/2] qpid-broker-j git commit: QPID-7962: [Broker-J, AMQP 1.0] In some circumstances Broker fails to send Flow back when Flow with drain flag set is received from client.

2017-10-27 Thread lquack
QPID-7962: [Broker-J, AMQP 1.0] In some circumstances Broker fails to send Flow back when Flow with drain flag set is received from client. * When message is stolen from consumer add it to the queue's list of interested consumers * Rename QueueConsumer# and ConsumerTarget#queueEmpty to #noMess

[2/2] qpid-broker-j git commit: QPID-7981: [Broker-J, AMQP 1.0] Handle erroneous null termini cases

2017-10-25 Thread lquack
QPID-7981: [Broker-J, AMQP 1.0] Handle erroneous null termini cases 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/948b284f Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/948b284f Diff: http:/

[1/2] qpid-broker-j git commit: QPID-7988: [Broker-J, AMQP 1.0] Receiving a Flow with an unknown handle MUST result in a session error

2017-10-25 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master e64e28268 -> 948b284fd QPID-7988: [Broker-J, AMQP 1.0] Receiving a Flow with an unknown handle MUST result in a session error Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/

[03/10] qpid-broker-j git commit: QPID-7832: [Java Broker] Refactor store/protocol API using Collection

2017-10-18 Thread lquack
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/660c206d/broker-plugins/amqp-1-0-protocol/src/main/java/org/apache/qpid/server/protocol/v1_0/type/messaging/codec/AmqpValueSectionConstructor.java -- diff --git a/broker-pl

[07/10] qpid-broker-j git commit: QPID-7832: [Java Broker] Refactor store/protocol API using Collection

2017-10-18 Thread lquack
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/660c206d/broker-core/src/test/java/org/apache/qpid/server/bytebuffer/QpidByteBufferTest.java -- diff --git a/broker-core/src/test/java/org/apache/qpid/server/bytebuffer/Qpi

[06/10] qpid-broker-j git commit: QPID-7832: [Java Broker] Refactor store/protocol API using Collection

2017-10-18 Thread lquack
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/660c206d/broker-plugins/amqp-0-10-protocol/src/main/java/org/apache/qpid/server/protocol/v0_10/ServerDisassembler.java -- diff --git a/broker-plugins/amqp-0-10-protocol/src

[05/10] qpid-broker-j git commit: QPID-7832: [Java Broker] Refactor store/protocol API using Collection

2017-10-18 Thread lquack
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/660c206d/broker-plugins/amqp-0-8-protocol/src/test/java/org/apache/qpid/server/protocol/v0_8/PropertyConverter_v0_8_to_InternalTest.java -- diff --git a/broker-plugins/amqp

[09/10] qpid-broker-j git commit: QPID-7832: [Java Broker] Refactor store/protocol API using Collection

2017-10-18 Thread lquack
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/660c206d/broker-core/src/main/java/org/apache/qpid/server/bytebuffer/QpidByteBuffer.java -- diff --git a/broker-core/src/main/java/org/apache/qpid/server/bytebuffer/QpidByt

[10/10] qpid-broker-j git commit: QPID-7832: [Java Broker] Refactor store/protocol API using Collection

2017-10-18 Thread lquack
QPID-7832: [Java Broker] Refactor store/protocol API using Collection 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/660c206d Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/660c206d Diff: htt

[01/10] qpid-broker-j git commit: QPID-7832: [Java Broker] Refactor store/protocol API using Collection

2017-10-18 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 955a79b7d -> 660c206de http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/660c206d/systests/protocol-tests-amqp-1-0/src/main/java/org/apache/qpid/tests/protocol/v1_0/Utils.java -

[02/10] qpid-broker-j git commit: QPID-7832: [Java Broker] Refactor store/protocol API using Collection

2017-10-18 Thread lquack
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/660c206d/broker-plugins/amqp-msg-conv-0-8-to-0-10/src/main/java/org/apache/qpid/server/protocol/converter/v0_8_v0_10/MessageConverter_0_8_to_0_10.java -- diff --git a/broke

[08/10] qpid-broker-j git commit: QPID-7832: [Java Broker] Refactor store/protocol API using Collection

2017-10-18 Thread lquack
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/660c206d/broker-core/src/main/java/org/apache/qpid/server/configuration/updater/TaskExecutorImpl.java -- diff --git a/broker-core/src/main/java/org/apache/qpid/server/confi

[04/10] qpid-broker-j git commit: QPID-7832: [Java Broker] Refactor store/protocol API using Collection

2017-10-18 Thread lquack
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/660c206d/broker-plugins/amqp-1-0-protocol/src/main/java/org/apache/qpid/server/protocol/v1_0/codec/FrameWriter.java -- diff --git a/broker-plugins/amqp-1-0-protocol/src/mai

qpid-broker-j git commit: QPID-7955: [Java Broker] Workaround LOGBACK-1027: Stack overflow on recursive exceptions

2017-10-10 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 28c3dc2bc -> 4889eac08 QPID-7955: [Java Broker] Workaround LOGBACK-1027: Stack overflow on recursive exceptions Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid

qpid-broker-j git commit: QPID-7956: [Java Broker] Guard against the possibility of a null housekeeper executer when reallocating messages

2017-10-10 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 1de6cd5dc -> 4ff194a7b QPID-7956: [Java Broker] Guard against the possibility of a null housekeeper executer when reallocating messages Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.a

qpid-broker-j git commit: QPID-7933: [Java Broker] Ensure changes made to existing durable children of virtualhost after virtualhost restart are persisted

2017-10-09 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 37209c589 -> d27237d87 QPID-7933: [Java Broker] Ensure changes made to existing durable children of virtualhost after virtualhost restart are persisted Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: htt

qpid-broker-j git commit: QPID-7944: [Java Broker] [Message Conversion] Work around for JDK-8148463 when handling application properties with null values.

2017-10-09 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master bd5b95147 -> 37209c589 QPID-7944: [Java Broker] [Message Conversion] Work around for JDK-8148463 when handling application properties with null values. Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: htt

[2/3] qpid-broker-j git commit: QPID-7958: [Java Broker] Ensure a message reference is always taken for SystemMessageSource messages

2017-10-09 Thread lquack
QPID-7958: [Java Broker] Ensure a message reference is always taken for SystemMessageSource messages 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/2967b682 Tree: http://git-wip-us.apache.org/repos/asf/qpid-b

[1/3] qpid-broker-j git commit: QPID-7958: [Java Broker] Ensure SystemMessageSource messages are deleted even when they are not consumed

2017-10-09 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 3eb2426b0 -> bd5b95147 QPID-7958: [Java Broker] Ensure SystemMessageSource messages are deleted even when they are not consumed Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.or

[3/3] qpid-broker-j git commit: QPID-7958: [Java Broker] [AMQP Management] Dispose converted message on the incoming request path

2017-10-09 Thread lquack
QPID-7958: [Java Broker] [AMQP Management] Dispose converted message on the incoming request path 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/bd5b9514 Tree: http://git-wip-us.apache.org/repos/asf/qpid-brok

qpid-broker-j git commit: QPID-7564: [Java Performance Tests] Change number of consumers to 30 in competing consumers performance test

2017-10-03 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 66cef783f -> 7fc0721fb QPID-7564: [Java Performance Tests] Change number of consumers to 30 in competing consumers performance test Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apach

qpid-broker-j git commit: QPID-7932: [Java Broker, AMQP 1.0] Further decoding improvements

2017-10-02 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master af10b7e4b -> a6a02baa7 QPID-7932: [Java Broker, AMQP 1.0] Further decoding improvements 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/a6a02baa

[2/2] qpid-broker-j git commit: QPID-7932: [Java Broker, AMQP 1.0] Improve Error handling for decoding invalid byte streams

2017-09-29 Thread lquack
QPID-7932: [Java Broker, AMQP 1.0] Improve Error handling for decoding invalid byte streams 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/2402b637 Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/t

[1/2] qpid-broker-j git commit: QPID-7932: [Java Broker, AMQP 1.0] Improve Error handling for decoding invalid byte streams

2017-09-29 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master d4d408f27 -> 2402b6379 http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/2402b637/broker-plugins/amqp-1-0-protocol/src/main/java/org/apache/qpid/server/protocol/v1_0/type/messaging/codec/DataSectionConstructor.java --

qpid-broker-j git commit: QPID-7564: [Java Performance Tests] Change number of consumers to 20 in competing consumers performance test

2017-09-28 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 1b6034267 -> 5ab312f49 QPID-7564: [Java Performance Tests] Change number of consumers to 20 in competing consumers performance test Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apach

[01/12] qpid-broker-j git commit: QPID-7531: [Java Broker, AMQP 1.0] Defensive guard against NPE

2017-09-28 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master d8613a623 -> 1b6034267 QPID-7531: [Java Broker, AMQP 1.0] Defensive guard against NPE 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/1b603426 T

[04/12] qpid-broker-j git commit: QPID-7837: [Java Broker, AMQP1.0] Detach link when receiving message body containing anything but sections.

2017-09-28 Thread lquack
QPID-7837: [Java Broker, AMQP1.0] Detach link when receiving message body containing anything but sections. Previously if the message body contained anything but sections we closed the connection due to a ClassCastException. Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Co

[05/12] qpid-broker-j git commit: QPID-7531: [Java Broker, AMQP 1.0] Refactor LazyConstructors in various DescribedTypeConstructors

2017-09-28 Thread lquack
QPID-7531: [Java Broker, AMQP 1.0] Refactor LazyConstructors in various DescribedTypeConstructors 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/56cf7b8a Tree: http://git-wip-us.apache.org/repos/asf/qpid-brok

[10/12] qpid-broker-j git commit: QPID-7932: [Java Broker, AMQP 1.0] Improve error handling when deserializing composite types

2017-09-28 Thread lquack
QPID-7932: [Java Broker, AMQP 1.0] Improve error handling when deserializing composite types The constructors are now auto-generated with generation being driven from annotations. Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/

[12/12] qpid-broker-j git commit: QPID-7531: [Java Broker, AMQP 1.0] Fix detection of GZIP compression in Message Conversion for AMQP 1.0

2017-09-28 Thread lquack
QPID-7531: [Java Broker, AMQP 1.0] Fix detection of GZIP compression in Message Conversion for AMQP 1.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/2632d13e Tree: http://git-wip-us.apache.org/repos/asf/qpi

[07/12] qpid-broker-j git commit: QPID-7932: [Java Broker, AMQP 1.0] Improve error handling when deserializing composite types

2017-09-28 Thread lquack
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/6a267175/broker-plugins/amqp-1-0-protocol/src/main/java/org/apache/qpid/server/protocol/v1_0/type/transaction/TxnCapabilities.java -- diff --git a/broker-plugins/amqp-1-0-p

[03/12] qpid-broker-j git commit: QPID-7531: [Java Broker, AMQP 1.0] Prevent possible NullPointerException in dynamic source creation

2017-09-28 Thread lquack
QPID-7531: [Java Broker, AMQP 1.0] Prevent possible NullPointerException in dynamic source creation 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/16caf690 Tree: http://git-wip-us.apache.org/repos/asf/qpid-br

[09/12] qpid-broker-j git commit: QPID-7932: [Java Broker, AMQP 1.0] Improve error handling when deserializing composite types

2017-09-28 Thread lquack
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/6a267175/broker-plugins/amqp-1-0-protocol/src/main/java/org/apache/qpid/server/protocol/v1_0/codec/ValueHandler.java -- diff --git a/broker-plugins/amqp-1-0-protocol/src/ma

[06/12] qpid-broker-j git commit: QPID-7932: [Java Broker, AMQP 1.0] Improve error handling when deserializing composite types

2017-09-28 Thread lquack
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/6a267175/broker-plugins/amqp-1-0-protocol/src/main/java/org/apache/qpid/server/protocol/v1_0/type/transport/codec/EndConstructor.java -- diff --git a/broker-plugins/amqp-1-

[11/12] qpid-broker-j git commit: QPID-7531: [Java Broker, AMQP 1.0] Tidy up imports and redundant type declarations

2017-09-28 Thread lquack
QPID-7531: [Java Broker, AMQP 1.0] Tidy up imports and redundant type declarations 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/a352423f Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/a3524

[02/12] qpid-broker-j git commit: QPID-7531: [Java Broker, AMQP 1.0] Fix String format arguments in error message.

2017-09-28 Thread lquack
QPID-7531: [Java Broker, AMQP 1.0] Fix String format arguments in error message. 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/d84509a0 Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/d84509a0

[08/12] qpid-broker-j git commit: QPID-7932: [Java Broker, AMQP 1.0] Improve error handling when deserializing composite types

2017-09-28 Thread lquack
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/6a267175/broker-plugins/amqp-1-0-protocol/src/main/java/org/apache/qpid/server/protocol/v1_0/type/messaging/codec/PropertiesConstructor.java -- diff --git a/broker-plugins/

qpid-broker-j git commit: QPID-7564: [Java Broker, Perftests] Change scaling of competing consumer chart.

2017-09-22 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 1aac6abe0 -> a120d2475 QPID-7564: [Java Broker, Perftests] Change scaling of competing consumer chart. 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/

qpid-broker-j git commit: QPID-7564: [Java Broker, Perftests] Add competing consumer test case to defaultTests.js

2017-09-21 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master b39d49135 -> 1aac6abe0 QPID-7564: [Java Broker, Perftests] Add competing consumer test case to defaultTests.js Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-

qpid-broker-j git commit: QPID-7787: [Java Broker] On AMQP 1.0 flip the default behaviour to send the additional SASL data in the outcome instead of in an additional challenge

2017-09-21 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 1f37d73eb -> f210eea85 QPID-7787: [Java Broker] On AMQP 1.0 flip the default behaviour to send the additional SASL data in the outcome instead of in an additional challenge Project: http://git-wip-us.apache.org/repos/asf/qpid-brok

[1/2] qpid-broker-j git commit: QPID-7823: [Java Broker] Make contradicting message-formats on multi transfer deliveries result in link error

2017-08-31 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 8c26b5310 -> cc309fa38 QPID-7823: [Java Broker] Make contradicting message-formats on multi transfer deliveries result in link error Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apac

[2/2] qpid-broker-j git commit: QPID-7823: [Java Broker] Refactor code to ensure AMQP 1.0 section always has either a value or encodedForm.

2017-08-31 Thread lquack
QPID-7823: [Java Broker] Refactor code to ensure AMQP 1.0 section always has either a value or encodedForm. This was causing the IntelliJ debugger to behave in really weird ways. Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qp

qpid-broker-j git commit: QPID-7602: [Java Broker] Add remaining tests for reply-to and add conversions for 'to' and corresponding tests

2017-08-30 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master aefd3e9a2 -> f9b9bf836 QPID-7602: [Java Broker] Add remaining tests for reply-to and add conversions for 'to' and corresponding tests Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apa

[2/2] qpid-broker-j git commit: QPID-7602: [Java Broker] Convert reply-to from internal format into AMQP 0-x

2017-08-30 Thread lquack
QPID-7602: [Java Broker] Convert reply-to from internal format into AMQP 0-x 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/aefd3e9a Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/aefd3e9a Dif

[1/2] qpid-broker-j git commit: QPID-7602: [Java Broker] Unify address parsing functionality

2017-08-30 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master d8c7308a5 -> aefd3e9a2 QPID-7602: [Java Broker] Unify address parsing functionality 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/cf3baaf3 Tre

qpid-broker-j git commit: QPID-7896: [Java System Tests] fix license checking for new dependencies

2017-08-29 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 46f6c2648 -> d8c7308a5 QPID-7896: [Java System Tests] fix license checking for new dependencies 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/

qpid-broker-j git commit: QPID-7896: [Java System Tests] fix issues with End-to-end-conversion-tests

2017-08-29 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master d3ca1343b -> 46f6c2648 QPID-7896: [Java System Tests] fix issues with End-to-end-conversion-tests * make sure to shutdown task executor * improve logging * fix ConcurrentModificationException in ClasspathQuery * use different Queues

qpid-broker-j git commit: QPID-7896: [Java System Tests] Add more conversion tests

2017-08-28 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master dbaff6090 -> d3ca1343b QPID-7896: [Java System Tests] Add more conversion 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/d3ca1343 Tree: h

[2/7] qpid-broker-j git commit: QPID-7896: [Java System Tests] Add a reply-to conversion test and refactor EndToEndConversionTest module

2017-08-25 Thread lquack
QPID-7896: [Java System Tests] Add a reply-to conversion test and refactor EndToEndConversionTest module 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/0822e1a8 Tree: http://git-wip-us.apache.org/repos/asf/qp

[1/7] qpid-broker-j git commit: QPID-7896: [Java System Tests] Add a reply-to conversion test and refactor EndToEndConversionTest module

2017-08-25 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master d12b40a4d -> dbaff6090 http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/0822e1a8/systests/end-to-end-conversion-tests/src/main/java/org/apache/qpid/systests/end_to_end_conversion/utils/LoggingOutputStream.java --

[4/7] qpid-broker-j git commit: QPID-7434: [Java Broker] Fix AMQP 0-8 to 1.0 replyTo conversion when replyTo is not set

2017-08-25 Thread lquack
QPID-7434: [Java Broker] Fix AMQP 0-8 to 1.0 replyTo conversion when replyTo is not set 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/b9032e9d Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/

[5/7] qpid-broker-j git commit: QPID-7896: [Java System Tests] DependencyManage the maven-resolver plugin and bump version to 1.1.0

2017-08-25 Thread lquack
QPID-7896: [Java System Tests] DependencyManage the maven-resolver plugin and bump version to 1.1.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/3e6eb3e7 Tree: http://git-wip-us.apache.org/repos/asf/qpid-br

[6/7] qpid-broker-j git commit: QPID-7896: [Java System Tests] Add replyTo topic test

2017-08-25 Thread lquack
QPID-7896: [Java System Tests] Add replyTo topic test 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/ddb8b72f Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/ddb8b72f Diff: http://git-wip-us.ap

[7/7] qpid-broker-j git commit: QPID-7896: [Java System Tests] Enable logging for AMQP 1.0 client in EndToEndConversionTests

2017-08-25 Thread lquack
QPID-7896: [Java System Tests] Enable logging for AMQP 1.0 client in EndToEndConversionTests 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/dbaff609 Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/

[3/7] qpid-broker-j git commit: QPID-7896: [Java System Tests] By default run the conversion tests six time

2017-08-25 Thread lquack
QPID-7896: [Java System Tests] By default run the conversion tests six time * 0-9-1 <-> 1.0 * 0-10 <-> 1.0 * 0-9-1 <-> 0-10 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/14efcfca Tree: http://git-wip-us.apa

[2/4] qpid-broker-j git commit: QPID-7896: [Java System Tests] Create system tests testing end-to-end message conversion

2017-08-23 Thread lquack
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/a7e4a716/systests/protocol-tests-amqp-1-0/src/test/java/org/apache/qpid/tests/protocol/v1_0/transaction/TransactionalTransferTest.java -- diff --git a/systests/protocol-tes

[3/4] qpid-broker-j git commit: QPID-7896: [Java System Tests] Create system tests testing end-to-end message conversion

2017-08-23 Thread lquack
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/a7e4a716/systests/end-to-end-conversion-tests/src/main/java/org/apache/qpid/systests/end_to_end_conversion/dependency_resolution/Booter.java -- diff --git a/systests/end-to

[4/4] qpid-broker-j git commit: QPID-7896: [Java System Tests] Create system tests testing end-to-end message conversion

2017-08-23 Thread lquack
QPID-7896: [Java System Tests] Create system tests testing end-to-end message conversion 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/a7e4a716 Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree

[1/4] qpid-broker-j git commit: QPID-7434: [Java Broker] Fix AMQP 0-10 to 1.0 correlationId conversion

2017-08-23 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master a10f3063b -> d12b40a4d QPID-7434: [Java Broker] Fix AMQP 0-10 to 1.0 correlationId conversion 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/d1

[3/3] qpid-broker-j git commit: QPID-7434: [Java Broker] Improve handling of empty map/stream messages.

2017-08-11 Thread lquack
QPID-7434: [Java Broker] Improve handling of empty map/stream messages. 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/385167e1 Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/385167e1 Diff: ht

[1/3] qpid-broker-j git commit: QPID-7434: [Java Broker] Improve Internal to AMQP 0-x message conversion and add unit tests

2017-08-11 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 42bebb9ff -> 17e6c7d6e QPID-7434: [Java Broker] Improve Internal to AMQP 0-x message conversion and add unit tests Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/q

[2/3] qpid-broker-j git commit: QPID-7434: [Java Broker] Improve AMQP 0-x to Internal conversion and add unit tests.

2017-08-11 Thread lquack
QPID-7434: [Java Broker] Improve AMQP 0-x to Internal conversion and add unit 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/939cda5b Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/939

qpid-broker-j git commit: QPID-7434: [Java Broker] Remove invalid test

2017-08-11 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 0c180ff35 -> 4f43a9bc7 QPID-7434: [Java Broker] Remove invalid test 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/4f43a9bc Tree: http://git-wi

qpid-broker-j git commit: QPID-7434: [Java Broker] Improve AMQP 1.0 to Internal content conversion and add unit tests

2017-08-10 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 47c64a075 -> 2e809efcc QPID-7434: [Java Broker] Improve AMQP 1.0 to Internal content conversion and add unit tests Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/q

qpid-broker-j git commit: QPID-7434: [Java Broker] Improve Internal to AMQP 1.0 content conversion and add unit tests

2017-08-10 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master f267226ab -> 84256b2c7 QPID-7434: [Java Broker] Improve Internal to AMQP 1.0 content conversion and add unit tests Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/q

[2/2] qpid-broker-j git commit: QPID-7434: [Java Broker] Improve AMQP 0-8 to 1.0 content conversion and unit tests

2017-08-09 Thread lquack
QPID-7434: [Java Broker] Improve AMQP 0-8 to 1.0 content conversion and unit 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/20c9c58c Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/20c9c

[1/2] qpid-broker-j git commit: QPID-7434: [Java Broker] Improve AMQP 0-10 to 1.0 content conversion and add unit tests

2017-08-09 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 67aa48fd5 -> 13c9e7e66 QPID-7434: [Java Broker] Improve AMQP 0-10 to 1.0 content conversion and add unit tests Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-

qpid-broker-j git commit: QPID-7434: [Java Broker] explicitly specify encoding when converting String <-> byte[]

2017-08-04 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 48ace9f98 -> b469c454a QPID-7434: [Java Broker] explicitly specify encoding when converting String <-> byte[] Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-b

qpid-broker-j git commit: QPID-7434: Add unit tests for property conversion of AMQP 0-10 messages to internal messages

2017-08-02 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 8ab67e0c1 -> fdff8c5f2 QPID-7434: Add unit tests for property conversion of AMQP 0-10 messages to internal messages 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 git commit: QPID-7434: Add missing properties conversion for message conversion layer from 1.0 to 0-10 and add unit tests

2017-07-31 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master f218a1dd8 -> a94d6ffe8 QPID-7434: Add missing properties conversion for message conversion layer from 1.0 to 0-10 and add unit tests * also fix some 1.0 to 0-8 conversion issues Project: http://git-wip-us.apache.org/repos/asf/qp

qpid-broker-j git commit: QPID-7434: Add missing properties conversion for message conversion layer from 1.0 to 0-8 and add unit tests

2017-07-28 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master a9bd93b47 -> 5489d616f QPID-7434: Add missing properties conversion for message conversion layer from 1.0 to 0-8 and add unit tests * also some fixes for 0-10 to 0-8 conversion Project: http://git-wip-us.apache.org/repos/asf/qpid

qpid-broker-j git commit: QPID-7434: Add missing properties conversion for message conversion layer from 0-8 to 0-10 and add unit tests

2017-07-26 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 94205aa2d -> ebec2d335 QPID-7434: Add missing properties conversion for message conversion layer from 0-8 to 0-10 and add unit tests Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apac

qpid-broker-j git commit: QPID-7857: [Java Broker] restore old routing behaviour by separating the to address from the routing address on ServerMessage

2017-07-25 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master e62586d18 -> 7da6ca8f2 QPID-7857: [Java Broker] restore old routing behaviour by separating the to address from the routing address on ServerMessage Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http:/

qpid-broker-j git commit: QPID-7855: [Java Broker] Consider Sessions closing when the underlying connection is closing

2017-07-21 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master ecf90c9c5 -> 7aceb5f3f QPID-7855: [Java Broker] Consider Sessions closing when the underlying connection is closing 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 git commit: NO-JIRA: [Java Broker] In protocol tests take defensive copies of performatives before sending.

2017-07-04 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master b2abdd175 -> 167b839a6 NO-JIRA: [Java Broker] In protocol tests take defensive copies of performatives before sending. Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/a

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 a/systests/protoco

[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: http://git-wip-us.

qpid-broker-j git commit: QPID-7664: [Java Broker] [AMQP1.0] outcome related fixes

2017-06-16 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master d79e5b6ac -> 2f918544a QPID-7664: [Java Broker] [AMQP1.0] outcome related fixes * Supply outcomes on SendingLinks * respect outcomes on Receiving Link * respect outcomes on transaction discharge Project: http://git-wip-us.apache.o

qpid-broker-j git commit: QPID-7635: [Java Broker] Refactor resolution of routing address for AMQP 1.0

2017-06-16 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 1a1aed8af -> d79e5b6ac QPID-7635: [Java Broker] Refactor resolution of routing address for AMQP 1.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/com

qpid-broker-j git commit: QPID-7664: [Java Broker] [AMQP1.0] Supply default-outcome on SendingLinks

2017-06-15 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 77925a1a1 -> c2c2bc470 QPID-7664: [Java Broker] [AMQP1.0] Supply default-outcome on SendingLinks 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

  1   2   3   4   5   6   7   >