[
https://issues.apache.org/jira/browse/AMQ-9366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré updated AMQ-9366:
--------------------------------------
Fix Version/s: 6.3.0
(was: 6.2.0)
> Implement a DataFileFactory interface off of KahaDB Persistence Adapter
> -----------------------------------------------------------------------
>
> Key: AMQ-9366
> URL: https://issues.apache.org/jira/browse/AMQ-9366
> Project: ActiveMQ Classic
> Issue Type: Task
> Reporter: Matt Pavlovich
> Assignee: Matt Pavlovich
> Priority: Minor
> Fix For: 6.3.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> 1. Support a pluggable DataFileFactory interface that handles instantiation
> of DataFile implementations
> 2. Update KahaDB Persistence Adapter to accept a custom DataFileFactory
> 3. Update to have DefaultDataFileFactory mimic the current behavior
> 4. Update Journal.java to take a DataFileFactory as a constructor argument
> 5. Update JouarnalArchiveTest using a MockDataFileFactory to support
> simulating fs errors and recovery.
> This test is unsupported in JDK 21 and going forward:
> {noformat}
> [INFO] Running org.apache.activemq.store.kahadb.JournalArchiveTest
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.253
> s <<< FAILURE! -- in org.apache.activemq.store.kahadb.JournalArchiveTest
> [ERROR]
> org.apache.activemq.store.kahadb.JournalArchiveTest.testRecoveryOnArchiveFailure
> -- Time elapsed: 0.225 s <<< ERROR!
> java.lang.UnsupportedOperationException: The Security Manager is deprecated
> and will be removed in a future release
> at java.base/java.lang.System.setSecurityManager(System.java:429)
> at
> org.apache.activemq.store.kahadb.JournalArchiveTest.testRecoveryOnArchiveFailure(JournalArchiveTest.java:122)
> at
> java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> {noformat}
> was titled: Fix kahadb test failing with JDK 21 due to deprecated
> SecurityManager
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact