]
Ryan Emerson updated ISPN-11946:
--------------------------------
Summary: Deprecate JBossUserMarshaller and associated classes (was: Deprecate
JBossUserMarshaller)
Deprecate JBossUserMarshaller and associated classes
----------------------------------------------------
Key: ISPN-11946
URL:
https://issues.redhat.com/browse/ISPN-11946
Project: Infinispan
Issue Type: Sub-task
Affects Versions: 11.0.0.CR1
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 11.0.0.Final
We should deprecate the {{JBossUserMarshaller}} and mark it for removal in Infinispan 14.
Users who still require jboss-marshalling should utilise the {{GenericJBossMarshaller}}.
This does not support {{org.infinispan.commons.marshall.Externalizer}} implementations,
but similar behaviour can be achieved by using {{org.jboss.marshalling.Externalizer}}
implementations.