]
Ryan Emerson updated ISPN-10830:
--------------------------------
Summary: Client Testsuite should utilise SerializationContextInitializers via
configuration (was: Client Testsuite should utilise SerializationContextInitializers via
normal configuration)
Client Testsuite should utilise SerializationContextInitializers via
configuration
----------------------------------------------------------------------------------
Key: ISPN-10830
URL:
https://issues.redhat.com/browse/ISPN-10830
Project: Infinispan
Issue Type: Enhancement
Components: Test Suite
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
The client testsuite makes extensive use of the
{{ProtobufMetadataManagerImpl::registerMarshaller}} method to register ProtoStream
marshallers, however this is no longer necessary as we now expose the
SerializationContextInitializer via our server configuration.
Furthermore, it's also possible to directly use SerializationContextInitializer
instances via the client configuration.
The client testsuite should be updated to utilise ^ mechanisms.