Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
Dependency infinispan-jboss-marshalling and therefore usage of JBossUserMarshaller is deprecated for removal in Infinispan 14, so we should look to see if there are better alternatives.
Probably the simplest replacement would be to use JavaSerializationMarshaller. But as per the comment linked to below, it should perhaps be considered whether Java serialization is the correct approach.