assertj / doc

AssertJ new website
https://assertj.github.io/doc/
Apache License 2.0
25 stars 26 forks source link

"usingComparatorForFields" and "usingComparatorForType" documentation example using deprecated method #129

Open origin-coding opened 2 years ago

origin-coding commented 2 years ago

Ducumentation links: https://www.javadoc.io/static/org.assertj/assertj-core/3.23.1/org/assertj/core/api/AbstractObjectAssert.html#usingComparatorForFields(java.util.Comparator,java.lang.String...)

https://www.javadoc.io/static/org.assertj/assertj-core/3.23.1/org/assertj/core/api/AbstractObjectAssert.html#usingComparatorForType(java.util.Comparator,java.lang.Class)

Description: These two methods' code example uses a method called "isEqualToComparingFieldByField" and "isEqualToIgnoringNullFields". Such methods are actually marked as Deprecated which means they are not supported. So is there any plan to change the documentation using the new "RecursiveComparisonConfiguration" class?