This is an automated email from the ASF dual-hosted git repository.
ramanathan1504 pushed a change to branch issue-3933
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
from c65c142789 Add changelog entry for circular reference detection fix
with colliding equals/hashCode exceptions
add 377a429183 Add test for ThrowableProxy serialization with colliding
equals/hashCode implementations
No new revisions were added by this update.
Summary of changes:
.../core/test/impl/ThrowableCollisionTest.java | 95 ----------------------
.../pattern/ThrowablePatternConverterTest.java | 46 +++++++++++
.../logging/log4j/core/impl/ThrowableProxy.java | 2 +
.../core/pattern/ThrowableStackTraceRenderer.java | 6 ++
4 files changed, 54 insertions(+), 95 deletions(-)
delete mode 100644
log4j-core-test/src/main/java/org/apache/logging/log4j/core/test/impl/ThrowableCollisionTest.java