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 2022/05/09 09:30:11 UTC

[camel] branch main updated (23c55596f5d -> 12cd6ca616f)

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

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


    from 23c55596f5d CAMEL-18067: camel-jbang - Do not use log for own commands as logging should be initialized for running Camel
     new 28e10442aeb Upgrade Flink to version 1.15.0
     new 12cd6ca616f Sync deps

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:
 camel-dependencies/pom.xml     | 2 +-
 components/camel-flink/pom.xml | 4 ++--
 parent/pom.xml                 | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)


[camel] 02/02: Sync deps

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

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

commit 12cd6ca616f5f82cff16bbef00511d35f97fcf9b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon May 9 11:29:34 2022 +0200

    Sync deps
---
 camel-dependencies/pom.xml     | 2 +-
 components/camel-flink/pom.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 21efea5e11f..f95cd5fb193 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -192,7 +192,7 @@
     <fastjson-version>1.2.80</fastjson-version>
     <findbugs-maven-plugin-version>3.0.5</findbugs-maven-plugin-version>
     <flatpack-version>4.0.5</flatpack-version>
-    <flink-version>1.14.3</flink-version>
+    <flink-version>1.15.0</flink-version>
     <fop-version>2.7</fop-version>
     <formatter-maven-plugin-version>2.17.1</formatter-maven-plugin-version>
     <freemarker-version>2.3.31</freemarker-version>
diff --git a/components/camel-flink/pom.xml b/components/camel-flink/pom.xml
index 871f83308c7..e2539aca47e 100644
--- a/components/camel-flink/pom.xml
+++ b/components/camel-flink/pom.xml
@@ -60,7 +60,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.flink</groupId>
-            <artifactId>flink-clients_2.11</artifactId>
+            <artifactId>flink-clients</artifactId>
             <version>${flink-version}</version>
             <exclusions>
                 <exclusion>
@@ -75,7 +75,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.flink</groupId>
-            <artifactId>flink-streaming-java_2.11</artifactId>
+            <artifactId>flink-streaming-java</artifactId>
             <version>${flink-version}</version>
             <exclusions>
                 <exclusion>


[camel] 01/02: Upgrade Flink to version 1.15.0

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

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

commit 28e10442aebd92430028373edf54b34e877d0ae1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon May 9 11:25:16 2022 +0200

    Upgrade Flink to version 1.15.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7289c9e9557..89ba08efdcd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -175,7 +175,7 @@
         <findbugs-maven-plugin-version>3.0.5</findbugs-maven-plugin-version>
         <google-maps-services-version>0.10.1</google-maps-services-version>
         <flatpack-version>4.0.5</flatpack-version>
-        <flink-version>1.14.3</flink-version>
+        <flink-version>1.15.0</flink-version>
         <fop-version>2.7</fop-version>
         <formatter-maven-plugin-version>2.17.1</formatter-maven-plugin-version>
         <ftpserver-version>1.1.2</ftpserver-version>