]
Gustavo Fernandes updated ISPN-9182:
------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Remove compat mode from Tasks and Scripts
-----------------------------------------
Key: ISPN-9182
URL:
https://issues.jboss.org/browse/ISPN-9182
Project: Infinispan
Issue Type: Sub-task
Components: Tasks
Reporter: Gustavo Fernandes
Both script and tasks hardcode GenericJbossMarshaller in several places, and use it to
unmarshall parameters and user data when executing code. If the client uses a different
marshaller, it breaks.
Both should rely instead on the MediaType sent by the Hot Rod client in order to convert
from and to the storage format.