]
Tristan Tarrant updated ISPN-10301:
-----------------------------------
Fix Version/s: 10.0.0.Beta5
(was: 10.0.0.Beta4)
Deprecate server media type application/x-java-object
-----------------------------------------------------
Key: ISPN-10301
URL:
https://issues.jboss.org/browse/ISPN-10301
Project: Infinispan
Issue Type: Task
Components: Server
Affects Versions: 10.0.0.Beta3
Reporter: Dan Berindei
Priority: Major
Fix For: 10.0.0.Beta5
`application/x-java-object` needs to have the application classes deployed on the server
in order to do anything useful with it, and the server must also be able to do reflection
on those application classes.
We should steer users towards always using `application/x-protostream` instead, because
the protobuf schemas are much easier to deploy to the server. The first step would be to
make protostream the default marshalling mechanism in the client.