This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/2.25.2 in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 380b9f279dbfdafd4483f3b2f82847cfb09e95e8 Author: Volkan Yazıcı <[email protected]> AuthorDate: Thu Sep 18 20:01:13 2025 +0200 Prepare the changelog --- src/changelog/{.2.x.x => 2.25.2}/3873_throwable_converter_new_line.xml | 0 src/changelog/{.2.x.x => 2.25.2}/3920-nested-throwables.xml | 2 +- src/changelog/{.2.x.x => 2.25.2}/3930_date-converter.xml | 3 ++- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/changelog/.2.x.x/3873_throwable_converter_new_line.xml b/src/changelog/2.25.2/3873_throwable_converter_new_line.xml similarity index 100% rename from src/changelog/.2.x.x/3873_throwable_converter_new_line.xml rename to src/changelog/2.25.2/3873_throwable_converter_new_line.xml diff --git a/src/changelog/.2.x.x/3920-nested-throwables.xml b/src/changelog/2.25.2/3920-nested-throwables.xml similarity index 78% rename from src/changelog/.2.x.x/3920-nested-throwables.xml rename to src/changelog/2.25.2/3920-nested-throwables.xml index a8c9b13cfe..b2ef8b27d4 100644 --- a/src/changelog/.2.x.x/3920-nested-throwables.xml +++ b/src/changelog/2.25.2/3920-nested-throwables.xml @@ -7,6 +7,6 @@ type="fixed"> <issue id="3920" link="https://github.com/apache/logging-log4j2/pull/3920"/> <description format="asciidoc"> - Fix detection of throwable converters inside nested patterns when applying `alwaysWriteExceptions`. + Fix detection of `Throwable` converters inside nested Pattern Layout patterns when applying `alwaysWriteExceptions` </description> </entry> diff --git a/src/changelog/.2.x.x/3930_date-converter.xml b/src/changelog/2.25.2/3930_date-converter.xml similarity index 85% rename from src/changelog/.2.x.x/3930_date-converter.xml rename to src/changelog/2.25.2/3930_date-converter.xml index 1823ea9602..2fb8f4a8cd 100644 --- a/src/changelog/.2.x.x/3930_date-converter.xml +++ b/src/changelog/2.25.2/3930_date-converter.xml @@ -6,7 +6,8 @@ https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" type="fixed"> <issue id="3930" link="https://github.com/apache/logging-log4j2/issues/3930"/> + <issue id="3932" link="https://github.com/apache/logging-log4j2/pull/3932"/> <description format="asciidoc"> - Fix parsing and merging of literals in `InstantPatternDynamicFormatter`. + Fix parsing and merging of literals in `InstantPatternDynamicFormatter` </description> </entry>
