You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/06/01 07:06:21 UTC

[camel] branch master updated: Upgrade Ignite to version 2.5.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f8a64f5  Upgrade Ignite to version 2.5.0
f8a64f5 is described below

commit f8a64f5ad203707c65210bede18fe7353c31e334
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jun 1 09:05:52 2018 +0200

    Upgrade Ignite to version 2.5.0
---
 parent/pom.xml                                                        | 2 +-
 .../src/test/java/org/apache/camel/itest/karaf/CamelIgniteTest.java   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index fa9e8ea..99577fd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -313,7 +313,7 @@
     <ibatis-bundle-version>2.3.4.726_4</ibatis-bundle-version>
     <ibatis-version>2.3.4.726</ibatis-version>
     <ical4j-version>1.0.7</ical4j-version>
-    <ignite-version>2.4.0</ignite-version>
+    <ignite-version>2.5.0</ignite-version>
     <infinispan-version>9.1.7.Final</infinispan-version>
     <infinispan-spring-boot-version>2.0.0.Beta1</infinispan-spring-boot-version>
     <influx-java-driver-version>2.10</influx-java-driver-version>
diff --git a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelIgniteTest.java b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelIgniteTest.java
index b2b839e..02da84f 100644
--- a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelIgniteTest.java
+++ b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelIgniteTest.java
@@ -34,7 +34,7 @@ public class CamelIgniteTest extends BaseKarafTest {
     public static Option[] configure() {
         Option[] baseOptions = BaseKarafTest.configure();
         Option[] additionalOptions = CoreOptions.options(
-            CoreOptions.systemPackage("sun.nio.ch")
+            CoreOptions.systemPackage("sun.nio.ch,com.sun.management")
         );
 
         Option[] options = new Option[baseOptions.length + additionalOptions.length];
@@ -47,7 +47,7 @@ public class CamelIgniteTest extends BaseKarafTest {
     @Test
     public void test() throws Exception {
         // install ignite first
-        String version = "2.4.0";
+        String version = "2.5.0";
         LOG.info("Using Apache Ignite version: {}", version);
         URI url = new URI("mvn:org.apache.ignite/ignite-osgi-karaf/" + version + "/xml/features");
 

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.