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/01/10 22:36:11 UTC

[logging-log4j2] branch master updated: Log4j 1.2 bridge missing OptionConverter.instantiateByKey(Properties, String, Class, Object).

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


The following commit(s) were added to refs/heads/master by this push:
     new 5e5b210  Log4j 1.2 bridge missing OptionConverter.instantiateByKey(Properties, String, Class, Object).
5e5b210 is described below

commit 5e5b2103f472d01816cf131b8e1519ca41144c58
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 10 17:36:08 2022 -0500

    Log4j 1.2 bridge missing OptionConverter.instantiateByKey(Properties,
    String, Class, Object).
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7a218c4..c46e61b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -260,6 +260,9 @@
       <action dev="ggregory" type="fix" issue="LOG4J2-3326" due-to="Benjamin Röhl, Gary Gregory">
         Log4j 1.2 bridge fixes parsing filters in properties configuration file #680.
       </action>
+      <action dev="ggregory" type="fix" issue="LOG4J2-3326" due-to="Gary Gregory">
+        Log4j 1.2 bridge missing OptionConverter.instantiateByKey(Properties, String, Class, Object).
+      </action>
       <!-- ADD -->
       <action issue="LOG4J2-3282" dev="ckozak" type="add" due-to="Michael Vorburger">
         Add the log4j-to-jul JDK Logging Bridge