-
-
Notifications
You must be signed in to change notification settings - Fork 366
Default comparator for raw Collections #746
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
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
Test-Project: https://github.com/baumgartner/javerstest/blob/master/src/test/java/javers/test/CollectionCompareTest.java |
bartoszwalacik
added a commit
that referenced
this issue
Dec 5, 2018
Fixed in 5.0.1 for all algorithms. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, JaVers skips comparing fields of Collection type
For example, in this class,
clients
field is ignored:and only this warnign is logged. Expected behaviour would be using List comparator.
The text was updated successfully, but these errors were encountered: