Martin Grotzke

Results 189 comments of Martin Grotzke

@sergkr Does it make sense that you submit your changes as a pull request?

I'm running into this issue as well. Any chance to have this fixed in master?

Are there plans to work on this, maybe even a rough ETA?

JFYI, https://github.com/magro/kryo-serializers provides a kryo "native" serializer for joda DateTime.

Btw, kryo 4 already provides serializers for java.time classes.

Build with jdk 11 failed once with ``` [ERROR] ClassLoaderTest.testAutoUnloadClassloaders:63 expected: but was: ``` Rebuilding was successful.

Exactly, this here will not remove the depreciation warnings.

An option might be to create a multi release jar (aka MRJAR) and use a different way for Java 9+ to `defineClass` ([MethodHandles.Lookup.defineClass](https://docs.oracle.com/javase/10/docs/api/java/lang/invoke/MethodHandles.Lookup.html#defineClass(byte%5B%5D))).

Sorry I'm too busy with other things, but maybe someone could come up with a PR for multi-release jar?