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 2021/12/30 14:33:22 UTC

[logging-log4j2] 02/02: Log4j 1.2 bridge class OptionConverter is missing selectAndConfigure() methods.

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 10ad9c6a48e19e9b2bb1b975cf122546a9767747
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 30 09:33:17 2021 -0500

    Log4j 1.2 bridge class OptionConverter is missing selectAndConfigure()
    methods.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c6b8041..1bfda06 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -188,6 +188,9 @@
       <action dev="ggregory" type="fix">
         Log4j 1.2 bridge interface Configurator doConfigure() methods should use LoggerRepository, not LoggerContext.
       </action>
+      <action dev="ggregory" type="fix">
+        Log4j 1.2 bridge class OptionConverter is missing selectAndConfigure() methods.
+      </action>
     </release>
     <release version="2.17.1" date="2021-MM-DD" description="GA Release 2.17.1">
       <action issue="LOG4J2-3292" dev="ckozak" type="fix">