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 2019/06/27 14:42:48 UTC

[activemq-artemis] 03/03: This closes #2725

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git

commit 71b2671a61ef79fcd46e11edac8cbc79c5d8bb47
Merge: a1e4f41 2a84a6f
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Thu Jun 27 10:42:34 2019 -0400

    This closes #2725

 .../apache/activemq/artemis/utils/ByteUtil.java    |  24 ++++
 .../org/apache/activemq/artemis/utils/UUID.java    |   9 ++
 .../activemq/artemis/utils/UUIDGenerator.java      |   4 +
 .../activemq/artemis/utils/ByteUtilTest.java       |  28 ++++
 .../protocol/amqp/converter/AmqpCoreConverter.java |  12 +-
 .../protocol/amqp/converter/CoreAmqpConverter.java |   4 +
 .../openwire/OpenWireMessageConverter.java         |   6 +-
 .../management/impl/ManagementServiceImpl.java     |   3 +-
 .../crossprotocol/MessageIDMultiProtocolTest.java  | 146 +++++++++++++++++++++
 .../artemis/tests/unit/util/UUIDGeneratorTest.java |  10 ++
 10 files changed, 243 insertions(+), 3 deletions(-)