Skip to content

Commit

Permalink
ARTEMIS-4323 Keeping surefire at version 2.22.2 until a possible memo…
Browse files Browse the repository at this point in the history
…ry 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
  • Loading branch information
clebertsuconic committed Jul 10, 2023
1 parent 420f386 commit d584d01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d584d01

Please sign in to comment.