Switch from Maven to Gradle
Unclaimed project
Are you a maintainer of java-object-diff? Claim this project to take control of your public changelog and roadmap.
Switch from Maven to Gradle
equals method instead of causing an exception. #162StandardIntrospector will now only be created when needed, so platforms like Android (where java.beans.Introspector is not available)...ObjectDiffer throws an exceptionComparison: The ObjectDifferBuilder now provides new configuration outlet called identity
This allows for providing a custom strategy to establish the identity of collection items base on something other than the equals method. That's especially useful when you have no control over the items equals and hashCode methods.
However, it's a brand-new feature and there may be s...