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 2019/10/03 09:31:33 UTC

[camel] branch master updated (a51232e -> 3264e4079)

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.git.


    from a51232e  Upgrade Java Util and related bundle to version 1.36.0
     new 81701d9  Upgrade Avro and related bundle to version 1.9.1
     new 3264e4079 Fixed Camel-Avro Spring Boot 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:
 parent/pom.xml                                                    | 8 ++++----
 .../java/org/apache/camel/itest/springboot/CamelAvroTest.java     | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)


[camel] 02/02: Fixed Camel-Avro Spring Boot 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.git

commit 3264e407928f9e3925f03c66b5f075dbc0110ea5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 3 11:31:07 2019 +0200

    Fixed Camel-Avro Spring Boot Integration test
---
 .../java/org/apache/camel/itest/springboot/CamelAvroTest.java     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAvroTest.java b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAvroTest.java
index 5586d39..dafbd3a 100644
--- a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAvroTest.java
+++ b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAvroTest.java
@@ -35,10 +35,10 @@ public class CamelAvroTest extends AbstractSpringBootTestSupport {
     public static ITestConfig createTestConfig() {
         return new ITestConfigBuilder()
                 .module(inferModuleName(CamelAvroTest.class))
-                .dependency("org.apache.avro:avro:1.9.0")
-                .dependency("org.apache.avro:avro-ipc:1.9.0")
-                .dependency("org.apache.avro:avro-ipc-jetty:1.9.0")
-                .dependency("org.apache.avro:avro-ipc-netty:1.9.0")
+                .dependency("org.apache.avro:avro:1.9.1")
+                .dependency("org.apache.avro:avro-ipc:1.9.1")
+                .dependency("org.apache.avro:avro-ipc-jetty:1.9.1")
+                .dependency("org.apache.avro:avro-ipc-netty:1.9.1")
                 .build();
     }
 


[camel] 01/02: Upgrade Avro and related bundle to version 1.9.1

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.git

commit 81701d97c53d1051b75733817f75ff488feb5760
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 3 11:28:50 2019 +0200

    Upgrade Avro and related bundle to version 1.9.1
---
 parent/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 14632e4..846eeb7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -79,12 +79,12 @@
         <automaton-bundle-version>1.11-8_1</automaton-bundle-version>
         <avalon-bundle-version>4.3.1_1</avalon-bundle-version>
         <avalon-version>4.3.1</avalon-version>
-        <avro-version>1.9.0</avro-version>
+        <avro-version>1.9.1</avro-version>
         <kafka-avro-serializer-version>5.2.2</kafka-avro-serializer-version>
-        <avro-ipc-jetty-version>1.9.0</avro-ipc-jetty-version>
-        <avro-ipc-netty-version>1.9.0</avro-ipc-netty-version>
+        <avro-ipc-jetty-version>1.9.1</avro-ipc-jetty-version>
+        <avro-ipc-netty-version>1.9.1</avro-ipc-netty-version>
         <!-- these two avro bundles relates to camel-hdfs karaf feature -->
-        <avro-bundle-version>1.8.2_1</avro-bundle-version>
+        <avro-bundle-version>1.9.1_1</avro-bundle-version>
         <awaitility-version>4.0.1</awaitility-version>
         <aws-java-sdk-bundle-version>1.11.636_1</aws-java-sdk-bundle-version>
         <aws-java-sdk-version>1.11.636</aws-java-sdk-version>