We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We get this problem trying to run the build on Java 23:
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoSuchMethodError: 'void sun.misc.Unsafe.ensureClassInitialized(java.lang.Class)' [in th
This is to do with GraalVM, used for Adaptive Cards.
We need to upgrade to use a newer version, as described here:
https://github.com/oracle/graaljs/blob/master/graal-js/test/maven-demo/pom.xml oracle/graaljs#825
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
We get this problem trying to run the build on Java 23:
This is to do with GraalVM, used for Adaptive Cards.
We need to upgrade to use a newer version, as described here:
https://github.com/oracle/graaljs/blob/master/graal-js/test/maven-demo/pom.xml
oracle/graaljs#825
The text was updated successfully, but these errors were encountered: