ARTEMIS-5214 Using Fork on compatibility tests

Compatibility tests is creating classLoaders which may leak or be held of SoftCaches in Groovy
This commit is contained in:
Clebert Suconic 2024-12-18 13:16:22 -05:00
parent 83df814438
commit 7bf596ce01
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
<reuseForks>false</reuseForks>
<skipTests>${skipCompatibilityTests}</skipTests>
<argLine>${activemq-surefire-argline}</argLine>
</configuration>