You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2022/04/07 23:52:03 UTC

[logging-log4j2] 02/02: [LOG4J2-3471] log4j-1.2-api-2.17.2 throws exception while removing appender with name as null.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit fc0da3c3a24160eddc5ea573911b3c02949dc80f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Apr 7 16:48:42 2022 -0400

    [LOG4J2-3471] log4j-1.2-api-2.17.2 throws exception while removing
    appender with name as null.
    
    Make internal use of the ConcurrentHashMap null safe.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f3c6551d26..6b77862851 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -199,6 +199,9 @@
       <action issue="LOG4J2-3423" type="fix" due-to="Radim Tlusty, Gary Gregory">
         JAR file containing Log4j configuration isn't closed.
       </action>
+      <action issue="LOG4J2-3359" dev="ggregory" type="fix" due-to="Rajesh, Gary Gregory">
+        log4j-1.2-api 2.17.2 throws NullPointerException while removing appender with name as null.
+      </action>
     </release>
     <release version="2.17.2" date="2022-02-23" description="GA Release 2.17.2">
       <!-- FIXES -->