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 15:30:23 UTC

[logging-log4j2] 02/02: Log4j 1.2 bridge method Category.exists(String) should be static.

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

commit adc6dd57f41684553ae2f6487d698285b034cbdd
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 30 10:30:18 2021 -0500

    Log4j 1.2 bridge method Category.exists(String) should be static.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1e3a262..8ea3e92 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,6 +52,9 @@
       <action dev="ggregory" type="fix">
         Log4j 1.2 bridge class Category should implement AppenderAttachable.
       </action>
+      <action dev="ggregory" type="fix">
+        Log4j 1.2 bridge method Category.exists(String) should be static.
+      </action>
 	</release>
     <release version="2.17.1" date="2021-12-27" description="GA Release 2.17.1">
       <!-- FIXES -->