You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2021/01/08 21:35:13 UTC

[camel-quarkus] branch master updated (beba017 -> 45fd612)

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

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


    from beba017  Add more integration tests for camel-hazelcast extension #2094
     new 14b5b55  Upgrade SmallRye Reactive Messaging Camel to 2.7.1
     new a8dd889  Upgrade Kotlin to 1.4.20
     new 45fd612  Specify version for avro-maven-plugin

The 3 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:
 integration-tests/avro-rpc/pom.xml | 1 +
 pom.xml                            | 6 +++---
 poms/bom/pom.xml                   | 4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)


[camel-quarkus] 01/03: Upgrade SmallRye Reactive Messaging Camel to 2.7.1

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 14b5b550ade87f800d1d346883326b3b56b6af6c
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Jan 7 10:17:27 2021 +0000

    Upgrade SmallRye Reactive Messaging Camel to 2.7.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index efb2618..e08af05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
         <protobuf.version>${protobuf-version}</protobuf.version>
         <retrofit.version>2.5.0</retrofit.version>
         <scala-2.11.version>2.11.12</scala-2.11.version><!-- Spark -->
-        <smallrye.reactive.messaging.camel.version>2.7.0</smallrye.reactive.messaging.camel.version>
+        <smallrye.reactive.messaging.camel.version>2.7.1</smallrye.reactive.messaging.camel.version> <!-- keep in sync with Quarkus SmallRye Reactive Messaging -->
         <soap-api.version>1.4.0</soap-api.version><!-- keep in sync with Camel -->
         <!-- Keep spring.version aligned with the version used by Camel -->
         <spring.version>${spring5-version}</spring.version>


[camel-quarkus] 02/03: Upgrade Kotlin to 1.4.20

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a8dd88971af231060e3e04fb8eec62b5c17cf8c3
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Jan 7 10:18:15 2021 +0000

    Upgrade Kotlin to 1.4.20
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e08af05..b6ad73d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
         <kafka.version>2.5.0</kafka.version>
         <kudu.version>${kudu-version}</kudu.version><!-- keep in sync with Camel -->
         <kubernetes-client.version>${kubernetes-client-version}</kubernetes-client.version>
-        <kotlin.version>1.3.72</kotlin.version>
+        <kotlin.version>1.4.20</kotlin.version><!-- keep in sync with Quarkus -->
         <netty3.version>${netty3-version}</netty3.version><!-- Spark -->
         <mvel2.version>${mvel-version}</mvel2.version><!-- keep in sync with Camel and Optaplanner -->
         <nimbus-jose-jwt.version>4.41.1</nimbus-jose-jwt.version><!-- Mess in hdfs transitive deps -->


[camel-quarkus] 03/03: Specify version for avro-maven-plugin

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 45fd6123e6c10c9b3cdf4e95d55b79a8c877e76b
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Jan 8 13:04:30 2021 +0000

    Specify version for avro-maven-plugin
---
 integration-tests/avro-rpc/pom.xml | 1 +
 pom.xml                            | 2 +-
 poms/bom/pom.xml                   | 4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/integration-tests/avro-rpc/pom.xml b/integration-tests/avro-rpc/pom.xml
index 3db41bf..1b449ce 100644
--- a/integration-tests/avro-rpc/pom.xml
+++ b/integration-tests/avro-rpc/pom.xml
@@ -127,6 +127,7 @@
                     <plugin>
                         <groupId>org.apache.avro</groupId>
                         <artifactId>avro-maven-plugin</artifactId>
+                        <version>${avro.version}</version>
                         <executions>
                             <execution>
                                 <phase>generate-sources</phase>
diff --git a/pom.xml b/pom.xml
index b6ad73d..9237b95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
         <ahc.version>${ahc-version}</ahc.version>
         <animal-sniffer.version>1.18</animal-sniffer.version>
         <antlr3.version>3.5.2</antlr3.version><!-- Spark, Stringtemplate and probably others -->
-        <avro-ipc-version>1.10.0</avro-ipc-version>
+        <avro.version>${avro-version}</avro.version>
         <awssdk1-swf-libs.version>1.11.22</awssdk1-swf-libs.version>
         <bouncycastle.version>${bouncycastle-version}</bouncycastle.version><!-- keep in sync with Camel -->
 
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index b1c40b8..60f6143 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -5667,12 +5667,12 @@
             <dependency>
                 <groupId>org.apache.avro</groupId>
                 <artifactId>avro-ipc-jetty</artifactId>
-                <version>${avro-ipc-version}</version>
+                <version>${avro.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.avro</groupId>
                 <artifactId>avro-ipc-netty</artifactId>
-                <version>${avro-ipc-version}</version>
+                <version>${avro.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.commons</groupId>