This is an automated email from the ASF dual-hosted git repository. rpopma 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 f1a729e [LOG4J2-3267] update changes.xml f1a729e is described below commit f1a729e00b17331452606c0f4cc8a21bc111d510 Author: rpopma <rpo...@apache.org> AuthorDate: Fri Dec 31 07:31:00 2021 +0900 [LOG4J2-3267] update changes.xml --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1b31718..2a659b1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -30,6 +30,9 @@ - "remove" - Removed --> <release version="2.17.2" date="20YY-MM-DD" description="GA Release 2.17.2"> + <action issue="LOG4J2-3267" dev="rpopma" type="update"> + Change modifier of method org.apache.logging.log4j.core.tools.Generate#generate to public (was package private) to facilitate automated code generation. + </action> <!-- FIXES --> <action dev="ggregory" type="fix"> Log4j 1.2 bridge class ConsoleAppender should extend WriterAppender and provide better compatibility with custom appenders.