adoroszlai opened a new pull request, #1494: URL: https://github.com/apache/ratis/pull/1494
## What changes were proposed in this pull request? Use Java 25 for building and testing Ratis in CI, still targeting Java 8. - Add options to allow using `sun.misc.Unsafe` and loading native libraries. (These will also need to be allowed in Ratis scripts, separately.) - Upgrade `byte-buddy` for Java 25 compatibility (used by Mockito, which we cannot upgrade due to dropping Java 8 support). - Drop Java 11 from compile check matrix to keep resource usage the same. https://issues.apache.org/jira/browse/RATIS-2573 ## How was this patch tested? CI: https://github.com/adoroszlai/ratis/actions/runs/28223570864 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
