-
Notifications
You must be signed in to change notification settings - Fork 872
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
OpenJDK 11 or higher support #9106
Comments
Hi, The 3.1.x should already support jdk 11 Regards |
We are running ODB on JDK 11. No issues as for now. |
This bug has come back in the current versions. I can go higher with an existing database. But I wouldn't be able to initialize any more. I am using:
And with the current version (
|
Hi, Thanks for re-report this, we do run test against jdk 11 on the actions so should work, I know that the script engine is dynamic though depending on which jdk it may run polyglot or jsr223 script engine, so maybe there is a problem around that. Reopening now for future checking |
OrientDB Version: 3.0.14
Java Version: OpenJDK 11.0.2
OS: Windows/Mac
Expected behavior
No exception
Actual behavior
Exception due to use of sun.misc.* package
Steps to reproduce
jbake-org/jbake#617
jmcgarr/jmcgarr.github.io#3
JDK 11 and higer removal of sun.misc.* package
The text was updated successfully, but these errors were encountered: