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

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


The following commit(s) were added to refs/heads/main by this push:
     new be42c9a052 Update Log4j API to 2.25.5 (#4297)
be42c9a052 is described below

commit be42c9a0520fb9a8faed21b48d288fb4be126b65
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Sep 3 16:11:51 2026 +0200

    Update Log4j API to 2.25.5 (#4297)
    
    Generated-by: Codex
---
 .../log4j/core/appender/rolling/action/AbstractActionTest.java       | 5 +++--
 pom.xml                                                              | 2 +-
 src/changelog/.3.x.x/update_org_apache_logging_log4j_log4j_api.xml   | 5 ++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/log4j-core-test/src/test/java/org/apache/logging/log4j/core/appender/rolling/action/AbstractActionTest.java
 
b/log4j-core-test/src/test/java/org/apache/logging/log4j/core/appender/rolling/action/AbstractActionTest.java
index 57ba30d354..a067419444 100644
--- 
a/log4j-core-test/src/test/java/org/apache/logging/log4j/core/appender/rolling/action/AbstractActionTest.java
+++ 
b/log4j-core-test/src/test/java/org/apache/logging/log4j/core/appender/rolling/action/AbstractActionTest.java
@@ -47,8 +47,9 @@ class AbstractActionTest {
         assertThat(
                 formattedMessage,
                 containsString("Exception reported by action 'class 
org.apache."
-                        + 
"logging.log4j.core.appender.rolling.action.AbstractActionTest$TestAction' 
java.io.IOException: "
-                        + "failed" + System.lineSeparator()
+                        + 
"logging.log4j.core.appender.rolling.action.AbstractActionTest$TestAction'"
+                        + System.lineSeparator()
+                        + "java.io.IOException: failed" + 
System.lineSeparator()
                         + "\tat 
org.apache.logging.log4j.core.appender.rolling.action.AbstractActionTest"
                         + "$TestAction.execute(AbstractActionTest.java:"));
     }
diff --git a/pom.xml b/pom.xml
index da61feb444..b751fcee67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -320,7 +320,7 @@
     
<project.build.outputTimestamp>2024-11-09T05:50:28Z</project.build.outputTimestamp>
 
     <!-- Version of Log4j API required -->
-    <log4j-api.version>2.24.3</log4j-api.version>
+    <log4j-api.version>2.25.5</log4j-api.version>
 
     <!-- ========================
          Site-specific properties
diff --git a/src/changelog/.3.x.x/update_org_apache_logging_log4j_log4j_api.xml 
b/src/changelog/.3.x.x/update_org_apache_logging_log4j_log4j_api.xml
index e33f811c63..b97a9bf0a5 100644
--- a/src/changelog/.3.x.x/update_org_apache_logging_log4j_log4j_api.xml
+++ b/src/changelog/.3.x.x/update_org_apache_logging_log4j_log4j_api.xml
@@ -2,7 +2,6 @@
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xmlns="https://logging.apache.org/xml/ns";
        xsi:schemaLocation="https://logging.apache.org/xml/ns 
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd";
-       type="updated">
-  <issue id="3292" link="https://github.com/apache/logging-log4j2/pull/3292"/>
-  <description format="asciidoc">Update `org.apache.logging.log4j:log4j-api` 
to version `2.24.3`</description>
+       type="changed">
+  <description format="asciidoc">Use Log4j API 2.25.x as 
baseline.</description>
 </entry>

Reply via email to