Details
-
Feature
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
- The JITL job interface offers execution of JavaScript jobs in the GraalVM using the ScriptEngine interface.
Desired Behavior
- The JITL job interface switches to using the GraalVM's Polyglot interface.
- The new interface can be used with Java 17, 21, 25.
- This allows support of additional scripting languages such as Python from GraalVM.