-
Enhancement
-
Resolution: Done
-
Minor
-
5.2.1.Final
-
None
org.infinispan.Cache.replace does not handle values as arrays of primitive types well. It compares the old and new value as .equals but this doesn't work for arrays of primitives. It should use Arrays.equals for such a case.
- is incorporated by
-
ISPN-2281 Enable inter server endpoint communication in a compatibility mode
- Closed