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/01/29 13:55:56 UTC

[camel] 04/17: CAMEL-16107 - Added deprecateSince property to AWS-S3

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

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

commit 12d4408eaa0aaeb43bd1c503e621514b89e8dbe4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 29 13:25:55 2021 +0100

    CAMEL-16107 - Added deprecateSince property to AWS-S3
---
 components/camel-aws-s3/pom.xml                                          | 1 +
 .../generated/resources/org/apache/camel/component/aws/s3/aws-s3.json    | 1 +
 core/camel-componentdsl/src/generated/resources/metadata.json            | 1 +
 3 files changed, 3 insertions(+)

diff --git a/components/camel-aws-s3/pom.xml b/components/camel-aws-s3/pom.xml
index 4886dd8..71b0440 100644
--- a/components/camel-aws-s3/pom.xml
+++ b/components/camel-aws-s3/pom.xml
@@ -33,6 +33,7 @@
     <description>A Camel Amazon S3 Web Service Component</description>
 
     <properties>
+        <deprecatedSince>3.8.0</deprecatedSince>
     </properties>
 
     <dependencies>
diff --git a/components/camel-aws-s3/src/generated/resources/org/apache/camel/component/aws/s3/aws-s3.json b/components/camel-aws-s3/src/generated/resources/org/apache/camel/component/aws/s3/aws-s3.json
index d251c6f..c861a38 100644
--- a/components/camel-aws-s3/src/generated/resources/org/apache/camel/component/aws/s3/aws-s3.json
+++ b/components/camel-aws-s3/src/generated/resources/org/apache/camel/component/aws/s3/aws-s3.json
@@ -5,6 +5,7 @@
     "title": "AWS S3 Storage Service",
     "description": "Store and retrieve objects from AWS S3 Storage Service.",
     "deprecated": true,
+    "deprecatedSince": "3.8.0",
     "firstVersion": "2.8.0",
     "label": "cloud,file",
     "javaType": "org.apache.camel.component.aws.s3.S3Component",
diff --git a/core/camel-componentdsl/src/generated/resources/metadata.json b/core/camel-componentdsl/src/generated/resources/metadata.json
index 34b8daf..b7c0ebc 100644
--- a/core/camel-componentdsl/src/generated/resources/metadata.json
+++ b/core/camel-componentdsl/src/generated/resources/metadata.json
@@ -1198,6 +1198,7 @@
     "title": "AWS S3 Storage Service",
     "description": "Store and retrieve objects from AWS S3 Storage Service.",
     "deprecated": true,
+    "deprecatedSince": "3.8.0",
     "firstVersion": "2.8.0",
     "label": "cloud,file",
     "javaType": "org.apache.camel.component.aws.s3.S3Component",