-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java 11+ javascript engine compatibility #133
Comments
let's try graalVM https://www.graalvm.org/ ... working on. |
Hello! Thanks for looking at this. For your information Nashorn is finally also available as an OpenJDK project : https://github.com/openjdk/nashorn |
3 things:
|
@abpai94 could you try to create a unit test for graalvm? |
Documentation for
Incompatible:
Documentation for
Incompatible:
|
Java 11 deprecated Nashorn, after the removal of Rhino. As there will be no more Javascript Engine in the JDK, we should migrate to an external one, for example GraalVM Javascript.
It will also allow us to support new JS capabilities from the ECMAScript 2019 norm.
The text was updated successfully, but these errors were encountered: