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/20 10:32:43 UTC

[logging-log4j2] branch 2.x updated: Downgrade WebCompere System Stubs to version 2.0.2

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 db77041025 Downgrade WebCompere System Stubs to version 2.0.2
db77041025 is described below

commit db7704102507ad423ce6e911e62a82443fed4c0b
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Fri Oct 20 12:30:17 2023 +0200

    Downgrade WebCompere System Stubs to version 2.0.2
    
    Version 2.1.x uses Java 11.
---
 .github/dependabot.yml                                           | 3 +++
 log4j-parent/pom.xml                                             | 2 +-
 .../.2.x.x/update_uk_org_webcompere_system_stubs_core.xml        | 9 ---------
 3 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 2ab0d7d7bc..3ce5310071 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -79,6 +79,9 @@ updates:
     # LMAX Disruptor requires Java 11
     - dependency-name: "com.lmax:disruptor"
       versions: ["[4.0.0,)"]
+    # WebCompere System Stubs requires Java 11
+    - dependency-name: "uk.org.webcompere:*"
+      versions: ["2.1.0,)"]
 
 - package-ecosystem: github-actions
   directory: "/"
diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index 6d5b2b460c..8e5cf2c36e 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -141,7 +141,7 @@
     <slf4j.version>1.7.36</slf4j.version>
     <spring-boot.version>2.7.15</spring-boot.version>
     <spring-framework.version>5.3.30</spring-framework.version>
-    <system-stubs.version>2.1.3</system-stubs.version>
+    <system-stubs.version>2.0.2</system-stubs.version>
     <tomcat-juli.version>10.0.27</tomcat-juli.version>
     <velocity.version>1.7</velocity.version>
     <wiremock.version>2.35.1</wiremock.version>
diff --git a/src/changelog/.2.x.x/update_uk_org_webcompere_system_stubs_core.xml b/src/changelog/.2.x.x/update_uk_org_webcompere_system_stubs_core.xml
deleted file mode 100644
index 90c2713172..0000000000
--- a/src/changelog/.2.x.x/update_uk_org_webcompere_system_stubs_core.xml
+++ /dev/null
@@ -1,9 +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="1835" link="https://github.com/apache/logging-log4j2/pull/1835"/>
-  <author id="github:dependabot"/>
-  <description format="asciidoc">Update `uk.org.webcompere:system-stubs-core` to version `2.1.3`</description>
-</entry>