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 2021/07/19 11:44:48 UTC

[camel] branch camel-3.11.x updated (acc1e47 -> ae4d856)

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

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


    from acc1e47  https://issues.apache.org/jira/browse/CAMEL-16807 : Fixed a problem with KafkaConfiguration:copy()
     new 2332e68  CAMEL-16806 - AWS2 S3 Documentation contains references to obsolete AWS 1 API
     new 755ba90  CAMEL-16806 - AWS2 S3 Documentation contains references to obsolete AWS 1 API
     new ae4d856  CAMEL-16806 - AWS2 S3 Documentation contains references to obsolete AWS 1 API

The 3 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:
 .../resources/org/apache/camel/catalog/docs/aws2-s3-component.adoc  | 6 +++---
 .../camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc    | 6 +++---
 docs/components/modules/ROOT/pages/aws2-s3-component.adoc           | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

[camel] 02/03: CAMEL-16806 - AWS2 S3 Documentation contains references to obsolete AWS 1 API

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

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

commit 755ba90e980a9e5b0735730f81dfd6ce101b1dc5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 19 13:25:06 2021 +0200

    CAMEL-16806 - AWS2 S3 Documentation contains references to obsolete AWS 1 API
---
 components/camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc b/components/camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc
index ba027bc..f6e8ac4 100644
--- a/components/camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc
+++ b/components/camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc
@@ -271,7 +271,7 @@ aggregate this number of messages.
 |`CamelAwsS3StorageClass` |`String` |The storage class of this object.
 
 |`CamelAwsS3CannedAcl` |`String` |The canned acl that will be applied to the object. see
-`com.amazonaws.services.s3.model.CannedAccessControlList` for allowed
+`software.amazon.awssdk.services.s3.model.ObjectCannedACL` for allowed
 values.
 
 |`CamelAwsS3Acl` |`software.amazon.awssdk.services.s3.model.BucketCannedACL` |A well constructed Amazon S3 Access Control List object.

[camel] 01/03: CAMEL-16806 - AWS2 S3 Documentation contains references to obsolete AWS 1 API

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

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

commit 2332e6806f7629d92b1bce372f6905c1f0543104
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 19 13:24:11 2021 +0200

    CAMEL-16806 - AWS2 S3 Documentation contains references to obsolete AWS 1 API
---
 .../camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc b/components/camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc
index f7e850b..ba027bc 100644
--- a/components/camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc
+++ b/components/camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc
@@ -274,8 +274,8 @@ aggregate this number of messages.
 `com.amazonaws.services.s3.model.CannedAccessControlList` for allowed
 values.
 
-|`CamelAwsS3Acl` |`com.amazonaws.services.s3.model.AccessControlList` |A well constructed Amazon S3 Access Control List object.
-see `com.amazonaws.services.s3.model.AccessControlList` for more details
+|`CamelAwsS3Acl` |`software.amazon.awssdk.services.s3.model.BucketCannedACL` |A well constructed Amazon S3 Access Control List object.
+see `software.amazon.awssdk.services.s3.model.BucketCannedACL` for more details
 
 |`CamelAwsS3Headers` |`Map<String,String>` |Support to get or set custom objectMetadata headers.
 

[camel] 03/03: CAMEL-16806 - AWS2 S3 Documentation contains references to obsolete AWS 1 API

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

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

commit ae4d8568504775e49c122ea14c5bc451abf3161e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 19 13:27:25 2021 +0200

    CAMEL-16806 - AWS2 S3 Documentation contains references to obsolete AWS 1 API
---
 .../resources/org/apache/camel/catalog/docs/aws2-s3-component.adoc  | 6 +++---
 docs/components/modules/ROOT/pages/aws2-s3-component.adoc           | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-s3-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-s3-component.adoc
index f7e850b..f6e8ac4 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-s3-component.adoc
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-s3-component.adoc
@@ -271,11 +271,11 @@ aggregate this number of messages.
 |`CamelAwsS3StorageClass` |`String` |The storage class of this object.
 
 |`CamelAwsS3CannedAcl` |`String` |The canned acl that will be applied to the object. see
-`com.amazonaws.services.s3.model.CannedAccessControlList` for allowed
+`software.amazon.awssdk.services.s3.model.ObjectCannedACL` for allowed
 values.
 
-|`CamelAwsS3Acl` |`com.amazonaws.services.s3.model.AccessControlList` |A well constructed Amazon S3 Access Control List object.
-see `com.amazonaws.services.s3.model.AccessControlList` for more details
+|`CamelAwsS3Acl` |`software.amazon.awssdk.services.s3.model.BucketCannedACL` |A well constructed Amazon S3 Access Control List object.
+see `software.amazon.awssdk.services.s3.model.BucketCannedACL` for more details
 
 |`CamelAwsS3Headers` |`Map<String,String>` |Support to get or set custom objectMetadata headers.
 
diff --git a/docs/components/modules/ROOT/pages/aws2-s3-component.adoc b/docs/components/modules/ROOT/pages/aws2-s3-component.adoc
index 8b2863a..b3aa2a9 100644
--- a/docs/components/modules/ROOT/pages/aws2-s3-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-s3-component.adoc
@@ -273,11 +273,11 @@ aggregate this number of messages.
 |`CamelAwsS3StorageClass` |`String` |The storage class of this object.
 
 |`CamelAwsS3CannedAcl` |`String` |The canned acl that will be applied to the object. see
-`com.amazonaws.services.s3.model.CannedAccessControlList` for allowed
+`software.amazon.awssdk.services.s3.model.ObjectCannedACL` for allowed
 values.
 
-|`CamelAwsS3Acl` |`com.amazonaws.services.s3.model.AccessControlList` |A well constructed Amazon S3 Access Control List object.
-see `com.amazonaws.services.s3.model.AccessControlList` for more details
+|`CamelAwsS3Acl` |`software.amazon.awssdk.services.s3.model.BucketCannedACL` |A well constructed Amazon S3 Access Control List object.
+see `software.amazon.awssdk.services.s3.model.BucketCannedACL` for more details
 
 |`CamelAwsS3Headers` |`Map<String,String>` |Support to get or set custom objectMetadata headers.