You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2023/10/31 08:48:43 UTC

(logging-log4j2) branch 2.x updated: Downgrade `slf4j-ext`

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

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


The following commit(s) were added to refs/heads/2.x by this push:
     new 874dd40f7f Downgrade `slf4j-ext`
874dd40f7f is described below

commit 874dd40f7fd11875dec4be5c38577296ef15d3ae
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Tue Oct 31 09:48:36 2023 +0100

    Downgrade `slf4j-ext`
---
 log4j-parent/pom.xml                                | 2 +-
 src/changelog/.2.x.x/update_org_slf4j_slf4j_ext.xml | 8 --------
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index f7a767cdd4..ff2bf17959 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -140,7 +140,7 @@
     <plexus-utils.version>3.5.0</plexus-utils.version>
     <slf4j.version>2.0.9</slf4j.version>
     <!-- Last version before a breaking change -->
-    <slf4j-ext.version>2.0.9</slf4j-ext.version>
+    <slf4j-ext.version>1.7.25</slf4j-ext.version>
     <spring-boot.version>2.7.17</spring-boot.version>
     <spring-framework.version>5.3.30</spring-framework.version>
     <system-stubs.version>2.0.3</system-stubs.version>
diff --git a/src/changelog/.2.x.x/update_org_slf4j_slf4j_ext.xml b/src/changelog/.2.x.x/update_org_slf4j_slf4j_ext.xml
deleted file mode 100644
index 642cbb2649..0000000000
--- a/src/changelog/.2.x.x/update_org_slf4j_slf4j_ext.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
-       type="changed">
-  <issue id="1929" link="https://github.com/apache/logging-log4j2/pull/1929"/>
-  <description format="asciidoc">Update `org.slf4j:slf4j-ext` to version `2.0.9`</description>
-</entry>