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 909c348a405c8b855df35e247ed6cfa585115b1c Author: Gary Gregory <[email protected]> AuthorDate: Wed Jan 5 13:11:26 2022 -0500 Log4j 1.2 bridge adds org.apache.log4j.helpers.Loader. --- src/changes/changes.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 89199d5..5dde00f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -82,12 +82,15 @@ <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"> + <action dev="ggregory" type="fix"> Log4j 1.2 bridge adds org.apache.log4j.component.helpers.Constants. </action> - <action dev="ggregory" type="fix" issue="LOG4J2-3316"> + <action dev="ggregory" type="fix"> Log4j 1.2 bridge adds org.apache.log4j.helpers.LogLog. </action> + <action dev="ggregory" type="fix"> + Log4j 1.2 bridge adds org.apache.log4j.helpers.Loader. + </action> <!-- ADD --> <!-- UPDATES --> </release>
