]
Tristan Tarrant updated ISPN-11978:
-----------------------------------
Fix Version/s: 12.1.0.Final
(was: 12.0.0.Final)
Java ScriptEngine
-----------------
Key: ISPN-11978
URL:
https://issues.redhat.com/browse/ISPN-11978
Project: Infinispan
Issue Type: Enhancement
Components: Tasks
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Priority: Major
Fix For: 12.1.0.Final
Since Java 11 the Nashorn script engine has been deprecated and marked for removal.
We can use either the Java compiler API or JShell to implement a ScriptEngine for Java.