Infinispan currently has two implementations of EntryVersion: NumericVersion and SimpleClusteredVersion.
The Hot Rod protocol only supports the NumericVersion format and throughout the code there is lots of hard casts to NumericVersion.
It could make sense to support other types of versions not based on long values.
- relates to
-
ISPN-7672 NonTotalOrderTxPerCacheInboundInvocationHandler throws warning when adding cache entry using Spring Session
- Closed