assertj-assertions-generator
assertj-assertions-generator copied to clipboard
Remove deprecation warnings from generated assertions
The assertions generated uses org.assertj.core.util.Objects.areEqual
and org.assertj.core.util.Objects.areEqualArrays
which are deprecated and show in the applications warning logs.
Should use the suggested methods instead.
Fair point, keen to contribute it @ebramirez?
Sure!
Here you have it: #144
@joel-costigliola By the way, to run the tests I had to add the javax.annotation-api
test dependency. I have not pushed that change as part of the PR just in case this was intentional. Is this a known thing?
This project was developed with the JDK 8 which provides it but I guess you are using JDK 11 (or even 14!)
You absolutely right, I completely forgot about that change.
Just wondering, is there a specific reason why this change can't be release yet?