-
-
Notifications
You must be signed in to change notification settings - Fork 842
Open
Description
Is your feature request related to a problem? Please describe.
Make Kryo lib GraalVM compatible
Describe the solution you'd like
Some of serializers can't be used in GraalVM - redisson/redisson#4811. They needs to be added in reflect-config.json file stored in library.
Describe alternatives you've considered
I'm adding it manually in my project now