-
Enhancement
-
Resolution: Won't Do
-
Major
-
None
-
None
Take each existing minor branch, i.e. 4.1.x, 4.0.x,...etc and modify VersionAwareMarshallerTest so that payloads are stored in a data file.
Then, take data files for each branch and store in git (master and 5.1.x), and try reading them with the existing externalizer/marshalling set up.
It should work...
- is related to
-
ISPN-417 AtomicHashMap Externalizer returns delta and not hash map on deserialization
-
- Closed
-
-
ISPN-922 Flags not being sent along with RpcCommands fail to affect remote InvocationContext
-
- Closed
-
-
ISPN-419 Transactional AtomicHashMap modifications are lost when persisting
-
- Closed
-
-
ISPN-244 Enable external user/framework defined Externalizers
-
- Closed
-
- relates to
-
ISPN-3311 org.infinispan.lifecycle.ModuleLifecycle service definitions missing from Lucene Directory jar
-
- Closed
-
Regardless of rolling upgrades, without any tests we run risk of having issues such as
ISPN-3311. We should at least have test to verify marshalling at the level of minor versions. We should target this from 6.0 onwards, good time to get it implemented now. I already some prep work before (see 2034 archive tags)