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-spring-boot.git
commit eaeed6384f114f34e9aca2596f2c873d86030407 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Feb 22 14:50:10 2021 +0100 CAMEL-16115 - Remove Camel-AWS-* components - AWS-KMS --- .../org/apache/camel/springboot/catalog/components.properties | 2 +- components-starter/README.adoc | 4 +--- docs/modules/ROOT/pages/list.adoc | 4 +--- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties index 19b9a57..e43df79 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties @@ -352,4 +352,4 @@ xslt-saxon yammer zendesk zookeeper -zookeeper-master +zookeeper-master \ No newline at end of file diff --git a/components-starter/README.adoc b/components-starter/README.adoc index c934d4e..6447fee 100644 --- a/components-starter/README.adoc +++ b/components-starter/README.adoc @@ -5,7 +5,7 @@ Apache Camel Spring Boot supports the following Camel artifacts as Spring Boot S == Camel Components // components: START -Number of Camel components: 340 in 273 JAR artifacts (15 deprecated) +Number of Camel components: 339 in 272 JAR artifacts (14 deprecated) [width="100%",cols="4,3,3,3,6",options="header"] |=== @@ -105,8 +105,6 @@ Number of Camel components: 340 in 273 JAR artifacts (15 deprecated) | xref:latest@components::aws-iam-component.adoc[AWS Identity and Access Management (IAM)] | camel-aws-iam-starter | Stable | 2.23 | *deprecated* Manage AWS IAM instances. -| xref:latest@components::aws-kms-component.adoc[AWS Key Management Service (KMS)] | camel-aws-kms-starter | Stable | 2.21 | *deprecated* Manage keys stored in AWS KMS instances. - | xref:latest@components::aws-kinesis-component.adoc[AWS Kinesis] | camel-aws-kinesis-starter | Stable | 2.17 | *deprecated* Consume and produce records from AWS Kinesis Streams. | xref:latest@components::aws-kinesis-firehose-component.adoc[AWS Kinesis Firehose] | camel-aws-kinesis-starter | Stable | 2.19 | *deprecated* Consume data from AWS Kinesis Firehose streams. diff --git a/docs/modules/ROOT/pages/list.adoc b/docs/modules/ROOT/pages/list.adoc index c934d4e..6447fee 100644 --- a/docs/modules/ROOT/pages/list.adoc +++ b/docs/modules/ROOT/pages/list.adoc @@ -5,7 +5,7 @@ Apache Camel Spring Boot supports the following Camel artifacts as Spring Boot S == Camel Components // components: START -Number of Camel components: 340 in 273 JAR artifacts (15 deprecated) +Number of Camel components: 339 in 272 JAR artifacts (14 deprecated) [width="100%",cols="4,3,3,3,6",options="header"] |=== @@ -105,8 +105,6 @@ Number of Camel components: 340 in 273 JAR artifacts (15 deprecated) | xref:latest@components::aws-iam-component.adoc[AWS Identity and Access Management (IAM)] | camel-aws-iam-starter | Stable | 2.23 | *deprecated* Manage AWS IAM instances. -| xref:latest@components::aws-kms-component.adoc[AWS Key Management Service (KMS)] | camel-aws-kms-starter | Stable | 2.21 | *deprecated* Manage keys stored in AWS KMS instances. - | xref:latest@components::aws-kinesis-component.adoc[AWS Kinesis] | camel-aws-kinesis-starter | Stable | 2.17 | *deprecated* Consume and produce records from AWS Kinesis Streams. | xref:latest@components::aws-kinesis-firehose-component.adoc[AWS Kinesis Firehose] | camel-aws-kinesis-starter | Stable | 2.19 | *deprecated* Consume data from AWS Kinesis Firehose streams.
