Not terribly important, I don’t know how to suppre...
# questions
a
Not terribly important, I don’t know how to suppress java 24 warnings
Copy code
WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::loadLibrary has been called by org.fusesource.hawtjni.runtime.Library in an unnamed module (file:/.../.sdkman/candidates/grails/7.0.0-RC1/lib/grails-cli-7.0.0-RC1-all.jar)
Should i suppress it? I am not sure what is correct action is.
j
Those will be there for Grails 7 when running with Java 24 and are on the plate to resolve by upgrading jansi and jline versions in Grails 8. You will also see some similar warning for asset-pipeline in Java 24. https://github.com/apache/grails-core/issues/13752
👍 2