Nicolas Vollmar

Results 45 comments of Nicolas Vollmar

I agree that this would be quite a significant change that should be mentioned prominently in the release notes. As mentioned in Issue #557, this feature is deprecated and warned....

There is no mentioning of logical deletion anywhere in the `docs` folder of the project

I've added the removal of this feature to this PR

@octonato Added mima excludes

I'll have to backtrack the changes and see what might cause this

I did some investigation, and adding ``` .filter(!_.deleted) ``` to https://github.com/akka/akka-persistence-jdbc/blob/2f7ec799a831413e14bacedf6400e314f5d0b326/core/src/main/scala/akka/persistence/jdbc/query/dao/ReadJournalQueries.scala#L37-L47 would fix the test

This would have to be done by a FQCN in the config since Kryo requires the class resolver to be instantiated. If you'd be willing to create a pull request...

Which version of akka-kryo-serialization are you using and can you provide a simplified test case to reproduce this problem?

Hi, the `setOptimizedGenerics` method was added in Kryo 5, please verify you have the correct version of kryo in your classpath