This is an automated email from the ASF dual-hosted git repository. ckozak pushed a commit to branch release-2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 902dffe71b3cb3e7766a5b6db7951b9f02bcda8c Author: Carter Kozak <[email protected]> AuthorDate: Fri Jun 4 11:22:15 2021 -0400 LOG4J2-3103 changelog --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0074c6c..6fede27 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -69,6 +69,9 @@ Allow a PatternSelector to be specified on GelfLayout. </action> <!-- FIXES --> + <action issue="LOG4J2-3103" dev="ckozak" type="fix" due-to="Mike Glazer"> + Fix race condition which can result in ConcurrentModificationException on context.stop. + </action> <action issue="LOG4J2-3092" dev="vy" type="fix" due-to="xmh51"> Fix JsonWriter memory leaks due to retained excessive buffer growth. </action>
