]
Adrian Nistor updated ISPN-8038:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Integrated in master. Thanks [~gustavonalle]!
java.lang.ClassCastException with compatibility mode and text
content
---------------------------------------------------------------------
Key: ISPN-8038
URL:
https://issues.jboss.org/browse/ISPN-8038
Project: Infinispan
Issue Type: Bug
Components: Server
Affects Versions: 9.1.0.Beta1
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Fix For: 9.1.0.Final
Setting compat mode with a string marshaller in the server, the same marshaller in the
hot rod client, writing text content via rest and reading via Hot Rod yields:
{noformat}
org.infinispan.client.hotrod.exceptions.HotRodClientException:
Request for messageId=3 returned server error (status=0x85):
java.lang.ClassCastException: [B cannot be cast to java.lang.String
{noformat}