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

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


The following commit(s) were added to refs/heads/release-2.x by this push:
     new cfb118e404 [LOG4J2-3471] log4j-1.2-api-2.17.2 throws exception while 
removing appender with name as null.
cfb118e404 is described below

commit cfb118e40484faa549a975d912473b4f739a8206
Author: Gary Gregory <[email protected]>
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 d41f761f25..acbdf2d1e5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -85,6 +85,9 @@
       <action issue="LOG4J2-3359" dev="pkarwasz" type="fix" due-to="Tukesh, 
Piotr P. Karwasz">
         Fixes the syslog appender in Log4j 1.x bridge, when used with a custom 
layout.
       </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>
       <!-- UPDATES -->
       <action issue="LOG4J2-3428" dev="ggregory" type="fix" due-to="LF-Lin">
         Update 3rd party dependencies for 2.17.3.

Reply via email to