Closed
Description
Describe the bug
when using hazel cast and the sessions, when there's an issue, it's not being handled by the CacheErrorHandler
To Reproduce
- have a project with spring boot 2.7 and hazel cast 5.3.2
- configure the session with hazel cast
- have an exception, for example, InvalidClassException, which is being wrapped in an com.hazelcast.nio.serialization.HazelcastSerializationException
Expected behavior
in my case for example, if the session is not valid because of serialization, it should treat it as a new one
Sample
whatever recent project, for example this
https://github.com/hazelcast-guides/spring-session-hazelcast
then maybe have multiple instances and change the serial UUID version to generate the exception.