This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new d584d01131 ARTEMIS-4323 Keeping surefire at version 2.22.2 until a
possible memory leak is finished
d584d01131 is described below
commit d584d0113166444a48dd94292f6240b82607f42b
Author: Clebert Suconic <[email protected]>
AuthorDate: Mon Jul 10 12:11:54 2023 -0400
ARTEMIS-4323 Keeping surefire at version 2.22.2 until a possible memory
leak is finished
At the time when we upgraded to latest the testsuite could not complete
with a single run
as many instances of
https://github.com/apache/maven-surefire/blob/master/surefire-api/src/main/java/org/apache/maven/surefire/api/util/internal/ClassMethod.java
were created.
A thread was created within Maven user's forum:
https://lists.apache.org/thread/6mzhr2pom7rmz96css49n8pk642cxkqf
surefire should be upgraded in a near future as part of ARTEMIS-4359
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 3128a0ea43..6eee1de2cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,6 +153,7 @@
<hamcrest.version>2.1</hamcrest.version>
<junit.version>4.13.2</junit.version>
<junit5.version>5.8.2</junit5.version>
+ <surefire.version>2.22.2</surefire.version>
<version.jaxb.runtime>2.3.3</version.jaxb.runtime>
<paho.client.mqtt.version>1.2.5</paho.client.mqtt.version>
<postgresql.version>42.4.3</postgresql.version>