This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.
from d038db6 Regen
new faa39e0 CAMEL-16115 - Remove Camel-AWS-* components - AWS-SDB
new 070c806 CAMEL-16115 - Remove Camel-AWS-* components - AWS-SDB
new f4fa4bf CAMEL-16115 - Remove Camel-AWS-* components - AWS-SDB
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:
.../catalog/components/atmosphere-websocket.json | 8 +-
.../springboot/catalog/components/aws-sdb.json | 43 -----
.../springboot/catalog/components/resteasy.json | 6 +-
.../springboot/catalog/components/servlet.json | 8 +-
components-starter/README.adoc | 4 +-
components-starter/camel-aws-sdb-starter/pom.xml | 57 ------
.../src/main/docs/aws-sdb-starter.adoc | 31 ----
.../springboot/SdbComponentAutoConfiguration.java | 79 --------
.../sdb/springboot/SdbComponentConfiguration.java | 75 --------
.../src/main/resources/META-INF/LICENSE.txt | 203 ---------------------
.../src/main/resources/META-INF/NOTICE.txt | 11 --
.../src/main/resources/META-INF/spring.factories | 19 --
.../src/main/resources/META-INF/spring.provides | 17 --
components-starter/pom.xml | 1 -
docs/modules/ROOT/pages/aws-sdb-starter.adoc | 31 ----
docs/modules/ROOT/pages/list.adoc | 4 +-
tooling/camel-spring-boot-bom/pom.xml | 5 -
tooling/camel-spring-boot-dependencies/pom.xml | 10 -
18 files changed, 13 insertions(+), 599 deletions(-)
delete mode 100644
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-sdb.json
delete mode 100644 components-starter/camel-aws-sdb-starter/pom.xml
delete mode 100644
components-starter/camel-aws-sdb-starter/src/main/docs/aws-sdb-starter.adoc
delete mode 100644
components-starter/camel-aws-sdb-starter/src/main/java/org/apache/camel/component/aws/sdb/springboot/SdbComponentAutoConfiguration.java
delete mode 100644
components-starter/camel-aws-sdb-starter/src/main/java/org/apache/camel/component/aws/sdb/springboot/SdbComponentConfiguration.java
delete mode 100644
components-starter/camel-aws-sdb-starter/src/main/resources/META-INF/LICENSE.txt
delete mode 100644
components-starter/camel-aws-sdb-starter/src/main/resources/META-INF/NOTICE.txt
delete mode 100644
components-starter/camel-aws-sdb-starter/src/main/resources/META-INF/spring.factories
delete mode 100644
components-starter/camel-aws-sdb-starter/src/main/resources/META-INF/spring.provides
delete mode 100644 docs/modules/ROOT/pages/aws-sdb-starter.adoc