Skip to content

Commit a501f98

Browse files
authored
Merge release 2.25.1 back into 2.x (#3820)
1 parent b00133b commit a501f98

18 files changed

+96
-67
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,9 @@
309309
<!-- project version -->
310310
<revision>2.26.0-SNAPSHOT</revision>
311311
<!-- Versions used on the site: no snapshots! -->
312-
<site-log4j-api.version>2.25.0</site-log4j-api.version>
313-
<site-log4j-core.version>2.25.0</site-log4j-core.version>
314-
<site-log4j-layout-template-json.version>2.25.0</site-log4j-layout-template-json.version>
312+
<site-log4j-api.version>2.25.1</site-log4j-api.version>
313+
<site-log4j-core.version>2.25.1</site-log4j-core.version>
314+
<site-log4j-layout-template-json.version>2.25.1</site-log4j-layout-template-json.version>
315315

316316
<!-- =================
317317
Common properties
@@ -325,7 +325,7 @@
325325
2. This value is employed in various places while creating the distribution
326326
To mitigate these, we define a *dummy* value here and let the CI replace it during a release.
327327
Hence, *DO NOT MANUALLY EDIT THIS VALUE*! -->
328-
<project.build.outputTimestamp>2025-06-13T17:08:55Z</project.build.outputTimestamp>
328+
<project.build.outputTimestamp>2025-07-05T19:48:56Z</project.build.outputTimestamp>
329329

330330
<!-- ========================
331331
Site-specific properties

src/changelog/.2.x.x/3758_fix_jspecify_dep.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/changelog/.2.x.x/3787_jakarta-web_relax_the_import_package_constraints.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/changelog/.2.x.x/update_com_github_luben_zstd_jni.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/changelog/.2.x.x/update_org_eclipse_persistence_org_eclipse_persistence_jpa.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/changelog/.2.x.x/update_org_junit_junit_bom.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
////
2+
Licensed to the Apache Software Foundation (ASF) under one or more
3+
contributor license agreements. See the NOTICE file distributed with
4+
this work for additional information regarding copyright ownership.
5+
The ASF licenses this file to You under the Apache License, Version 2.0
6+
(the "License"); you may not use this file except in compliance with
7+
the License. You may obtain a copy of the License at
8+
9+
https://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
////
17+
18+
[${'#release-notes-' + release.version?replace("[^a-zA-Z0-9]", "-", "r")}]
19+
== ${release.version}
20+
21+
<#if release.date?has_content>Release date:: ${release.date}</#if>
22+
23+
This patch release addresses a dozen bugs in version `2.25.0`, in particular:
24+
25+
* Resolves a concurrency issue in the new unified datetime formatter.
26+
* Fixes build failures affecting Gradle users.
27+
* Restores backward compatibility with Spring Boot’s common logging configuration.
28+
* Improves handling of edge cases in GraalVM support.
29+
30+
<#include "../.changelog.adoc.ftl">

src/changelog/2.25.1/.release.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
~ Licensed to the Apache Software Foundation (ASF) under one or more
4+
~ contributor license agreements. See the NOTICE file distributed with
5+
~ this work for additional information regarding copyright ownership.
6+
~ The ASF licenses this file to you under the Apache License, Version 2.0
7+
~ (the "License"); you may not use this file except in compliance with
8+
~ the License. You may obtain a copy of the License at
9+
~
10+
~ http://www.apache.org/licenses/LICENSE-2.0
11+
~
12+
~ Unless required by applicable law or agreed to in writing, software
13+
~ distributed under the License is distributed on an "AS IS" BASIS,
14+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
~ See the License for the specific language governing permissions and
16+
~ limitations under the License.
17+
-->
18+
<release xmlns="https://logging.apache.org/xml/ns"
19+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
21+
date="2025-07-05" version="2.25.1"/>

src/changelog/.2.x.x/3706_disruptor-tccl.xml renamed to src/changelog/2.25.1/3706_disruptor-tccl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
type="fixed">
88
<issue id="3706" link="https://github.com/apache/logging-log4j2/issues/3706"/>
99
<description format="asciidoc">
10-
Fix detection of the Disruptor major version in some environments.
10+
Fix detection of the Disruptor major version in environments with non-standard thread context classloader.
1111
</description>
1212
</entry>

src/changelog/.2.x.x/update_org_xmlunit_xmlunit_core.xml renamed to src/changelog/2.25.1/3754_fix-gradle-build.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5-
type="updated">
6-
<issue id="3767" link="https://github.com/apache/logging-log4j2/pull/3767"/>
7-
<description format="asciidoc">Update `org.xmlunit:xmlunit-core` to version `2.10.3`</description>
5+
type="fixed">
6+
<issue id="3754" link="https://github.com/apache/logging-log4j2/issues/3754"/>
7+
<description format="asciidoc">
8+
Downgrade `spotbugs-annotations` to resolve Gradle build failures.
9+
</description>
810
</entry>

0 commit comments

Comments
 (0)