Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently we rely on the Nashorn engine in the Javascript Evaluator. However, this engine was removed in Java 15.
We should replace the Nashorn engine with another one to be able to upgrade Java.
GraalVM JavaScript looks like a viable solution for the replacement.