Skip to content

Commit 5a71c91

Browse files
committed
Prepare the changelog
1 parent 3a57060 commit 5a71c91

8 files changed

+54
-4
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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 certain minor issues detailed in the changelog.
24+
25+
<#include "../.changelog.adoc.ftl">

src/changelog/2.25.2/.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-09-09" version="2.25.2"/>

src/changelog/.2.x.x/3819_logback-builder-reuse.xml renamed to src/changelog/2.25.2/3819_logback-builder-reuse.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
77
type="fixed">
88
<issue id="3819" link="https://github.com/apache/logging-log4j2/issues/3819"/>
9+
<issue id="3824" link="https://github.com/apache/logging-log4j2/pull/3824"/>
910
<description format="asciidoc">
10-
Fix potential memory leak involving `LogBuilder` in Log4j API to Logback bridge.
11+
Fix potential memory leak involving `LogBuilder` in Log4j API to Logback bridge
1112
</description>
1213
</entry>

src/changelog/.2.x.x/3828_fix_log_placeholder_mismatch.xml renamed to src/changelog/2.25.2/3828_fix_log_placeholder_mismatch.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
77
type="fixed">
88
<issue id="3828" link="https://github.com/apache/logging-log4j2/issues/3828"/>
9+
<issue id="3831" link="https://github.com/apache/logging-log4j2/pull/3831"/>
910
<description format="asciidoc">
10-
Corrected an incorrect placeholder count in the AbstractDriverManagerConnectionSource debug log message to prevent unnecessary warnings.
11+
Prevent unnecessary warnings in `AbstractDriverManagerConnectionSource`
1112
</description>
1213
</entry>

src/changelog/.2.x.x/3835-default-layout.xml renamed to src/changelog/2.25.2/3835-default-layout.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
77
type="fixed">
88
<issue id="3835" link="https://github.com/apache/logging-log4j2/issues/3835"/>
9+
<issue id="3851" link="https://github.com/apache/logging-log4j2/pull/3851"/>
910
<description format="asciidoc">
10-
Fix missing newlines in default logging configuration for log4j-core.
11+
Fix missing newlines in default logging configuration for `log4j-core`
1112
</description>
1213
</entry>

src/changelog/.2.x.x/3852-default-target.xml renamed to src/changelog/2.25.2/3852-default-target.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="3852" link="https://github.com/apache/logging-log4j2/pull/3852"/>
99
<description format="asciidoc">
10-
Fix missing default `Target` value in Console Appender.
10+
Fix missing default `Target` value in Console Appender
1111
</description>
1212
</entry>

src/changelog/.2.x.x/3905_fix_error_prone_dep.xml renamed to src/changelog/2.25.2/3905_fix_error_prone_dep.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
type="fixed">
88
<issue id="3779" link="https://github.com/apache/logging-log4j2/issues/3779"/>
99
<issue id="3785" link="https://github.com/apache/logging-log4j2/pull/3785"/>
10+
<issue id="3822" link="https://github.com/apache/logging-log4j2/issues/3822"/>
1011
<issue id="3905" link="https://github.com/apache/logging-log4j2/pull/3905"/>
1112
<description format="asciidoc">
1213
Fix the `com.google.errorprone:error_prone_annotations` dependency whose version property gets erased due to flattening

0 commit comments

Comments
 (0)