Skip to content

Commit 63e8932

Browse files
committed
doc: Prepare release notes for version 2.25.1
1 parent f26e041 commit 63e8932

13 files changed

+56
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
280280
<connection>scm:git:https://github.com/apache/logging-log4j2.git</connection>
281281
<developerConnection>scm:git:https://github.com/apache/logging-log4j2.git</developerConnection>
282-
<tag>rel/2.25.0</tag>
282+
<tag>rel/2.25.1</tag>
283283
<url>https://github.com/apache/logging-log4j2</url>
284284
</scm>
285285

@@ -307,11 +307,11 @@
307307
<properties>
308308

309309
<!-- project version -->
310-
<revision>2.25.1-SNAPSHOT</revision>
310+
<revision>2.25.1</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
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-08" version="2.25.1"/>

0 commit comments

Comments
 (0)