]
Adrian Nistor updated ISPN-9442:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Integrated in master. Thanks [~gustavonalle]!
Scripts with JSON datatype should be able to read data as String by
default
---------------------------------------------------------------------------
Key: ISPN-9442
URL:
https://issues.jboss.org/browse/ISPN-9442
Project: Infinispan
Issue Type: Enhancement
Components: Tasks
Affects Versions: 9.4.0.Beta1
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Fix For: 9.4.0.CR1
ISPN-9182 introduced support for application/json as a script datatype, but the data is
presented as byte[].
When protobuf is the storage, it is possible to read data as JSON from scripts in the
String form, by applying the "type" parameters to the MediaType:
"application/json; type=java.lang.String", but this is not available for other
storages.