]
Dan Berindei updated ISPN-11899:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Allow application/x-java-serialized-object media type without custom
marshaller
-------------------------------------------------------------------------------
Key: ISPN-11899
URL:
https://issues.redhat.com/browse/ISPN-11899
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 11.0.0.Dev05
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Major
Fix For: 11.0.0.Final
The server registers a {{JavaSerializationTranscoder}} to make
{{application/x-java-serialized-object}} available as a request/storage media type.
The core {{EncoderRegistryFactory}} registers instead a {{JavaSerializationEncoder}},
which can be used explicitly ({{cache.withEncoding(JavaSerializationEncoder.class)}}), but
is not picked up automatically when the user configures storage media type
{{application/x-java-serialized-object}}.