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/02/21 19:44:34 UTC

[logging-log4j2] branch release-2.x updated: [LOG4J2-3407] Log4j 1.2 bridge Check for non-existent appender when parsing properties #761.

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 362fe76  [LOG4J2-3407] Log4j 1.2 bridge Check for non-existent appender when parsing properties #761.
362fe76 is described below

commit 362fe76dff4310836ee3c6d111d895fda97831c1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Feb 21 14:44:31 2022 -0500

    [LOG4J2-3407] Log4j 1.2 bridge Check for non-existent appender when
    parsing properties #761.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 93ef250..de061e6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -235,6 +235,9 @@
       <action issue="LOG4J2-3410" dev="ggregory" type="fix" due-to="Barry Sham, Gary Gregory">
         Log4j 1.2 bridge throws a ClassCastException when logging a Map with non-String keys.
       </action>
+      <action issue="LOG4J2-3407" dev="ggregory" type="fix" due-to="Kenny MacLeod">
+        Log4j 1.2 bridge Check for non-existent appender when parsing properties #761.
+      </action>
       <!-- ADD -->
       <action issue="LOG4J2-3297" dev="rgoers" type="add">
         Limit loading of configuration via a url to https by default.