Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Jdk 11 onwards has several changes to the reflection API. Kryo version 4 uses prejdk API thru its used o reflectasm (shaded) jar.
Remove reflectasm-shaded, and update Kryo version to 5.4.0.
The new version of Kryo does not automatically switch to Java serialization. Change the default serializer to automatically register all java classes like the prior version 4.
Change storm code due to new API's in Kryo version 5.4.0
Attachments
Issue Links
- duplicates
-
STORM-3883 Upgrade com.esotericsoftware.kryo from 3.0.3 to 4.0.2
- Resolved
- links to