You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/10/08 19:37:31 UTC

[camel] branch camel-3.18.x updated (ad54bb2cb2e -> ebf584a238a)

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

davsclaus pushed a change to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from ad54bb2cb2e Fix typo in docs (#8491)
     new 811e8eb7206 camel-jbang - Upgrade to spring boot 2.7.4 and quarkus 2.12.3
     new 1023821b1ec Upgrade to vertx 4.3.4
     new ebf584a238a Upgrade to kafka 3.1.2

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:
 camel-dependencies/pom.xml                                            | 4 ++--
 .../org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java   | 4 ++--
 parent/pom.xml                                                        | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)


[camel] 01/03: camel-jbang - Upgrade to spring boot 2.7.4 and quarkus 2.12.3

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

davsclaus pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 811e8eb7206bcefb3c9bb43bd0896e9a02b8dd40
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Oct 8 21:34:40 2022 +0200

    camel-jbang - Upgrade to spring boot 2.7.4 and quarkus 2.12.3
---
 .../org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
index d75f4dee5e4..12a741293f1 100644
--- a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
+++ b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
@@ -86,7 +86,7 @@ abstract class ExportBaseCommand extends CamelCommand {
     protected String localKameletDir;
 
     @CommandLine.Option(names = { "--spring-boot-version" }, description = "Spring Boot version",
-                        defaultValue = "2.7.3")
+                        defaultValue = "2.7.4")
     protected String springBootVersion;
 
     @CommandLine.Option(names = { "--quarkus-group-id" }, description = "Quarkus Platform Maven groupId",
@@ -98,7 +98,7 @@ abstract class ExportBaseCommand extends CamelCommand {
     protected String quarkusArtifactId;
 
     @CommandLine.Option(names = { "--quarkus-version" }, description = "Quarkus Platform version",
-                        defaultValue = "2.12.0.Final")
+                        defaultValue = "2.12.3.Final")
     protected String quarkusVersion;
 
     @CommandLine.Option(names = { "--maven-wrapper" }, defaultValue = "true",


[camel] 03/03: Upgrade to kafka 3.1.2

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

davsclaus pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ebf584a238ad139ba9425753d1a53c8c34761fc9
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Oct 8 21:37:20 2022 +0200

    Upgrade to kafka 3.1.2
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index cf4d00ce607..eafde34dea2 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -364,7 +364,7 @@
     <jython-standalone-version>2.7.2</jython-standalone-version>
     <jython-version>2.7.2</jython-version>
     <jzlib-version>1.1.3</jzlib-version>
-    <kafka-version>3.1.1</kafka-version>
+    <kafka-version>3.1.2</kafka-version>
     <kafka-vertx-version>2.8.1</kafka-vertx-version>
     <kotlin-version>1.6.21</kotlin-version>
     <kubernetes-client-version>5.12.3</kubernetes-client-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index b0a0ce03ed3..b592a6e860c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -348,7 +348,7 @@
         <jython-version>2.7.2</jython-version>
         <jython-standalone-version>2.7.2</jython-standalone-version>
         <jzlib-version>1.1.3</jzlib-version>
-        <kafka-version>3.1.1</kafka-version>
+        <kafka-version>3.1.2</kafka-version>
         <kafka-vertx-version>2.8.1</kafka-vertx-version>
         <kotlin-version>1.6.21</kotlin-version>
         <kubernetes-client-version>5.12.3</kubernetes-client-version>


[camel] 02/03: Upgrade to vertx 4.3.4

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

davsclaus pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 1023821b1ec1b7ddf347d6a117f4aa0db39fc61f
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Oct 8 21:27:44 2022 +0200

    Upgrade to vertx 4.3.4
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index fd347bb3c1c..cf4d00ce607 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -537,7 +537,7 @@
     <vavr-version>0.10.2</vavr-version>
     <velocity-tools-version>3.1</velocity-tools-version>
     <velocity-version>2.3</velocity-version>
-    <vertx-version>4.3.3</vertx-version>
+    <vertx-version>4.3.4</vertx-version>
     <vysper-version>0.7</vysper-version>
     <web3j-quorum-version>0.8.0</web3j-quorum-version>
     <web3j-version>3.6.0</web3j-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index ee02ec7658f..b0a0ce03ed3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -524,7 +524,7 @@
         <vavr-version>0.10.2</vavr-version>
         <velocity-tools-version>3.1</velocity-tools-version>
         <velocity-version>2.3</velocity-version>
-        <vertx-version>4.3.3</vertx-version>
+        <vertx-version>4.3.4</vertx-version>
         <vysper-version>0.7</vysper-version>
         <web3j-version>3.6.0</web3j-version>
         <web3j-quorum-version>0.8.0</web3j-quorum-version>