This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Replace Nashorn engine with GraalVM #2312
Labels
Comments
1 task
BlasiusSecundus
added a commit
to BlasiusSecundus/conductor
that referenced
this issue
Sep 11, 2022
this is required for JDK 15+ compatibility (Nashorn was removed in JDK 15)
cwensel
added a commit
to ClusterlessHQ/clusterless
that referenced
this issue
Apr 19, 2023
the conductor app is coupled to the nashorn javascript engine, this was removed in JDK 15 and it is not pluggable. Netflix/conductor#2312 https://github.com/Netflix/conductor/blob/cd528e126ed36abedf38ac0eab07e18e1d476dad/core/src/main/java/com/netflix/conductor/core/events/ScriptEvaluator.java#L22
is there any updates? |
Is there any reason the PR resolving this was closed? It would make sense to support less ancient java versions. |
BlasiusSecundus
added a commit
to BlasiusSecundus/conductor
that referenced
this issue
Aug 3, 2023
this is required for JDK 15+ compatibility (Nashorn was removed in JDK 15)
1 task
BlasiusSecundus
added a commit
to BlasiusSecundus/conductor
that referenced
this issue
Sep 11, 2023
this is required for JDK 15+ compatibility (Nashorn was removed in JDK 15)
BlasiusSecundus
added a commit
to BlasiusSecundus/conductor
that referenced
this issue
Sep 11, 2023
this is required for JDK 15+ compatibility (Nashorn was removed in JDK 15)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With the release of Java 11, Nashorn is deprecated, and has been removed from JDK 15 onwards. The engine needs to be replaced with GraalVM.
Helpful article for migration
The text was updated successfully, but these errors were encountered: