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

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new bbe6a29112d6 fix(ci): add coverage for camel-jms
bbe6a29112d6 is described below

commit bbe6a29112d6757bb1cd2df56f4371b8ce729530
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Wed Jan 28 11:27:24 2026 +0100

    fix(ci): add coverage for camel-jms
    
    Ref CAMEL-22913
---
 components/camel-jms/pom.xml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/components/camel-jms/pom.xml b/components/camel-jms/pom.xml
index 31e50c5c81d2..3e0af5d13ca6 100644
--- a/components/camel-jms/pom.xml
+++ b/components/camel-jms/pom.xml
@@ -39,10 +39,11 @@
         <camel.surefire.parallel>true</camel.surefire.parallel>
         <camel.surefire.parallel.factor>0.5</camel.surefire.parallel.factor>
         <!-- Make use of native access during test execution only -->
-        
<camel.surefire.fork.additional-vmargs>--enable-native-access=ALL-UNNAMED 
-Xmx1G</camel.surefire.fork.additional-vmargs>
+        
<camel.surefire.fork.additional-vmargs>--enable-native-access=ALL-UNNAMED 
-XX:+ExitOnOutOfMemoryError -Xmx2G</camel.surefire.fork.additional-vmargs>
 
         <camel.failsafe.parallel>true</camel.failsafe.parallel>
         <camel.failsafe.parallel.factor>0.5</camel.failsafe.parallel.factor>
+        <camel.failsafe.fork.additional-vmargs>-XX:+ExitOnOutOfMemoryError 
-Xmx3G</camel.failsafe.fork.additional-vmargs>
     </properties>
 
     <dependencies>
@@ -189,9 +190,6 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-surefire-plugin</artifactId>
-                        <configuration>
-                            <argLine>-XX:+ExitOnOutOfMemoryError 
-Xmx2G</argLine>
-                        </configuration>
                         <executions>
                             <execution>
                                 <id>default-test</id>
@@ -229,9 +227,6 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-failsafe-plugin</artifactId>
-                        <configuration>
-                            <argLine>-XX:+ExitOnOutOfMemoryError 
-Xmx3G</argLine>
-                        </configuration>
                         <executions>
                             <execution>
                                 <id>integration-test</id>

Reply via email to