This is an automated email from the ASF dual-hosted git repository.
cshannon pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
from 6b277a4903 [AMQ-9239] Host joram jms unit tests ahead of converting to
jakarta.jms (#1002)
new 3e61a200d0 [#9254] DataFile readRecord fallback to OS file.length in
rare edge case
new bcc74f93fe AMQ-9254 - Rework data file size validation and add unit
test
new b8b5dedb78 Merge pull request #1004 from mattrpav/AMQ-9254
The 11375 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:
activemq-kahadb-store/pom.xml | 5 ++
.../kahadb/disk/journal/DataFileAccessor.java | 28 +++++--
.../kahadb/disk/journal/DataFileAccessorTest.java | 96 ++++++++++++++++++++++
3 files changed, 123 insertions(+), 6 deletions(-)
create mode 100644
activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/disk/journal/DataFileAccessorTest.java