Currently the jline-3.26.3 is used in Maven Core which produces a WARNING like this:
$> mvn clean verify
WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::load has been called by org.jline.nativ.JLineNativeLoader in an unnamed module (file:/Users/khm/tools/maven/lib/jline-3.26.3.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
This warning is issued while running under JDK24.ea.13
Currently the jline-3.26.3 is used in Maven Core which produces a WARNING like this:
This warning is issued while running under JDK24.ea.13