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
Compare Lists Like Sets #605
Labels
Comments
drakin
pushed a commit
to drakin/javers
that referenced
this issue
Nov 21, 2017
👍 |
@drakin thanks for your contribution. Since merge, you are listed on https://javers.org/ as a JaVers contributor. Now we need to update the docs and the change will be ready to release. |
released in 3.7.0, see https://javers.org/documentation/diff-configuration/#list-algorithms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add new compare Algorithm to be able compare lists like a sets (ignoring ordering).
For now, If we want to compare collection without ordering, we should to use sets.
In case, when we need to ignore ordering and we can not to change existing lists Objects to sets we have some troubles.
We can not to change our model and use Sets.
The text was updated successfully, but these errors were encountered: