]
Tristan Tarrant updated ISPN-10958:
-----------------------------------
Sprint: DataGrid Sprint #36, DataGrid Sprint #37 (was: DataGrid Sprint #36)
JBossExternalizerAdapter must be whitelisted when jboss-marshalling
is used
---------------------------------------------------------------------------
Key: ISPN-10958
URL:
https://issues.jboss.org/browse/ISPN-10958
Project: Infinispan
Issue Type: Bug
Components: Core
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 10.1.0.Beta1
ISPN-10868 removed {{org.infinispan.jboss.marshalling.commons.JBossExternalizerAdapter}}
from the default {{ClassWhiteList}} however this is required if the {{@SerializeWith}}
annotations are used with jboss-marshalling.
We should ensure that
{{org.infinispan.jboss.marshalling.commons.JBossExternalizerAdapter}} is whitelisted.
However, instead of adding to the default whitelist, it should be possible to simply add
the class to the white list only when {{CheckedClassResolver}} is used.