]
William Burns updated ISPN-9785:
--------------------------------
Status: Open (was: New)
RemoteCache entrySet and keySet must implement value equality
-------------------------------------------------------------
Key: ISPN-9785
URL:
https://issues.jboss.org/browse/ISPN-9785
Project: Infinispan
Issue Type: Bug
Components: Hot Rod
Affects Versions: 9.1.0.Final
Reporter: William Burns
Assignee: William Burns
Priority: Major
Fix For: 10.0.0.Alpha2
The Set interface contract explicitly states that the equals method must provide value
equality. ISPN-7900 changed the keySet and added entrySet support. These methods must obey
that contract. The values method is undefined and can stay how it is as the Collection
interface doesn't state any specific guarantees.