This is an automated email from the ASF dual-hosted git repository. ramanathan1504 pushed a commit to branch revert-spring-cloud-5 in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 429ffccbb43307dcfabeec748288fc6062a2782b Author: Ramanathan <[email protected]> AuthorDate: Mon Sep 7 13:14:23 2026 +0530 Revert "Bump org.springframework.cloud:spring-cloud-context from 4.3.0 to 5.0.2 (#4211)" This reverts commit c4e834a58320b9e4753186877cd1cbe690cfab87. --- log4j-spring-cloud-config-client/pom.xml | 2 +- .../update_org.springframework.cloud_spring-cloud-context.xml | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/log4j-spring-cloud-config-client/pom.xml b/log4j-spring-cloud-config-client/pom.xml index 3542bbad5a..e362735885 100644 --- a/log4j-spring-cloud-config-client/pom.xml +++ b/log4j-spring-cloud-config-client/pom.xml @@ -34,7 +34,7 @@ <properties> <!-- Dependency versions --> - <spring-cloud.version>5.0.2</spring-cloud.version> + <spring-cloud.version>4.3.0</spring-cloud.version> <!-- ~ OSGi and JPMS options diff --git a/src/changelog/.2.x.x/update_org.springframework.cloud_spring-cloud-context.xml b/src/changelog/.2.x.x/update_org.springframework.cloud_spring-cloud-context.xml deleted file mode 100644 index 2787c3c040..0000000000 --- a/src/changelog/.2.x.x/update_org.springframework.cloud_spring-cloud-context.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="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="4211" link="https://github.com/apache/logging-log4j2/pull/4211"/> - <description format="asciidoc">Update `org.springframework.cloud:spring-cloud-context` to version `5.0.2`</description> -</entry>
