This is an automated email from the ASF dual-hosted git repository. michaelpearce pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git.
from b73ff1b This closes #2305 new 6446d01 ARTEMIS-2170 Optimized CoreMessage check and cleanup methods new cf65912 ARTEMIS-2170 Optimized CoreMessage clearInternalProperties new 7ea7b85 This closes #2427 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: .../artemis/utils/collections/TypedProperties.java | 54 +++- .../artemis/utils/TypedPropertiesTest.java | 24 ++ .../apache/activemq/artemis/api/core/Message.java | 2 +- .../core/client/impl/ClientMessageImpl.java | 6 - .../artemis/core/message/impl/CoreMessage.java | 304 ++++++++------------- .../core/message/impl/MessageInternalImpl.java | 2 +- .../core/protocol/core/impl/PacketImpl.java | 2 +- .../core/postoffice/impl/PostOfficeImpl.java | 2 +- .../artemis/core/server/ServerMessage.java | 3 - .../core/server/transformer/ServerMessageImpl.java | 5 - 10 files changed, 188 insertions(+), 216 deletions(-)