ramanathan1504 opened a new pull request, #4133:
URL: https://github.com/apache/logging-log4j2/pull/4133

   Fixes #3933 
   
   Fix circular reference detection for exceptions with colliding 
equals/hashCode implementations
   
   - Use IdentityHashMap-based sets to track visited throwables by identity, 
preventing false positives in circular reference detection when exceptions 
override equals/hashCode.
   - Update ThrowableProxy and ThrowableStackTraceRenderer to use 
identity-based tracking.
   - Add ThrowableCollisionTest to verify correct handling of both colliding 
and genuinely cyclic exception chains.


-- 
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]

Reply via email to