[ https://issues.apache.org/jira/browse/CAUSEWAY-3890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andi Huber updated CAUSEWAY-3890: --------------------------------- Description: 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] Another one is Java bindings for libffi (jffi) {noformat} WARNING: A restricted method in java.lang.System has been called WARNING: java.lang.System::load has been called by com.kenai.jffi.internal.StubLoader in an unnamed module (file:/D:/development/maven-repo/repository/com/github/jnr/jffi/1.3.13/jffi-1.3.13.jar) WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module WARNING: Restricted methods will be blocked in a future release unless native access is enabled{noformat} [2] https://github.com/jnr/jffi/issues/169 was: 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 > 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 > Priority: Minor > 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] > Another one is Java bindings for libffi (jffi) > {noformat} > WARNING: A restricted method in java.lang.System has been called > WARNING: java.lang.System::load has been called by > com.kenai.jffi.internal.StubLoader in an unnamed module > (file:/D:/development/maven-repo/repository/com/github/jnr/jffi/1.3.13/jffi-1.3.13.jar) > WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for > callers in this module > WARNING: Restricted methods will be blocked in a future release unless native > access is enabled{noformat} > [2] https://github.com/jnr/jffi/issues/169 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)