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 0ec36696b7e2 chore(ci): move failsafe additional args to properties
0ec36696b7e2 is described below

commit 0ec36696b7e26c627f99aa77b43747c7e8dd3ac3
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Wed Jan 28 13:07:31 2026 +0100

    chore(ci): move failsafe additional args to properties
---
 components/camel-infinispan/camel-infinispan/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/components/camel-infinispan/camel-infinispan/pom.xml 
b/components/camel-infinispan/camel-infinispan/pom.xml
index adcf55fa96d7..d47044f0b2fa 100644
--- a/components/camel-infinispan/camel-infinispan/pom.xml
+++ b/components/camel-infinispan/camel-infinispan/pom.xml
@@ -37,7 +37,7 @@
         <skipITs.ppc64le>true</skipITs.ppc64le>
         <skipITs.s390x>true</skipITs.s390x>
         <!-- Make use of native access during IT test execution only -->
-        
<camel.failsafe.fork.additional-vmargs>--enable-native-access=ALL-UNNAMED</camel.failsafe.fork.additional-vmargs>
+        <camel.failsafe.fork.additional-vmargs>--add-opens 
java.base/java.util=ALL-UNNAMED --add-opens 
java.base/java.util.concurrent=ALL-UNNAMED 
--enable-native-access=ALL-UNNAMED</camel.failsafe.fork.additional-vmargs>
     </properties>
 
     <dependencies>
@@ -209,7 +209,6 @@
                             <systemPropertyVariables>
                                 
<infinispan.test.jgroups.protocol>tcp</infinispan.test.jgroups.protocol>
                             </systemPropertyVariables>
-                            <argLine>${camel.failsafe.fork.vmargs} --add-opens 
java.base/java.util=ALL-UNNAMED --add-opens 
java.base/java.util.concurrent=ALL-UNNAMED</argLine>
                         </configuration>
                     </plugin>
                 </plugins>

Reply via email to