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

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


The following commit(s) were added to refs/heads/release-2.x by this push:
     new c49efce  Try current Surefire/Failsafe to workaround random-ish test 
failures where Surefire says it cannot find/stop a JVM, 2.22.1 -> 3.0.0-M5.
c49efce is described below

commit c49efce13745b54a845d5f78426dafd90cfd41c5
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Aug 12 11:53:44 2021 -0400

    Try current Surefire/Failsafe to workaround random-ish test failures
    where Surefire says it cannot find/stop a JVM, 2.22.1 -> 3.0.0-M5.
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8685bfa..486a1fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -208,8 +208,8 @@
     <!-- surefire.plugin.version 2.18 yields 
http://jira.codehaus.org/browse/SUREFIRE-1121, which is fixed in 2.18.1 -->
     <!-- surefire.plugin.version 2.19 yields 
https://issues.apache.org/jira/browse/SUREFIRE-1193. -->
     <!-- all versions after 2.13 yield 
https://issues.apache.org/jira/browse/SUREFIRE-720 -->
-    <surefire.plugin.version>2.22.2</surefire.plugin.version>
-    <failsafe.plugin.version>2.22.2</failsafe.plugin.version>
+    <surefire.plugin.version>3.0.0-M5</surefire.plugin.version>
+    <failsafe.plugin.version>3.0.0-M5</failsafe.plugin.version>
     <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version>
     <deploy.plugin.version>2.8.2</deploy.plugin.version>
     <rat.plugin.version>0.12</rat.plugin.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e2ddfad..f46f902 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -146,6 +146,8 @@
         - com.fasterxml.jackson.module:jackson-module-jaxb-annotations ... 
2.12.2 -> 2.12.4
         - commons-io:commons-io .......................................... 
2.8.0 -> 2.11.0
         - net.javacrumbs.json-unit:json-unit ............................. 
2.24.0 -> 2.25.0
+        - org.apache.maven.plugins:maven-failsafe-plugin ................. 
2.22.2 -> 3.0.0-M5 
+        - org.apache.maven.plugins:maven-surefire-plugin ................. 
2.22.2 -> 3.0.0-M5 
         - org.apache.activemq:activemq-broker ............................ 
5.16.1 -> 5.16.2
         - org.apache.commons:commons-compress ............................ 
1.20 -> 1.21
         - org.apache.commons:commons-dbcp2 ............................... 
2.8.0 -> 2.9.0

Reply via email to