This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git.
from a1e4f41 This closes #2729
new c66d62e ARTEMIS-2390 JMSMessageID header can be null when messages
are cross-protocol
new 2a84a6f ARTEMIS-2390 Small improvement on UUID Conversion
new 71b2671 This closes #2725
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../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(-)
create mode 100644
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/crossprotocol/MessageIDMultiProtocolTest.java