Description of problem: If a client put an object as byte[] into the cache, which is a self serialized class, the get will return the original class (if it is in the class path) instead of the byte[]. This is incompatible to ISPN5 (<JDG6.3) here the byte[] is returned in any case. It seems this in unintentional due to the smart 'compatibility' mode at client side https://github.com/infinispan/infinispan/blob/master/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/marshall/MarshallerUtil.java#L35 Expected results: return a byte array
Galder Zamarreño <galder.zamarreno> updated the status of jira ISPN-5758 to Coding In Progress
This product has been discontinued or is no longer tracked in Red Hat Bugzilla.