-
Notifications
You must be signed in to change notification settings - Fork 120
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 9 compatibility #71
Comments
Looks like even with the core serializers, there is at least a warning. Is there a plan for moving away from the "illegal" reflections access?
|
See also EsotericSoftware/kryo#543 |
Hi there, |
@RobertSermak this is not caused by kryo-serializers but kryo itself, see EsotericSoftware/kryo#543 |
Hi, And what with:
? (openjdk 11). |
@lantian At least that's just a warning and it should still work, right? Getting rid of this would require quite some effort with a java9+ specific implementation and multi-release jars - at least to my current understanding of this stuff. PRs are of course welcome ;-) |
@magro Yep, just a warning. But can be a problem (blocker) in future java releases. As you said - this will require some effort to support jdk+ specific stuff. Of course if you will have no time until blocker releases - we(community, maybe me, maybe someone) could create the PR. |
Any updates? Is it really necessary to use reflection for this? @magro If you could outline a potential fix I might be able to submit a PR. |
Some serializers might suffer from the issue described in cglib/cglib#93
The text was updated successfully, but these errors were encountered: