]
Tristan Tarrant updated ISPN-11965:
-----------------------------------
Fix Version/s: 12.1.0.Final
(was: 12.0.0.Final)
Assume default format for server caches
---------------------------------------
Key: ISPN-11965
URL:
https://issues.redhat.com/browse/ISPN-11965
Project: Infinispan
Issue Type: Bug
Components: Core, Server
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Priority: Major
Fix For: 12.1.0.Final
Caches that does not specify any MediaType are assumed to have an special media type
APPLICATION_UNKNOW that uses the configured marshaller in the server. Embedded caches are
already assuming to have application/x-java-object encoding, and since the HR client uses
protostream by default, server caches should also use it. The side effect is clients using
anything else other than protostream would need to specifically configure the marshalled
format in the server.
The alternative is to assume application/octet-stream for server caches