Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-3050

Cache.replace should support arrays of primitive types

XMLWordPrintable

      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.

            rh-ee-galder Galder ZamarreƱo
            adam.kovari Adam Kovari (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: