New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CustomPropertyComparator should be used compare Collection items #747
Comments
released in 4.0.0-RC3 |
Works with ListCompareAlgorithm.SIMPLE |
omg, so we need a fix ... |
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. |
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: