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:33:29 UTC

[camel] branch aws-sdk-2.20.101 created (now 56b2ded1bbd)

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

acosentino pushed a change to branch aws-sdk-2.20.101
in repository https://gitbox.apache.org/repos/asf/camel.git


      at 56b2ded1bbd Regen

This branch includes the following new commits:

     new 15ef0609396 Upgrade AWS SDK v2 to version 2.20.101
     new 56b2ded1bbd 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.



[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 aws-sdk-2.20.101
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 15ef06093960e8fa8200a9f2b7ce54bc1d85ac39
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 aws-sdk-2.20.101
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 56b2ded1bbd5f4986f1f7f7000e8fd35816387c7
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;