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 409000d90bd3a3d40a8c701ade414d1656375219 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Dec 30 13:17:39 2021 -0500 Log4j 1.2 bridge interface org.apache.log4j.spi.RendererSupport was in the wrong package and incomplete. Log4j 1.2 bridge interfaces missing from package org.apache.log4j.spi: ThrowableRenderer, ThrowableRendererSupport, TriggeringEventEvaluator. Log4j 1.2 bridge missing class RendererMap. --- src/changes/changes.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 462cbc2..187d6bd 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -201,7 +201,19 @@ Log4j 1.2 bridge method org.apache.log4j.Category.getDefaultHierarchy() is missing. </action> <action dev="ggregory" type="fix"> - Log4j 1.2 bridge LogManager class default constructor should be public. + Log4j 1.2 bridge methods missing in org.apache.log4j.Category: getDefaultHierarchy(), getHierarchy(), getLoggerRepository(). + </action> + <action dev="ggregory" type="fix"> + Log4j 1.2 bridge class LogManager default constructor should be public. + </action> + <action dev="ggregory" type="fix"> + Log4j 1.2 bridge interface org.apache.log4j.spi.RendererSupport was in the wrong package and incomplete. + </action> + <action dev="ggregory" type="fix"> + Log4j 1.2 bridge interfaces missing from package org.apache.log4j.spi: ThrowableRenderer, ThrowableRendererSupport, TriggeringEventEvaluator. + </action> + <action dev="ggregory" type="fix"> + Log4j 1.2 bridge missing class org.apache.log4j.or.RendererMap. </action> </release> <release version="2.17.1" date="2021-MM-DD" description="GA Release 2.17.1">