You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2018/09/26 13:19:52 UTC

[5/5] activemq-artemis git commit: This closes #2329

This closes #2329


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/7a463f03
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/7a463f03
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/7a463f03

Branch: refs/heads/master
Commit: 7a463f038ae324f2c5c908321b2ebf03b5a8e303
Parents: 2453978 a851a8f
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed Sep 26 09:19:41 2018 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Sep 26 09:19:41 2018 -0400

----------------------------------------------------------------------
 .../protocol/amqp/broker/AMQPMessage.java       | 1602 +++++++------
 .../amqp/broker/AMQPMessagePersister.java       |    3 -
 .../amqp/converter/AMQPMessageSupport.java      |   31 +
 .../amqp/converter/AmqpCoreConverter.java       |  149 +-
 .../protocol/amqp/proton/AmqpSupport.java       |    1 -
 .../protocol/amqp/util/NettyWritable.java       |    6 +-
 .../protocol/amqp/broker/AMQPMessageTest.java   | 2231 ++++++++++++++++++
 .../amqp/converter/TestConversions.java         |   38 +-
 .../JMSMappingInboundTransformerTest.java       |  124 +-
 .../JMSMappingOutboundTransformerTest.java      |   54 +-
 .../JMSTransformationSpeedComparisonTest.java   |   47 +-
 .../message/MessageTransformationTest.java      |   68 +-
 .../protocol/amqp/message/AMQPMessageTest.java  |  438 ----
 .../protocol/amqp/util/NettyWritableTest.java   |   23 +
 .../amqp/AmqpExpiredMessageTest.java            |   16 +-
 .../integration/journal/MessageJournalTest.java |   22 +-
 16 files changed, 3491 insertions(+), 1362 deletions(-)
----------------------------------------------------------------------