When running my pod with the image groovy:alpine@sha256:eeac98c138b0ac95ca120bb41e0c9cf44f15f85748d9e01a7a9a5c2f5898a57f to run my scripts, since some time ago it reports this warning and terminates repeatedly:
- groovy -- terminated (0)
-----Logs-------------
WARNING: Using incubator modules: jdk.incubator.foreign, jdk.incubator.vector
Nov 07, 2023 4:48:15 PM java.util.prefs.FileSystemPreferences$1 run
INFO: Created user preferences directory.
WARNING: A terminally deprecated method in java.lang.System has been called
WARNING: System::setSecurityManager has been called by org.codehaus.groovy.vmplugin.v8.IndyInterface$$InjectedInvoker/0x00007f8f850b9800 (file:/opt/groovy/lib/groovy-4.0.15.jar)
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.vmplugin.v8.IndyInterface$$InjectedInvoker/0x00007f8f850b9800
WARNING: System::setSecurityManager will be removed in a future release
Groovy Shell (4.0.15, JVM: 17.0.9)
Type ':help' or ':h' for help.
-------------------------------------------------------------------------------
groovy:000>
Can you please update the mentioned plugin in your images to get rid of this problem?
When running my pod with the image groovy:alpine@sha256:eeac98c138b0ac95ca120bb41e0c9cf44f15f85748d9e01a7a9a5c2f5898a57f to run my scripts, since some time ago it reports this warning and terminates repeatedly:
Can you please update the mentioned plugin in your images to get rid of this problem?