Skip to content
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

Assertj classes: change deprecated Objects.areEqual #1110

Closed
nbartels opened this issue Dec 26, 2020 · 0 comments
Closed

Assertj classes: change deprecated Objects.areEqual #1110

nbartels opened this issue Dec 26, 2020 · 0 comments

Comments

@nbartels
Copy link
Contributor

nbartels commented Dec 26, 2020

Since we use assertj for a better unit testing experience we have some custom assertj classes. We have to replace the old deprecated methods in them and use the correct ones:

  • org.assertj.core.util.Objects.areEqual --> java.util.Objects.deepEquals
@nbartels nbartels added this to the 4.0.0 milestone Dec 26, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant