As subject says, the Near Cache with Bloom Filter enabled doesn't work properly if cache is configured with `jboss-marshalling`.
I have a simple scenario reproducer for this issue which fails as with one server (2 different clients) as well as 2 server cluster and 2 corresponding clients. When the `jboss-marshalling` config is removed the test behaves properly.
The reproducer code is located here: https://gist.github.com/andyuk1986/6b7547313f9a1ca30223b62c3e75748a
- causes
-
ISPN-15494 Near cache with invalidation fails to start in Spring Boot
- Resolved