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 42c4719fd3e30fdcfbcf79dc04833f2bdf4cf1b0 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Feb 18 16:31:56 2021 +0100 CAMEL-16115 - Remove Camel-AWS-* components - AWS-SNS --- .../apache/camel/springboot/catalog/components.properties | 2 +- components-starter/README.adoc | 4 +--- components-starter/camel-corda-starter/pom.xml | 8 ++++++++ components-starter/camel-iota-starter/pom.xml | 12 ++++++++++++ docs/modules/ROOT/pages/list.adoc | 4 +--- tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++ 6 files changed, 28 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 596a2cb..71df62a 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 @@ -357,4 +357,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 9a49cf4..81fef3a 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: 345 in 278 JAR artifacts (20 deprecated) +Number of Camel components: 344 in 277 JAR artifacts (19 deprecated) [width="100%",cols="4,3,3,3,6",options="header"] |=== @@ -121,8 +121,6 @@ Number of Camel components: 345 in 278 JAR artifacts (20 deprecated) | xref:latest@components::aws-ses-component.adoc[AWS Simple Email Service (SES)] | camel-aws-ses-starter | Stable | 2.9 | *deprecated* Send e-mails through AWS SES service. -| xref:latest@components::aws-sns-component.adoc[AWS Simple Notification System (SNS)] | camel-aws-sns-starter | Stable | 2.8 | *deprecated* Send messages to an AWS Simple Notification Topic. - | xref:latest@components::aws-swf-component.adoc[AWS Simple Workflow (SWF)] | camel-aws-swf-starter | Stable | 2.13 | *deprecated* Manage workflows in the AWS Simple Workflow service. | xref:latest@components::azure-eventhubs-component.adoc[Azure Event Hubs] | camel-azure-eventhubs-starter | Stable | 3.5 | The azure-eventhubs component that integrates Azure Event Hubs using AMQP protocol. Azure EventHubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers. diff --git a/components-starter/camel-corda-starter/pom.xml b/components-starter/camel-corda-starter/pom.xml index b215b27..4aa7023 100644 --- a/components-starter/camel-corda-starter/pom.xml +++ b/components-starter/camel-corda-starter/pom.xml @@ -41,6 +41,14 @@ <!--START OF GENERATED CODE--> <exclusions> <exclusion> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + </exclusion> + <exclusion> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-core</artifactId> + </exclusion> + <exclusion> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> </exclusion> diff --git a/components-starter/camel-iota-starter/pom.xml b/components-starter/camel-iota-starter/pom.xml index 1cdd52f..3656ac0 100644 --- a/components-starter/camel-iota-starter/pom.xml +++ b/components-starter/camel-iota-starter/pom.xml @@ -38,6 +38,18 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-iota</artifactId> <version>${camel-version}</version> + <!--START OF GENERATED CODE--> + <exclusions> + <exclusion> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + </exclusion> + <exclusion> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-core</artifactId> + </exclusion> + </exclusions> + <!--END OF GENERATED CODE--> </dependency> <!--START OF GENERATED CODE--> <dependency> diff --git a/docs/modules/ROOT/pages/list.adoc b/docs/modules/ROOT/pages/list.adoc index 9a49cf4..81fef3a 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: 345 in 278 JAR artifacts (20 deprecated) +Number of Camel components: 344 in 277 JAR artifacts (19 deprecated) [width="100%",cols="4,3,3,3,6",options="header"] |=== @@ -121,8 +121,6 @@ Number of Camel components: 345 in 278 JAR artifacts (20 deprecated) | xref:latest@components::aws-ses-component.adoc[AWS Simple Email Service (SES)] | camel-aws-ses-starter | Stable | 2.9 | *deprecated* Send e-mails through AWS SES service. -| xref:latest@components::aws-sns-component.adoc[AWS Simple Notification System (SNS)] | camel-aws-sns-starter | Stable | 2.8 | *deprecated* Send messages to an AWS Simple Notification Topic. - | xref:latest@components::aws-swf-component.adoc[AWS Simple Workflow (SWF)] | camel-aws-swf-starter | Stable | 2.13 | *deprecated* Manage workflows in the AWS Simple Workflow service. | xref:latest@components::azure-eventhubs-component.adoc[Azure Event Hubs] | camel-azure-eventhubs-starter | Stable | 3.5 | The azure-eventhubs component that integrates Azure Event Hubs using AMQP protocol. Azure EventHubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers. diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index 4b56c0c..b2f9700 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -383,6 +383,11 @@ </dependency> <dependency> <groupId>org.apache.camel.springboot</groupId> + <artifactId>camel-aws-ses-starter</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-aws-swf-starter</artifactId> <version>${project.version}</version> </dependency>