]
Will Burns updated ISPN-11426:
------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Add UUID to core SerializationContexts
--------------------------------------
Key: ISPN-11426
URL:
https://issues.redhat.com/browse/ISPN-11426
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 10.1.3.Final, 11.0.0.Alpha2
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 12.0.0.Final
Currently we only register a ProtoStream marshaller for java.util.UUID in the server as
they are required for the event logger, however this will also be required by core for
`MultiClusterEventCommand` and `ClusterEvent`. It's not possible to register a class
in multiple contexts when utilising a TypeId, therefore in order to avoid having to
provide a TypeId for UUIDs in both core and server, we should register this in the
core's persistence initializers.