-
Notifications
You must be signed in to change notification settings - Fork 0
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
Upgrade project to support java 17 #13
Comments
I will take a look at this one soon ... |
Looked deeper into this issue. CQEngine uses Kryo to serialize/deserialize objects to SQLLite. Kryo isn't Java 17 compatible right now. There is already an issue there complaining about this fact. Unfortunately I have to whait for them to get this finished. |
The master branch already uses |
Version 2.2.0 using Bytebuddy should work in JDK 17 as long no DiskPersistence / SQLLite / Kryo Serialization is required. I have to wait for my dependencies to follow up on JDK 17 issues. |
Hello barbelH community,
This project is unable to run with java 17. There is old libs and cglib is one of the bad guys.
Is an upgrade of this project in pipe anytime soon?
The text was updated successfully, but these errors were encountered: