This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git.
from 5ab8ed2 ARTEMIS-3514: Update to Mockito 3.12.4
new ef63dc9 ARTEMIS-3513 Compacting exception invalidates deletes and
updates
new 5575061 ARTEMIS-3457 Dealing with String conversions
new 2557f80 This closes #3783
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/core/io/SequentialFileFactory.java | 4 +
.../artemis/core/io/mapped/MappedFile.java | 9 +-
.../io/mapped/MappedSequentialFileFactory.java | 5 +
.../activemq/artemis/core/journal/Journal.java | 9 +
.../journal/impl/AbstractJournalUpdateTask.java | 84 +++++-----
.../core/journal/impl/JournalCompactor.java | 2 +-
.../artemis/core/journal/impl/JournalImpl.java | 46 ++++--
.../openwire/OpenWireMessageConverter.java | 7 +-
.../core/server/impl/PostOfficeJournalLoader.java | 17 +-
.../integration/journal/NIOJournalCompactTest.java | 102 ++++++++++++
.../openwire/CompactingOpenWireTest.java | 181 +++++++++++++++++++++
11 files changed, 400 insertions(+), 66 deletions(-)
create mode 100644
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/CompactingOpenWireTest.java