-
Bug
-
Resolution: Done
-
Major
-
4.1.0.Final
-
None
-
Release Notes
Cache registered listener, like the one described in a code example below, throws null pointer exception upon eviction notification.
@Listener
public class EvictionListener {
@CacheEntryEvicted
public void nodeEvicted(CacheEntryEvictedEvent e)
}