You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2017/11/12 21:41:41 UTC

[camel] branch master updated (0de8f2a -> 857b06c)

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

pascalschumacher pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 0de8f2a  camel-mina2: speed-up tests by not forking the JVM for every test executed
     new 2d9a93f  camel-cxf: speed-up tests by not forking the JVM for every test executed
     new 857b06c  camel-spring-boot: speed-up tests by not forking the JVM for every test executed

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-cxf/pom.xml         |  2 --
 components/camel-spring-boot/pom.xml | 13 -------------
 2 files changed, 15 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <co...@camel.apache.org>'].

[camel] 02/02: camel-spring-boot: speed-up tests by not forking the JVM for every test executed

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 857b06c6972d6abf582ba0ddab9bd45d26639912
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Nov 12 22:41:30 2017 +0100

    camel-spring-boot: speed-up tests by not forking the JVM for every test executed
---
 components/camel-spring-boot/pom.xml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/components/camel-spring-boot/pom.xml b/components/camel-spring-boot/pom.xml
index 1fe8fe9..ee0bd5c 100644
--- a/components/camel-spring-boot/pom.xml
+++ b/components/camel-spring-boot/pom.xml
@@ -121,19 +121,6 @@
 
   </dependencies>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <forkCount>1</forkCount>
-          <reuseForks>false</reuseForks>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
   <profiles>
     <profile>
       <id>jdk9-build</id>

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.

[camel] 01/02: camel-cxf: speed-up tests by not forking the JVM for every test executed

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2d9a93f8c0117d31c8a10b2478f351d2bf203365
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Nov 12 22:41:00 2017 +0100

    camel-cxf: speed-up tests by not forking the JVM for every test executed
---
 components/camel-cxf/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml
index d842c4b..63199e2 100644
--- a/components/camel-cxf/pom.xml
+++ b/components/camel-cxf/pom.xml
@@ -368,8 +368,6 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <childDelegation>false</childDelegation>
-          <forkCount>1</forkCount>
-          <reuseForks>true</reuseForks>
           <forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds>
           <reportFormat>brief</reportFormat>
           <useFile>false</useFile>

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.