[ 
https://issues.apache.org/jira/browse/AMQ-9366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18057828#comment-18057828
 ] 

ASF subversion and git services commented on AMQ-9366:
------------------------------------------------------

Commit b31e80401eb0ea15bb05e837db0a57c7a9e5e078 in activemq's branch 
refs/heads/main from Jean-Louis Monteiro
[ https://gitbox.apache.org/repos/asf?p=activemq.git;h=b31e80401e ]

ActiveMQ on Java 25 (#1563)

* [#] NO-JIRA: Update Jenkinsfile to add JDK 25
* [AMQ-9563] Add a SubjectShim to support JAAS API JDK 24+
* [AMQ-9366] Add DataFileFactroy to KahaDBPersistenceAdapter and update test to 
remove SecurityManager

Co-authored-by: Gurpartap Singh <gurpartap0306>

* Add support for Java 25 in CI configurations

Ensure builds under Java 21 will still work with Security Manager

Only run required tests

* AMQ-9825: ActiveMQ on Java 25
Use Java 25 compatible version of Mockito
Use Mockito Agent because self attaching an agent is now unavailable since Java 
21+
Split integration tests (MRJAR dependent) into a specific integration-test 
phase so they use the jar in the classpath
Do not rely on activeByDefault because when other profiles activate, quick 
becomes inactive

* Remove unused import for AccessController in SubjectShim.java because the API 
will be removed anyways

* Do not use * imports

* Attempt to build the MRJAR earlier so tests can use it and we can avoid the 
failsafe integration tests

* Update Maven Enforcer Plugin to require Java 24+ for builds

---------

Co-authored-by: Matt Pavlovich <[email protected]>

> Implement a DataFileFactory interface off of KahaDB Persistence Adapter
> -----------------------------------------------------------------------
>
>                 Key: AMQ-9366
>                 URL: https://issues.apache.org/jira/browse/AMQ-9366
>             Project: ActiveMQ
>          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


Reply via email to