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:55:23 UTC

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

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 857b06c  camel-spring-boot: speed-up tests by not forking the JVM for every test executed
     new cf30f3a  camel-servlet: speed-up tests by not forking the JVM for every test executed
     new 8c598de  camel-cxf-transport: speed-up tests by not forking the JVM for every test executed
     new a481400  camel-servletlistener: speed-up tests by not forking the JVM for every test executed

The 3 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-transport/pom.xml   |  7 -------
 components/camel-servlet/pom.xml         | 12 ------------
 components/camel-servletlistener/pom.xml | 13 -------------
 3 files changed, 32 deletions(-)

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

[camel] 01/03: camel-servlet: 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 cf30f3a5e8bdfb1e652399931b34d7840ef1c1b4
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Nov 12 22:50:09 2017 +0100

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

diff --git a/components/camel-servlet/pom.xml b/components/camel-servlet/pom.xml
index acf9485..9834d21 100644
--- a/components/camel-servlet/pom.xml
+++ b/components/camel-servlet/pom.xml
@@ -205,18 +205,6 @@
     </dependency>
   </dependencies>
 
-  <build>
-    <plugins>
-      <plugin>
-        <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] 03/03: camel-servletlistener: 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 a481400f06a7c3d43221e63aee8325fc98dd5b0d
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Nov 12 22:54:34 2017 +0100

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

diff --git a/components/camel-servletlistener/pom.xml b/components/camel-servletlistener/pom.xml
index 2982967..82d50a0 100644
--- a/components/camel-servletlistener/pom.xml
+++ b/components/camel-servletlistener/pom.xml
@@ -93,17 +93,4 @@
       </exclusions>
     </dependency>
   </dependencies>
-  
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <forkCount>1</forkCount>
-	        <reuseForks>false</reuseForks>
-        </configuration>
-      </plugin>
-     </plugins>
-   </build>
-    
 </project>

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

[camel] 02/03: camel-cxf-transport: 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 8c598de1299c642f48a1dd79c20973536e0f719b
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Nov 12 22:50:49 2017 +0100

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

diff --git a/components/camel-cxf-transport/pom.xml b/components/camel-cxf-transport/pom.xml
index 3158471..83ff1e9 100644
--- a/components/camel-cxf-transport/pom.xml
+++ b/components/camel-cxf-transport/pom.xml
@@ -180,13 +180,6 @@
   <build>
     <plugins>
       <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <forkCount>1</forkCount>
-	  <reuseForks>false</reuseForks>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-codegen-plugin</artifactId>
         <executions>

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