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

Cache.entrySet() entries don't implement Map.Entry.equals() correctly

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 9.0.1.Final
    • 9.0.0.Final
    • Core
    • None

      The Map.Entry.equals() javadoc says "Returns true if the given object is also a map entry and the two entries represent the same mapping.", meaning any other metadata stored in cache entries (e.g. lifespan) must be ignored for the purpose of checking equality. In other words, this code should work regardless of what entries are stored in the cache or in the invocation context:

      cache.entrySet().contains(new AbstractMap.SimpleEntry("k", "v"))
      

              pruivo@redhat.com Pedro Ruivo
              dberinde@redhat.com Dan Berindei (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: