-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
None
-
False
-
None
-
False
-
-
-
-
-
Batch Script tests fail with jdk17 ...
JBERET000637: Invalid script attributes: type = javascript, src = null at org.jberet.jberet-core/org.jberet.job.model.Script.getEngine(Script.java:174)
This appears to be caused by [1][2] , so the Nashorn JavaScript Engine was deprecated in JDK11 and then removed in JDK15, so JDK17 would no longer have the JavaScript Engine which would cause issues for anything trying to use it.
[2] https://openjdk.org/jeps/372 - JEP 372: Remove the Nashorn JavaScript Engine - Removed in JDK15
- incorporates
-
JBERET-570 Configure maven pom to support building with jdk 17
- Resolved
- is cloned by
-
WFLY-17369 Ignore Script Batch Testing warning with jdk 17 since the JavaScript Engine was removed in JDK15
- Open
- is incorporated by
-
JBEAP-23908 [QA](7.4.z) Upgrade jberet from 1.3.9.SP2 to 1.3.9.SP3
- Closed
- links to