Thomas Heigl

Results 155 comments of Thomas Heigl

Please try to reproduce this with pure Kryo without any external dependencies. That makes it much easier to see what's going on and to compare Kryo 2.x and Kryo 5.

OK that's good to hear. So there is a clear path to fixing this by using `DefaultInstantiatorStrategy` with a fallback on `StdInstantiatorStrategy`. > Is it expected that Kryo cannot handle...

This is probably caused by #1015 as well. @hen68: Can you confirm that this only affects Android?

If it happens on iOS, then it must be a different issue. Thanks for checking.

The problem has become worse since 5.2.5 and https://github.com/OneSignal/OneSignal-Cordova-SDK/pull/1017. Now it isn't even possible anymore to add another listener after a full-page reload because the condition returns before the new...

I'm also willing to create a PR to address these issues.

I created a draft PR that shows what changes would be necessary to support my use case: https://github.com/spring-projects/spring-session/pull/3098

Hi @marcusdacoregio! > Have you tried to do defaultCookieSerializer.setCookieMaxAge(Integer.MAX_VALUE);? This way the cookie expiration time is long and you rely only on the session expiration time. This approach would work,...

Thanks @marcusdacoregio. I think that will work for our use case. Thanks for taking the time to suggesting a workable solution!

Hi @nastra. I'm still unhappy about merging this because it uses terminally deprecated code in `Unsafe`, but I think I will include it in Kryo 5.7.0. The release will probably...