You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2017/10/02 10:07:36 UTC

camel git commit: Enable more tests that now pass on JDK9 GA

Repository: camel
Updated Branches:
  refs/heads/master 4233b61f2 -> 82d42f316


Enable more tests that now pass on JDK9 GA


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/82d42f31
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/82d42f31
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/82d42f31

Branch: refs/heads/master
Commit: 82d42f3164c7f3e3348bfedf99f923edf45273bf
Parents: 4233b61
Author: jpoth <po...@gmail.com>
Authored: Mon Oct 2 10:12:29 2017 +0200
Committer: jpoth <po...@gmail.com>
Committed: Mon Oct 2 10:12:29 2017 +0200

----------------------------------------------------------------------
 tests/camel-itest/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/82d42f31/tests/camel-itest/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index 608f19e..15fdbde 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -499,8 +499,8 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <excludes>
-                <!-- TODO: until https://issues.apache.org/jira/browse/SUREFIRE-1265 is released. -->
-                <exclude>**/**.java</exclude>
+                <!-- TODO: until CXF-7520 is resolved and released. -->
+                <exclude>**/*GreeterClientCxfMessageTest.java</exclude>
               </excludes>
             </configuration>
           </plugin>