CustomPropertyComparator should be used compare Collection items #747
Labels
Comments
bartoszwalacik
added a commit
that referenced
this issue
Nov 25, 2018
bartoszwalacik
added a commit
that referenced
this issue
Nov 25, 2018
released in 4.0.0-RC3 |
Works with ListCompareAlgorithm.SIMPLE |
omg, so we need a fix ... |
bartoszwalacik
added a commit
that referenced
this issue
Dec 5, 2018
Fixed in 5.0.1 when CustomPropertyComparator is used with LEVENSHTEIN. |
@bartoszwalacik any perspective to also be able to use I described my case on #1038. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently,
CustomPropertyComparator
is used only for comparing object properties, for example, it can be used to comparePerson
objects inboss
property:But it is not used by JaVers to compare
Person
objects when they are collection items in thepartners
List.Possible solution is a new method in
CustomPropertyComparator
with default impl:The text was updated successfully, but these errors were encountered: