]
Galder Zamarreño resolved ISPN-3790.
------------------------------------
Resolution: Won't Fix
Equivalence is deprecated
Document the rules for handling null values in the Equivalence
interface
------------------------------------------------------------------------
Key: ISPN-3790
URL:
https://issues.jboss.org/browse/ISPN-3790
Project: Infinispan
Issue Type: Task
Components: Core
Affects Versions: 6.0.0.Final
Reporter: Dan Berindei
Assignee: Galder Zamarreño
{{AnyEquivalence.equals(null, null)}} returns false, and
{{ByteArrayEquivalence.equals(null, null)}} returns true.
I think ByteArrayEquivalence is correct, and the {{Equivalence.equals()}} javadoc should
specify that two {{null}} values should be equal.