You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we upgraded from 22.3.3 to 23.0.0, our JDK 11 based build failed with the below message | refer karatelabs/karate#2401
bad class file: /home/runner/.m2/repository/org/graalvm/sdk/graal-sdk/23.0.0/graal-sdk-23.0.0.jar(/org/graalvm/polyglot/Value.class)
Error: class file has wrong version 61.0, should be 55.0
And when we changed the build to use JDK 17, it worked.
Can you confirm that org.graalvm.js:js-scriptengine requires JDK 17 from version 23.0.0 onwards ? The last time a JDK version compatibility changed, the release notes were very clear, refer: https://github.com/oracle/graaljs/blob/master/CHANGELOG.md#version-2210 and quote Graal.js now requires Java 11+ and no longer supports Java 8. - but there is no such mention for 23.0.0
The text was updated successfully, but these errors were encountered:
It would be great to know which releases run of each version of OpenJDK. From reading this I can use 23.0.0 with JDK17, but uncertain about all newer revisions
We use this Maven artifact: https://central.sonatype.com/artifact/org.graalvm.js/js-scriptengine
When we upgraded from 22.3.3 to 23.0.0, our JDK 11 based build failed with the below message | refer karatelabs/karate#2401
And when we changed the build to use JDK 17, it worked.
Can you confirm that
org.graalvm.js:js-scriptengine
requires JDK 17 from version 23.0.0 onwards ? The last time a JDK version compatibility changed, the release notes were very clear, refer: https://github.com/oracle/graaljs/blob/master/CHANGELOG.md#version-2210 and quoteGraal.js now requires Java 11+ and no longer supports Java 8.
- but there is no such mention for 23.0.0The text was updated successfully, but these errors were encountered: