]
Work on ISPN-11614 started by Ryan Emerson.
-------------------------------------------
PersistenceMarshaller should utilise an independent
SerializationContext for user types
---------------------------------------------------------------------------------------
Key: ISPN-11614
URL:
https://issues.redhat.com/browse/ISPN-11614
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 10.1.5.Final, 11.0.0.Dev03
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
If a user configures a SerializationContextInitializer it is currently registered to the
same SerializationContext as the persistent internal types. This means that it is possible
for a user to reference internal protobuf message types in their .proto files. We should
utilise a seperate SerializationContext to ensure that these types are truly indepdenent.