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 2023/06/30 12:30:14 UTC

[camel-kamelets] branch bump-3.21.0 created (now 464f80c0)

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

acosentino pushed a change to branch bump-3.21.0
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


      at 464f80c0 Upgrade Camel to version 3.21.0

This branch includes the following new commits:

     new 4d73581d Upgrade Camel to version 3.21.0
     new 464f80c0 Upgrade Camel to version 3.21.0

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.



[camel-kamelets] 02/02: Upgrade Camel to version 3.21.0

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

acosentino pushed a commit to branch bump-3.21.0
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 464f80c0ed641bb49a5ad18b119a33df88f28e86
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jun 30 14:30:01 2023 +0200

    Upgrade Camel to version 3.21.0
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../org/apache/camel/kamelets/catalog/KameletsCatalogTest.java    | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/library/camel-kamelets-catalog/src/test/java/org/apache/camel/kamelets/catalog/KameletsCatalogTest.java b/library/camel-kamelets-catalog/src/test/java/org/apache/camel/kamelets/catalog/KameletsCatalogTest.java
index e0121558..b2987d76 100644
--- a/library/camel-kamelets-catalog/src/test/java/org/apache/camel/kamelets/catalog/KameletsCatalogTest.java
+++ b/library/camel-kamelets-catalog/src/test/java/org/apache/camel/kamelets/catalog/KameletsCatalogTest.java
@@ -137,8 +137,8 @@ public class KameletsCatalogTest {
 
     @Test
     void testSupportedHeaders() throws Exception {
-        verifyHeaders("aws-s3-source", 18);
-        verifyHeaders("aws-s3-sink", 25);
+        verifyHeaders("aws-s3-source", 20);
+        verifyHeaders("aws-s3-sink", 27);
         verifyHeaders("aws-cloudtrail-source", 0);
         verifyHeaders("aws-redshift-source", 0);
         verifyHeaders("aws-not-exists", 0);
@@ -211,7 +211,7 @@ public class KameletsCatalogTest {
         verifyHeaders("mariadb-source", 0);
         verifyHeaders("mariadb-sink", 8);
         verifyHeaders("minio-source", 14);
-        verifyHeaders("minio-sink", 21);
+        verifyHeaders("minio-sink", 22);
         verifyHeaders("mongodb-changes-stream-source", 3);
         verifyHeaders("mongodb-sink", 12);
         verifyHeaders("mongodb-source", 3);
@@ -227,7 +227,7 @@ public class KameletsCatalogTest {
         verifyHeaders("oracle-database-source", 0);
         verifyHeaders("postgresql-sink", 8);
         verifyHeaders("postgresql-source", 0);
-        verifyHeaders("pulsar-sink", 3);
+        verifyHeaders("pulsar-sink", 4);
         verifyHeaders("pulsar-source", 11);
         verifyHeaders("rabbitmq-source", 23);
         verifyHeaders("redis-sink", 29);


[camel-kamelets] 01/02: Upgrade Camel to version 3.21.0

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

acosentino pushed a commit to branch bump-3.21.0
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 4d73581d67ad4c9ede9f8161ed8df5e94b5c96b1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jun 30 14:27:12 2023 +0200

    Upgrade Camel to version 3.21.0
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 91c68006..7beaefab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.20.5</version>
+        <version>3.21.0</version>
     </parent>
 
     <groupId>org.apache.camel.kamelets</groupId>
@@ -58,7 +58,7 @@
         <maven-groovy-plugin.version>2.1.1</maven-groovy-plugin.version>
         <apache-rat-plugin.version>0.14</apache-rat-plugin.version>
 
-        <camel.version>3.20.5</camel.version>
+        <camel.version>3.21.0</camel.version>
         <camel.k.extension.version>6.1.1</camel.k.extension.version>
 
         <!-- Versions used inside Kamelets (add them also to the dependencyManagement section and the groovy script below) -->