]
Ryan Emerson reassigned ISPN-12093:
-----------------------------------
Assignee: Ryan Emerson
Service loaded SCIs not registered with the
SerializationContextRegistry
------------------------------------------------------------------------
Key: ISPN-12093
URL:
https://issues.redhat.com/browse/ISPN-12093
Project: Infinispan
Issue Type: Bug
Components: Configuration, Remote Querying
Affects Versions: 11.0.1.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 12.0.0.Final
The {{ProtobufMetadataManagerImpl}} loads SerializationContextInitializer implementations
via the service loader, however they are currently only registered with the query
SerializationContext. Consequently, if a user utilises the service loader to automatically
register there SCI the classes won't be marshallable by the GlobalMarshaller or the
persistence marshaller.