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 c47e984  Log4j 1.2 bridge adds 
org.apache.log4j.component.helpers.Constants.
c47e984 is described below

commit c47e98423b461731f7791fcb9ea1079cd451f365
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jan 4 18:15:45 2022 -0500

    Log4j 1.2 bridge adds org.apache.log4j.component.helpers.Constants.
    
    Resolve a common use-case of the jar hell created by Log4j 1's own log4j
    extras component whose jar includes a copy of Log4j 1. Log4j 1 extras is
    https://logging.apache.org/log4j/extras/
    
    The goal is to be able to use the 1.2 bridge without log4j extras on the
    classpath.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f1f5ac4..2889fd6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -82,6 +82,9 @@
       <action dev="ggregory" type="fix" issue="LOG4J2-3316">
        Log4j 1.2 bridge should ignore case in properties file keys.
       </action>
+      <action dev="ggregory" type="fix" issue="LOG4J2-3316">
+       Log4j 1.2 bridge adds org.apache.log4j.component.helpers.Constants.
+      </action>
       <!-- ADD -->
       <!-- UPDATES -->
        </release>

Reply via email to