This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch release/2.25.1 in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 63e8932178c13c46bcda4ab367cbd5742de8826b Author: Piotr P. Karwasz <[email protected]> AuthorDate: Sat Jul 5 21:35:50 2025 +0200 doc: Prepare release notes for version `2.25.1` --- pom.xml | 10 ++++---- src/changelog/2.25.1/.release-notes.adoc.ftl | 30 ++++++++++++++++++++++ src/changelog/2.25.1/.release.xml | 21 +++++++++++++++ .../{.2.x.x => 2.25.1}/3706_disruptor-tccl.xml | 0 .../{.2.x.x => 2.25.1}/3754_fix-gradle-build.xml | 0 .../{.2.x.x => 2.25.1}/3758_fix_jspecify_dep.xml | 0 .../3770_LoggerContext_start.xml | 0 .../{.2.x.x => 2.25.1}/3771_graalvm-params.xml | 0 ...ta-web_relax_the_import_package_constraints.xml | 0 .../3790_allow-resource-protocol.xml | 0 .../3792_formatted-datetime-sharing.xml | 0 .../3796_annotated-array-parameters.xml | 0 .../3800_graalvm-misc-reflection.xml | 0 13 files changed, 56 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index a76d895090..ac58d56604 100644 --- a/pom.xml +++ b/pom.xml @@ -279,7 +279,7 @@ <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false"> <connection>scm:git:https://github.com/apache/logging-log4j2.git</connection> <developerConnection>scm:git:https://github.com/apache/logging-log4j2.git</developerConnection> - <tag>rel/2.25.0</tag> + <tag>rel/2.25.1</tag> <url>https://github.com/apache/logging-log4j2</url> </scm> @@ -307,11 +307,11 @@ <properties> <!-- project version --> - <revision>2.25.1-SNAPSHOT</revision> + <revision>2.25.1</revision> <!-- Versions used on the site: no snapshots! --> - <site-log4j-api.version>2.25.0</site-log4j-api.version> - <site-log4j-core.version>2.25.0</site-log4j-core.version> - <site-log4j-layout-template-json.version>2.25.0</site-log4j-layout-template-json.version> + <site-log4j-api.version>2.25.1</site-log4j-api.version> + <site-log4j-core.version>2.25.1</site-log4j-core.version> + <site-log4j-layout-template-json.version>2.25.1</site-log4j-layout-template-json.version> <!-- ================= Common properties diff --git a/src/changelog/2.25.1/.release-notes.adoc.ftl b/src/changelog/2.25.1/.release-notes.adoc.ftl new file mode 100644 index 0000000000..a147a55744 --- /dev/null +++ b/src/changelog/2.25.1/.release-notes.adoc.ftl @@ -0,0 +1,30 @@ +//// + 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 a dozen bugs in version `2.25.0`, in particular: + +* Resolves a concurrency issue in the new unified datetime formatter. +* Fixes build failures affecting Gradle users. +* Restores backward compatibility with Spring Boot’s common logging configuration. +* Improves handling of edge cases in GraalVM support. + +<#include "../.changelog.adoc.ftl"> diff --git a/src/changelog/2.25.1/.release.xml b/src/changelog/2.25.1/.release.xml new file mode 100644 index 0000000000..554c1c58ed --- /dev/null +++ b/src/changelog/2.25.1/.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-07-08" version="2.25.1"/> diff --git a/src/changelog/.2.x.x/3706_disruptor-tccl.xml b/src/changelog/2.25.1/3706_disruptor-tccl.xml similarity index 100% rename from src/changelog/.2.x.x/3706_disruptor-tccl.xml rename to src/changelog/2.25.1/3706_disruptor-tccl.xml diff --git a/src/changelog/.2.x.x/3754_fix-gradle-build.xml b/src/changelog/2.25.1/3754_fix-gradle-build.xml similarity index 100% rename from src/changelog/.2.x.x/3754_fix-gradle-build.xml rename to src/changelog/2.25.1/3754_fix-gradle-build.xml diff --git a/src/changelog/.2.x.x/3758_fix_jspecify_dep.xml b/src/changelog/2.25.1/3758_fix_jspecify_dep.xml similarity index 100% rename from src/changelog/.2.x.x/3758_fix_jspecify_dep.xml rename to src/changelog/2.25.1/3758_fix_jspecify_dep.xml diff --git a/src/changelog/.2.x.x/3770_LoggerContext_start.xml b/src/changelog/2.25.1/3770_LoggerContext_start.xml similarity index 100% rename from src/changelog/.2.x.x/3770_LoggerContext_start.xml rename to src/changelog/2.25.1/3770_LoggerContext_start.xml diff --git a/src/changelog/.2.x.x/3771_graalvm-params.xml b/src/changelog/2.25.1/3771_graalvm-params.xml similarity index 100% rename from src/changelog/.2.x.x/3771_graalvm-params.xml rename to src/changelog/2.25.1/3771_graalvm-params.xml diff --git a/src/changelog/.2.x.x/3787_jakarta-web_relax_the_import_package_constraints.xml b/src/changelog/2.25.1/3787_jakarta-web_relax_the_import_package_constraints.xml similarity index 100% rename from src/changelog/.2.x.x/3787_jakarta-web_relax_the_import_package_constraints.xml rename to src/changelog/2.25.1/3787_jakarta-web_relax_the_import_package_constraints.xml diff --git a/src/changelog/.2.x.x/3790_allow-resource-protocol.xml b/src/changelog/2.25.1/3790_allow-resource-protocol.xml similarity index 100% rename from src/changelog/.2.x.x/3790_allow-resource-protocol.xml rename to src/changelog/2.25.1/3790_allow-resource-protocol.xml diff --git a/src/changelog/.2.x.x/3792_formatted-datetime-sharing.xml b/src/changelog/2.25.1/3792_formatted-datetime-sharing.xml similarity index 100% rename from src/changelog/.2.x.x/3792_formatted-datetime-sharing.xml rename to src/changelog/2.25.1/3792_formatted-datetime-sharing.xml diff --git a/src/changelog/.2.x.x/3796_annotated-array-parameters.xml b/src/changelog/2.25.1/3796_annotated-array-parameters.xml similarity index 100% rename from src/changelog/.2.x.x/3796_annotated-array-parameters.xml rename to src/changelog/2.25.1/3796_annotated-array-parameters.xml diff --git a/src/changelog/.2.x.x/3800_graalvm-misc-reflection.xml b/src/changelog/2.25.1/3800_graalvm-misc-reflection.xml similarity index 100% rename from src/changelog/.2.x.x/3800_graalvm-misc-reflection.xml rename to src/changelog/2.25.1/3800_graalvm-misc-reflection.xml
