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 2020/11/12 08:00:16 UTC

[camel-spring-boot] branch master updated (8366266 -> c7bb08d)

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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.


    from 8366266  [create-pull-request] automated change
     new 9fe8c11  Upgrade Infinispan Spring Boot to version 2.3.4.Final
     new c7bb08d  Camel-Infinispan: Re-enable the integration test

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:
 pom.xml                                                     |  2 +-
 .../apache/camel/itest/springboot/CamelInfinispanTest.java  | 13 ++++++-------
 2 files changed, 7 insertions(+), 8 deletions(-)


[camel-spring-boot] 02/02: Camel-Infinispan: Re-enable the integration test

Posted by ac...@apache.org.
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-spring-boot.git

commit c7bb08d3077351d7922101bbff51c176c912e00e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 12 08:56:42 2020 +0100

    Camel-Infinispan: Re-enable the integration test
---
 .../apache/camel/itest/springboot/CamelInfinispanTest.java  | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelInfinispanTest.java b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelInfinispanTest.java
index fe4b62a..59b3d08 100644
--- a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelInfinispanTest.java
+++ b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelInfinispanTest.java
@@ -26,7 +26,6 @@ import org.junit.runner.RunWith;
 
 
 @RunWith(Arquillian.class)
-@Ignore("Still doesn't work with infinispan 10.x")
 public class CamelInfinispanTest extends AbstractSpringBootTestSupport {
 
     @Deployment
@@ -37,12 +36,12 @@ public class CamelInfinispanTest extends AbstractSpringBootTestSupport {
     public static ITestConfig createTestConfig() {
         return new ITestConfigBuilder()
                 .module(inferModuleName(CamelInfinispanTest.class))
-                .dependency("org.infinispan:infinispan-client-hotrod:10.1.1.Final")
-                .dependency("org.infinispan:infinispan-commons:10.1.1.Final")
-                .dependency("org.infinispan:infinispan-component-annotations:10.1.1.Final")
-                .dependency("org.infinispan:infinispan-core:10.1.1.Final")
-                .dependency("org.infinispan:infinispan-query-dsl:10.1.1.Final")
-                .dependency("org.infinispan:infinispan-remote-query-client:10.1.1.Final")
+                .dependency("org.infinispan:infinispan-client-hotrod:11.0.5.Final")
+                .dependency("org.infinispan:infinispan-commons:11.0.5.Final")
+                .dependency("org.infinispan:infinispan-component-annotations:11.0.5.Final")
+                .dependency("org.infinispan:infinispan-core:11.0.5.Final")
+                .dependency("org.infinispan:infinispan-query-dsl:11.0.5.Final")
+                .dependency("org.infinispan:infinispan-remote-query-client:11.0.5.Final")
                 .disableJmx("org.infinispan:*")
                 .build();
     }


[camel-spring-boot] 01/02: Upgrade Infinispan Spring Boot to version 2.3.4.Final

Posted by ac...@apache.org.
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-spring-boot.git

commit 9fe8c11be96054a692f4108f91bd671af96f3600
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 12 08:50:58 2020 +0100

    Upgrade Infinispan Spring Boot to version 2.3.4.Final
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bf4a694..ec475d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
         <glassfish-jaxb-runtime-version>${jakarta-jaxb-version}</glassfish-jaxb-runtime-version>
         <groovy-version>3.0.4</groovy-version>
         <hadoop2-version>2.7.4</hadoop2-version>
-        <infinispan-spring-boot-version>2.2.4.Final</infinispan-spring-boot-version>
+        <infinispan-spring-boot-version>2.3.4.Final</infinispan-spring-boot-version>
         <jakarta-jaxb-version>2.3.2</jakarta-jaxb-version>
         <jaxb-version>2.3.0</jaxb-version>
         <jetty9-version>9.4.22.v20191022</jetty9-version>