You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/08/11 13:48:30 UTC

[camel] branch main updated: Run a bit faster

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

davsclaus 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 efd3ae2679f Run a bit faster
efd3ae2679f is described below

commit efd3ae2679f80669edfbc3234ee14f255418306a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Aug 11 15:48:20 2023 +0200

    Run a bit faster
---
 components/camel-resilience4j/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/components/camel-resilience4j/pom.xml b/components/camel-resilience4j/pom.xml
index f487e2ee584..b2829b2fe78 100644
--- a/components/camel-resilience4j/pom.xml
+++ b/components/camel-resilience4j/pom.xml
@@ -35,8 +35,7 @@
     <properties>
         <firstVersion>3.0.0</firstVersion>
         <label>eip,microservice</label>
-
-        <camel.surefire.forkCount>4</camel.surefire.forkCount>
+        <camel.surefire.parallel>true</camel.surefire.parallel>
     </properties>
 
     <dependencies>