Skip to content
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

Can't use version 0.45 with JDK11 if i have generics in my code #122

Open
shaharco opened this issue Jan 1, 2020 · 0 comments
Open

Can't use version 0.45 with JDK11 if i have generics in my code #122

shaharco opened this issue Jan 1, 2020 · 0 comments

Comments

@shaharco
Copy link

shaharco commented Jan 1, 2020

If i'm using the SubListSerializers.ArrayListSubListSerializer() with JDK 11 i have to upgrade to version 0.45 and but then it breaks on KryoReflectionFactorySupport.getDefaultSerializer method because it uses
((FieldSerializer<?>) result).getFieldSerializerConfig() which doesn't exists anymore.
Also kryo 5* doesn't support JDK11 when you have generics - EsotericSoftware/kryo#654
So i'm pretty stuck - any way to solve this and still using JDK11?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant