Andi Huber created CAUSEWAY-3890: ------------------------------------ Summary: JVM 25 Compatibility Forecasting Key: CAUSEWAY-3890 URL: https://issues.apache.org/jira/browse/CAUSEWAY-3890 Project: Causeway Issue Type: Dependency upgrade Components: Core Reporter: Andi Huber Assignee: Andi Huber Fix For: 3.4.0
Collecting issues that will manifest with JVM 25+ Our AsciiDoc integration requires JRuby. JRuby 9.x uses sun.misc.Unsafe. A fix is only available with JRuby 10.x, which however requires Java 21 as a baseline. (Ours is 17.) {noformat} WARNING: A terminally deprecated method in sun.misc.Unsafe has been called WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by org.jruby.util.StringSupport (file:/D:/development/maven-repo/repository/org/jruby/jruby-base/9.4.8.0/jruby-base-9.4.8.0.jar) {noformat} [1] https://github.com/jruby/jruby/issues/8507 -- This message was sent by Atlassian Jira (v8.20.10#820010)