]
Radim Vansa commented on ISPN-7605:
-----------------------------------
Note that {{CacheDecodeContext.extractVersion}} currently ignores topology part of
{{SimpleClusteredVersion}}; this could lead to a potential bug.
Remove version schemes hardcoding
---------------------------------
Key: ISPN-7605
URL:
https://issues.jboss.org/browse/ISPN-7605
Project: Infinispan
Issue Type: Enhancement
Components: Core, Server
Reporter: Gustavo Fernandes
Assignee: Galder ZamarreƱo
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.