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/07/10 07:55:44 UTC

[camel] branch main updated (04e13e3a540 -> 0b22eda7d75)

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 04e13e3a540 [CAMEL-19412] - camel-kafka - Add kerberos config file location property.
     new 004dff769ae Upgrade AWS SDK v2 to version 2.20.101
     new 0b22eda7d75 Regen

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:
 .../main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java   | 1 -
 parent/pom.xml                                                          | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)


[camel] 01/02: Upgrade AWS SDK v2 to version 2.20.101

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 004dff769aebdbced7e9764e7b758608bdcfab84
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 10 09:21:47 2023 +0200

    Upgrade AWS SDK v2 to version 2.20.101
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 256b26aefa7..ac9e8364de8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -71,7 +71,7 @@
         <avro-ipc-jetty-version>1.11.1</avro-ipc-jetty-version>
         <avro-ipc-netty-version>1.11.1</avro-ipc-netty-version>
         <awaitility-version>4.2.0</awaitility-version>
-        <aws-java-sdk2-version>2.20.100</aws-java-sdk2-version>
+        <aws-java-sdk2-version>2.20.101</aws-java-sdk2-version>
         <aws-xray-version>2.14.0</aws-xray-version>
         <axiom-version>1.2.14</axiom-version>
         <azure-sdk-bom-version>1.2.14</azure-sdk-bom-version>


[camel] 02/02: Regen

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 0b22eda7d757bf10336dbdc042a782d372aa3a9b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 10 09:33:06 2023 +0200

    Regen
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java b/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java
index 3f30fca86e6..b9f903a0905 100644
--- a/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java
+++ b/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java
@@ -32,7 +32,6 @@ import java.util.Locale;
 import java.util.Map;
 import java.util.Set;
 import java.util.TreeMap;
-import java.util.function.BiFunction;
 import java.util.function.Function;
 import java.util.regex.Matcher;
 import java.util.regex.Pattern;