yurbar commented on PR #1137: URL: https://github.com/apache/commons-lang/pull/1137#issuecomment-2315914012
> Hello @yurbar > > Thank you the PR. > > You did not reply to my previous question: > > Why not use @DiffExclude or `ReflectionDiffBuilder.Builder.setExcludeFieldNames(String...)`. > > Please see my embedded comments. > > New elements should have a Javadoc `@since` tag of `3.17.0`. @DiffExclude just excludes particular field from output, but I need an ability to compare object which are equal by equals method, but different by other fields. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
