-
Notifications
You must be signed in to change notification settings - Fork 234
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 17 causes "InaccessibleObjectException" for ArraysAsListSerializer #208
Comments
They say that Kryo5 should work: Any plans for PaperDB to update to Kryo5? |
I don't have such plans at the moment. I believe you can add your custom serializer as a workaround. |
Was looking into this topic, as I am currently facing the same problem and adding a custom serializer it is not enough I believe. So even if I add a custom serializer, the code will still fail at the same line. |
Hello! Did you found a solution for this? I have the same issue but it can only be reproduced when running unit tests. |
Due to PaperDB's use of kryo-serializers, "ArraysAsListSerializer" is not compatible with Java 17.
magro/kryo-serializers#131
Is there anyway we can make "ArraysAsListSerializer" compatible with Java 17?
The text was updated successfully, but these errors were encountered: