ShreyanshRaj22 commented on PR #1615: URL: https://github.com/apache/commons-lang/pull/1615#issuecomment-4018922531
Thanks for the feedback. I see how this change could break existing behavior relying on reflection comparison. I briefly considered implementing this as an optional flag-based toggle (as mentioned in the ticket), something like EqualsBuilder(obj1, obj2, shouldUseDefaultEquals), but that would likely introduce additional complexity for a fairly narrow use case. Given the backward compatibility concerns, I'll go ahead and close this PR. -- 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]
