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/14 23:11:08 UTC

[camel] branch master updated (7890eec -> 15981cd)

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 7890eec  CAMEL-11869: Upgrade mockito-core to version 2.11.0 for camel-nagios
     new 2f4a088  camel-leveldb: enable tests on windows
     new 2537538  camel-leveldb: speed-up tests by not forking the JVM for every test executed
     new 7993a12  camel-xmpp: enable tests on windows
     new 15981cd  camel-urlrewrite: speed-up tests by not forking the JVM for every test executed

The 4 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-leveldb/pom.xml    | 26 +-------------------------
 components/camel-urlrewrite/pom.xml | 15 ---------------
 components/camel-xmpp/pom.xml       | 13 +------------
 3 files changed, 2 insertions(+), 52 deletions(-)

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

[camel] 03/04: camel-xmpp: enable tests on windows

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 7993a129a1fe22ef968ae9127cfe6d16d5b87f92
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Tue Nov 14 23:59:53 2017 +0100

    camel-xmpp: enable tests on windows
---
 components/camel-xmpp/pom.xml | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/components/camel-xmpp/pom.xml b/components/camel-xmpp/pom.xml
index 56443b2..d7e312b 100644
--- a/components/camel-xmpp/pom.xml
+++ b/components/camel-xmpp/pom.xml
@@ -138,20 +138,9 @@
       </plugins>
   </build>
 
-    <!-- skip tests on Windows and AIX -->
+    <!-- skip tests on AIX -->
     <profiles>
         <profile>
-            <id>windows</id>
-            <activation>
-                <os>
-                    <family>Windows</family>
-                </os>
-            </activation>
-            <properties>
-                <skipTests>true</skipTests>
-            </properties>
-        </profile>
-        <profile>
             <id>aix</id>
             <activation>
                 <os>

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

[camel] 02/04: camel-leveldb: 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 2537538aab3263a2ff711a442c9d74b6341d5eb7
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Tue Nov 14 23:56:49 2017 +0100

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

diff --git a/components/camel-leveldb/pom.xml b/components/camel-leveldb/pom.xml
index 1030c10..c3f9d68 100644
--- a/components/camel-leveldb/pom.xml
+++ b/components/camel-leveldb/pom.xml
@@ -100,19 +100,6 @@
         </dependency>
     </dependencies>
 
-    <build>
-        <plugins>
-            <!-- use per test fork mode to avoid side effects -->
-            <plugin>
-              <artifactId>maven-surefire-plugin</artifactId>
-              <configuration>
-          	<forkCount>1</forkCount>
-	  	<reuseForks>false</reuseForks>
-              </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
 	  <!-- skip tests on AIX and HP-UX -->
     <profiles>
         <profile>

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

[camel] 01/04: camel-leveldb: enable tests on windows

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 2f4a0885f82509fba060116bf638e6fffc68a7b2
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Tue Nov 14 23:52:19 2017 +0100

    camel-leveldb: enable tests on windows
---
 components/camel-leveldb/pom.xml | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/components/camel-leveldb/pom.xml b/components/camel-leveldb/pom.xml
index 355ee5f..1030c10 100644
--- a/components/camel-leveldb/pom.xml
+++ b/components/camel-leveldb/pom.xml
@@ -113,20 +113,9 @@
         </plugins>
     </build>
 
-	  <!-- skip tests on Windows, AIX and HP-UX -->
+	  <!-- skip tests on AIX and HP-UX -->
     <profiles>
         <profile>
-            <id>windows</id>
-            <activation>
-                <os>
-                    <family>Windows</family>
-                </os>
-            </activation>
-            <properties>
-                <skipTests>true</skipTests>
-            </properties>
-        </profile>
-        <profile>
             <id>aix</id>
             <activation>
                 <os>

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

[camel] 04/04: camel-urlrewrite: 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 15981cdd52cd8a8badf450e67cd64cc354a31782
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Wed Nov 15 00:05:33 2017 +0100

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

diff --git a/components/camel-urlrewrite/pom.xml b/components/camel-urlrewrite/pom.xml
index 11d1cc6..e973342 100644
--- a/components/camel-urlrewrite/pom.xml
+++ b/components/camel-urlrewrite/pom.xml
@@ -107,19 +107,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <!-- use per test fork mode to avoid side effects -->
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <forkCount>1</forkCount>
-          <reuseForks>false</reuseForks>
-          <forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
 </project>

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