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 3195950 CAMEL-16222: camel-core - ExchangeFactory SPI to allow to use
exchange pooling
new 434824c CAMEL-16115 - Remove Camel-AWS-* components - AWS-S3
new a61ddea3 CAMEL-16115 - Remove Camel-AWS-* components - AWS-S3
new b2668a4 CAMEL-16115 - Remove Camel-AWS-* components - AWS-S3
new ce3e219 CAMEL-16115 - Remove Camel-AWS-* components - AWS-S3
new 1246e3b CAMEL-16115 - Remove Camel-AWS-* components - AWS-S3
The 5 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:
.../camel/springboot/catalog/components.properties | 1 -
.../springboot/catalog/components/aws-s3.json | 128 -----
components-starter/README.adoc | 4 +-
components-starter/camel-aws-s3-starter/pom.xml | 57 --
.../src/main/docs/aws-s3-starter.adoc | 69 ---
.../springboot/S3ComponentAutoConfiguration.java | 79 ---
.../s3/springboot/S3ComponentConfiguration.java | 582 ---------------------
.../aws/s3/springboot/S3ComponentConverter.java | 71 ---
.../src/main/resources/META-INF/LICENSE.txt | 203 -------
.../src/main/resources/META-INF/NOTICE.txt | 11 -
.../src/main/resources/META-INF/spring.factories | 21 -
.../src/main/resources/META-INF/spring.provides | 17 -
components-starter/camel-corda-starter/pom.xml | 8 +
components-starter/camel-iota-starter/pom.xml | 12 +
components-starter/pom.xml | 1 -
docs/modules/ROOT/pages/aws-s3-starter.adoc | 69 ---
docs/modules/ROOT/pages/list.adoc | 4 +-
.../camel/itest/springboot/CamelAwsS3Test.java | 48 --
tooling/camel-spring-boot-bom/pom.xml | 5 -
tooling/camel-spring-boot-dependencies/pom.xml | 10 -
20 files changed, 22 insertions(+), 1378 deletions(-)
delete mode 100644
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-s3.json
delete mode 100644 components-starter/camel-aws-s3-starter/pom.xml
delete mode 100644
components-starter/camel-aws-s3-starter/src/main/docs/aws-s3-starter.adoc
delete mode 100644
components-starter/camel-aws-s3-starter/src/main/java/org/apache/camel/component/aws/s3/springboot/S3ComponentAutoConfiguration.java
delete mode 100644
components-starter/camel-aws-s3-starter/src/main/java/org/apache/camel/component/aws/s3/springboot/S3ComponentConfiguration.java
delete mode 100644
components-starter/camel-aws-s3-starter/src/main/java/org/apache/camel/component/aws/s3/springboot/S3ComponentConverter.java
delete mode 100644
components-starter/camel-aws-s3-starter/src/main/resources/META-INF/LICENSE.txt
delete mode 100644
components-starter/camel-aws-s3-starter/src/main/resources/META-INF/NOTICE.txt
delete mode 100644
components-starter/camel-aws-s3-starter/src/main/resources/META-INF/spring.factories
delete mode 100644
components-starter/camel-aws-s3-starter/src/main/resources/META-INF/spring.provides
delete mode 100644 docs/modules/ROOT/pages/aws-s3-starter.adoc
delete mode 100644
tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAwsS3Test.java