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/28 05:54:26 UTC

[camel] branch 2.20.113-aws-sdk created (now b1a2d08f6d9)

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

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


      at b1a2d08f6d9 Regen

This branch includes the following new commits:

     new 3ad23b013fa Upgrade AWS SDK v2 to version 2.20.113
     new b1a2d08f6d9 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.113

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

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

commit 3ad23b013fa765fe948f1a6bfd1edc37e7c86a6a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jul 28 07:47:51 2023 +0200

    Upgrade AWS SDK v2 to version 2.20.113
    
    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 78f9d9ada08..dc14fb9b9e8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -70,7 +70,7 @@
         <avro-ipc-jetty-version>1.11.2</avro-ipc-jetty-version>
         <avro-ipc-netty-version>1.11.2</avro-ipc-netty-version>
         <awaitility-version>4.2.0</awaitility-version>
-        <aws-java-sdk2-version>2.20.112</aws-java-sdk2-version>
+        <aws-java-sdk2-version>2.20.113</aws-java-sdk2-version>
         <aws-xray-version>2.14.0</aws-xray-version>
         <azure-sdk-bom-version>1.2.14</azure-sdk-bom-version>
         <azure-storage-blob-changefeed-version>12.0.0-beta.18</azure-storage-blob-changefeed-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 2.20.113-aws-sdk
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b1a2d08f6d96fbbac543aea13dab39988895e457
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jul 28 07:54:07 2023 +0200

    Regen
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/java/org/apache/camel/component/mail/MailComponent.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-mail/src/main/java/org/apache/camel/component/mail/MailComponent.java b/components/camel-mail/src/main/java/org/apache/camel/component/mail/MailComponent.java
index e40cebf76be..83c6cfed080 100644
--- a/components/camel-mail/src/main/java/org/apache/camel/component/mail/MailComponent.java
+++ b/components/camel-mail/src/main/java/org/apache/camel/component/mail/MailComponent.java
@@ -48,7 +48,7 @@ public class MailComponent extends HealthCheckComponent implements HeaderFilterS
     @Metadata(label = "security", defaultValue = "false")
     private boolean useGlobalSslContextParameters;
     @Metadata(label = "filter",
-            description = "To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message.")
+              description = "To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message.")
     private HeaderFilterStrategy headerFilterStrategy;
 
     public MailComponent() {