This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release/2.25.3
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 041435dadabbe6e39f13aa455ad18df5bc4a7211
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon Dec 15 11:54:25 2025 +0100

    Get ready for the `2.25.3` release
---
 pom.xml                                            | 10 ++++-----
 src/changelog/2.25.3/.release-notes.adoc.ftl       | 25 ++++++++++++++++++++++
 src/changelog/2.25.3/.release.xml                  | 21 ++++++++++++++++++
 .../3871_graalvm_binary_name.xml                   |  2 +-
 ...35_optimize_DefaultThreadContextMap_getCopy.xml |  0
 .../3947_fix_SslSocketManager_null_keystore.xml    |  0
 .../3985_remove_spotbugs_annotations.xml           |  0
 7 files changed, 52 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index e8770e87a5..a1844ac17c 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.2</tag>
+    <tag>rel/2.25.3</tag>
     <url>https://github.com/apache/logging-log4j2</url>
   </scm>
 
@@ -307,11 +307,11 @@
   <properties>
 
     <!-- project version -->
-    <revision>2.25.2</revision>
+    <revision>2.25.3</revision>
     <!-- Versions used on the site: no snapshots! -->
-    <site-log4j-api.version>2.25.2</site-log4j-api.version>
-    <site-log4j-core.version>2.25.2</site-log4j-core.version>
-    
<site-log4j-layout-template-json.version>2.25.2</site-log4j-layout-template-json.version>
+    <site-log4j-api.version>2.25.3</site-log4j-api.version>
+    <site-log4j-core.version>2.25.3</site-log4j-core.version>
+    
<site-log4j-layout-template-json.version>2.25.3</site-log4j-layout-template-json.version>
 
     <!-- =================
          Common properties
diff --git a/src/changelog/2.25.3/.release-notes.adoc.ftl 
b/src/changelog/2.25.3/.release-notes.adoc.ftl
new file mode 100644
index 0000000000..5e29b89f9e
--- /dev/null
+++ b/src/changelog/2.25.3/.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 issues detailed in the changelog below.
+
+<#include "../.changelog.adoc.ftl">
diff --git a/src/changelog/2.25.3/.release.xml 
b/src/changelog/2.25.3/.release.xml
new file mode 100644
index 0000000000..983946a176
--- /dev/null
+++ b/src/changelog/2.25.3/.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-12-15" version="2.25.3"/>
diff --git a/src/changelog/.2.x.x/3871_graalvm_binary_name.xml 
b/src/changelog/2.25.3/3871_graalvm_binary_name.xml
similarity index 94%
rename from src/changelog/.2.x.x/3871_graalvm_binary_name.xml
rename to src/changelog/2.25.3/3871_graalvm_binary_name.xml
index a6a5e8c257..e188de9b30 100644
--- a/src/changelog/.2.x.x/3871_graalvm_binary_name.xml
+++ b/src/changelog/2.25.3/3871_graalvm_binary_name.xml
@@ -8,6 +8,6 @@
     <issue id="3871" 
link="https://github.com/apache/logging-log4j2/issues/3871"/>
     <issue id="3996" 
link="https://github.com/apache/logging-log4j2/pull/3996"/>
     <description format="asciidoc">
-        Fix GraalVM metadata for nested classes to use binary names instead of 
canonical names.
+        Fix GraalVM metadata for nested classes to use binary names instead of 
canonical names
     </description>
 </entry>
diff --git 
a/src/changelog/.2.x.x/3935_optimize_DefaultThreadContextMap_getCopy.xml 
b/src/changelog/2.25.3/3935_optimize_DefaultThreadContextMap_getCopy.xml
similarity index 100%
rename from 
src/changelog/.2.x.x/3935_optimize_DefaultThreadContextMap_getCopy.xml
rename to src/changelog/2.25.3/3935_optimize_DefaultThreadContextMap_getCopy.xml
diff --git a/src/changelog/.2.x.x/3947_fix_SslSocketManager_null_keystore.xml 
b/src/changelog/2.25.3/3947_fix_SslSocketManager_null_keystore.xml
similarity index 100%
rename from src/changelog/.2.x.x/3947_fix_SslSocketManager_null_keystore.xml
rename to src/changelog/2.25.3/3947_fix_SslSocketManager_null_keystore.xml
diff --git a/src/changelog/.2.x.x/3985_remove_spotbugs_annotations.xml 
b/src/changelog/2.25.3/3985_remove_spotbugs_annotations.xml
similarity index 100%
rename from src/changelog/.2.x.x/3985_remove_spotbugs_annotations.xml
rename to src/changelog/2.25.3/3985_remove_spotbugs_annotations.xml

Reply via email to