You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the CLI and also from builder tools displays the following Java warning:
023-04-01T22:03:19.247+02:00 [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem
Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable.
Afaik, there's nothing we can and this comes from jRuby (which requires access to JDK internals). It's up to calling libraries to add the JVM flags to make explicit that we need access to internals, making the warning dissapear.
Running the CLI and also from builder tools displays the following Java warning:
Afaik, there's nothing we can and this comes from jRuby (which requires access to JDK internals). It's up to calling libraries to add the JVM flags to make explicit that we need access to internals, making the warning dissapear.
For further reference, another interesting conversation I found FasterXML/jackson-databind#3168.
The text was updated successfully, but these errors were encountered: