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 5a71c910328a4aa692213d4cfa23ac0995dcad5b Author: Volkan Yazıcı <[email protected]> AuthorDate: Tue Sep 9 20:54:38 2025 +0200 Prepare the changelog --- src/changelog/2.25.2/.release-notes.adoc.ftl | 25 ++++++++++++++++++++++ src/changelog/2.25.2/.release.xml | 21 ++++++++++++++++++ .../3819_logback-builder-reuse.xml | 3 ++- .../3828_fix_log_placeholder_mismatch.xml | 3 ++- .../{.2.x.x => 2.25.2}/3835-default-layout.xml | 3 ++- .../{.2.x.x => 2.25.2}/3852-default-target.xml | 2 +- .../3872_fix_RollingFileManager_initialTime.xml | 0 .../3905_fix_error_prone_dep.xml | 1 + 8 files changed, 54 insertions(+), 4 deletions(-) diff --git a/src/changelog/2.25.2/.release-notes.adoc.ftl b/src/changelog/2.25.2/.release-notes.adoc.ftl new file mode 100644 index 0000000000..4f89c9f82b --- /dev/null +++ b/src/changelog/2.25.2/.release-notes.adoc.ftl @@ -0,0 +1,25 @@ +//// + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +//// + +[${'#release-notes-' + release.version?replace("[^a-zA-Z0-9]", "-", "r")}] +== ${release.version} + +<#if release.date?has_content>Release date:: ${release.date}</#if> + +This patch release addresses certain minor issues detailed in the changelog. + +<#include "../.changelog.adoc.ftl"> diff --git a/src/changelog/2.25.2/.release.xml b/src/changelog/2.25.2/.release.xml new file mode 100644 index 0000000000..909a9d78e7 --- /dev/null +++ b/src/changelog/2.25.2/.release.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ~ Licensed to the Apache Software Foundation (ASF) under one or more + ~ contributor license agreements. See the NOTICE file distributed with + ~ this work for additional information regarding copyright ownership. + ~ The ASF licenses this file to you under the Apache License, Version 2.0 + ~ (the "License"); you may not use this file except in compliance with + ~ the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. + --> +<release xmlns="https://logging.apache.org/xml/ns" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" + date="2025-09-09" version="2.25.2"/> diff --git a/src/changelog/.2.x.x/3819_logback-builder-reuse.xml b/src/changelog/2.25.2/3819_logback-builder-reuse.xml similarity index 83% rename from src/changelog/.2.x.x/3819_logback-builder-reuse.xml rename to src/changelog/2.25.2/3819_logback-builder-reuse.xml index ea67aa50d0..100d8b9d35 100644 --- a/src/changelog/.2.x.x/3819_logback-builder-reuse.xml +++ b/src/changelog/2.25.2/3819_logback-builder-reuse.xml @@ -6,7 +6,8 @@ https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" type="fixed"> <issue id="3819" link="https://github.com/apache/logging-log4j2/issues/3819"/> + <issue id="3824" link="https://github.com/apache/logging-log4j2/pull/3824"/> <description format="asciidoc"> - Fix potential memory leak involving `LogBuilder` in Log4j API to Logback bridge. + Fix potential memory leak involving `LogBuilder` in Log4j API to Logback bridge </description> </entry> diff --git a/src/changelog/.2.x.x/3828_fix_log_placeholder_mismatch.xml b/src/changelog/2.25.2/3828_fix_log_placeholder_mismatch.xml similarity index 73% rename from src/changelog/.2.x.x/3828_fix_log_placeholder_mismatch.xml rename to src/changelog/2.25.2/3828_fix_log_placeholder_mismatch.xml index 884b93985d..4d1f7ac765 100644 --- a/src/changelog/.2.x.x/3828_fix_log_placeholder_mismatch.xml +++ b/src/changelog/2.25.2/3828_fix_log_placeholder_mismatch.xml @@ -6,7 +6,8 @@ https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" type="fixed"> <issue id="3828" link="https://github.com/apache/logging-log4j2/issues/3828"/> + <issue id="3831" link="https://github.com/apache/logging-log4j2/pull/3831"/> <description format="asciidoc"> - Corrected an incorrect placeholder count in the AbstractDriverManagerConnectionSource debug log message to prevent unnecessary warnings. + Prevent unnecessary warnings in `AbstractDriverManagerConnectionSource` </description> </entry> diff --git a/src/changelog/.2.x.x/3835-default-layout.xml b/src/changelog/2.25.2/3835-default-layout.xml similarity index 74% rename from src/changelog/.2.x.x/3835-default-layout.xml rename to src/changelog/2.25.2/3835-default-layout.xml index 877631c902..7f3eb82645 100644 --- a/src/changelog/.2.x.x/3835-default-layout.xml +++ b/src/changelog/2.25.2/3835-default-layout.xml @@ -6,7 +6,8 @@ https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" type="fixed"> <issue id="3835" link="https://github.com/apache/logging-log4j2/issues/3835"/> + <issue id="3851" link="https://github.com/apache/logging-log4j2/pull/3851"/> <description format="asciidoc"> - Fix missing newlines in default logging configuration for log4j-core. + Fix missing newlines in default logging configuration for `log4j-core` </description> </entry> diff --git a/src/changelog/.2.x.x/3852-default-target.xml b/src/changelog/2.25.2/3852-default-target.xml similarity index 88% rename from src/changelog/.2.x.x/3852-default-target.xml rename to src/changelog/2.25.2/3852-default-target.xml index ec4c28297d..a7eaace858 100644 --- a/src/changelog/.2.x.x/3852-default-target.xml +++ b/src/changelog/2.25.2/3852-default-target.xml @@ -7,6 +7,6 @@ type="fixed"> <issue id="3852" link="https://github.com/apache/logging-log4j2/pull/3852"/> <description format="asciidoc"> - Fix missing default `Target` value in Console Appender. + Fix missing default `Target` value in Console Appender </description> </entry> diff --git a/src/changelog/.2.x.x/3872_fix_RollingFileManager_initialTime.xml b/src/changelog/2.25.2/3872_fix_RollingFileManager_initialTime.xml similarity index 100% rename from src/changelog/.2.x.x/3872_fix_RollingFileManager_initialTime.xml rename to src/changelog/2.25.2/3872_fix_RollingFileManager_initialTime.xml diff --git a/src/changelog/.2.x.x/3905_fix_error_prone_dep.xml b/src/changelog/2.25.2/3905_fix_error_prone_dep.xml similarity index 90% rename from src/changelog/.2.x.x/3905_fix_error_prone_dep.xml rename to src/changelog/2.25.2/3905_fix_error_prone_dep.xml index 2667e0f424..357c22521b 100644 --- a/src/changelog/.2.x.x/3905_fix_error_prone_dep.xml +++ b/src/changelog/2.25.2/3905_fix_error_prone_dep.xml @@ -7,6 +7,7 @@ type="fixed"> <issue id="3779" link="https://github.com/apache/logging-log4j2/issues/3779"/> <issue id="3785" link="https://github.com/apache/logging-log4j2/pull/3785"/> + <issue id="3822" link="https://github.com/apache/logging-log4j2/issues/3822"/> <issue id="3905" link="https://github.com/apache/logging-log4j2/pull/3905"/> <description format="asciidoc"> Fix the `com.google.errorprone:error_prone_annotations` dependency whose version property gets erased due to flattening
