]
Nistor Adrian updated ISPN-10506:
---------------------------------
Status: Open (was: New)
Update Query tutorials to use SerializationContextInitializers
--------------------------------------------------------------
Key: ISPN-10506
URL:
https://issues.redhat.com/browse/ISPN-10506
Project: Infinispan
Issue Type: Task
Components: Demos and Tutorials
Affects Versions: 10.0.0.CR1
Reporter: Ryan Emerson
Assignee: Katia Aresti
Priority: Major
https://issues.jboss.org/browse/ISPN-10504 Deprecated the
{{ProtostreamSerializationContextInitializer}} interface in favour of provding
{{SerializationContextInitalizer}} implementations via the CacheManager's
{{SerializationConfiguration}}. Therefore, we should update the tutorials to reflect
this.
Note, for the old wildfly server the configuration of
{{SerializationContextInitializers}} is not exposed, therefore it's still necessary to
load instances of {{ProtostreamSerializationContextInitializer}} via the ServiceLoader in
this context.