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 926aa23 Regen again
new af892f4 Added camel-aws2-ecs starter
new 7b39729 Regen
new 521a556 Added integration test for AWS2-ecs component
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:
.../camel/springboot/catalog/components.properties | 1 +
.../components/{aws-ecs.json => aws2-ecs.json} | 32 +++++++--------
...CamelCouchdbTest.java => CamelAws2EcsTest.java} | 4 +-
.../pom.xml | 4 +-
.../ECS2ComponentAutoConfiguration.java} | 32 +++++++--------
.../springboot/ECS2ComponentConfiguration.java} | 46 +++++++++++-----------
.../src/main/resources/META-INF/LICENSE.txt | 0
.../src/main/resources/META-INF/NOTICE.txt | 0
.../src/main/resources/META-INF/spring.factories | 2 +-
.../src/main/resources/META-INF/spring.provides | 2 +-
components-starter/pom.xml | 1 +
tooling/camel-spring-boot-dependencies/pom.xml | 5 +++
12 files changed, 68 insertions(+), 61 deletions(-)
copy
camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/{aws-ecs.json
=> aws2-ecs.json} (72%)
copy
camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelCouchdbTest.java
=> CamelAws2EcsTest.java} (92%)
copy components-starter/{camel-aws2-translate-starter =>
camel-aws2-ecs-starter}/pom.xml (95%)
copy
components-starter/{camel-git-starter/src/main/java/org/apache/camel/component/git/springboot/GitComponentAutoConfiguration.java
=>
camel-aws2-ecs-starter/src/main/java/org/apache/camel/component/aws2/ecs/springboot/ECS2ComponentAutoConfiguration.java}
(85%)
copy
components-starter/{camel-aws-ecs-starter/src/main/java/org/apache/camel/component/aws/ecs/springboot/ECSComponentConfiguration.java
=>
camel-aws2-ecs-starter/src/main/java/org/apache/camel/component/aws2/ecs/springboot/ECS2ComponentConfiguration.java}
(81%)
copy {examples/camel-example-spring-boot-zipkin/service2 =>
components-starter/camel-aws2-ecs-starter}/src/main/resources/META-INF/LICENSE.txt
(100%)
copy {examples/camel-example-spring-boot-zipkin/service2 =>
components-starter/camel-aws2-ecs-starter}/src/main/resources/META-INF/NOTICE.txt
(100%)
copy components-starter/{camel-direct-starter =>
camel-aws2-ecs-starter}/src/main/resources/META-INF/spring.factories (94%)
copy components-starter/{camel-ahc-starter =>
camel-aws2-ecs-starter}/src/main/resources/META-INF/spring.provides (97%)