ScriptEngine Javascript in Springboot with Java 17
I have to migrate a project from a previous version of Java to Java 17.
During the migration I faced an issue with the ScriptEngine to evaluate a Javascript expression.
ScriptEngine engine = new ScriptEngineManager().getEngineByExtension("js");
return null