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 5d22f27 Second part of regen
new 27f3c58 Added a camel-aws2-iam starter
new e6faf90 Added an integration test for Camel-AWS2-IAM
The 2 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/{aws2-ecs.json => aws2-iam.json} | 34 ++++++++++----------
...CamelAws2KmsTest.java => CamelAws2IamTest.java} | 4 +--
.../pom.xml | 4 +--
.../IAM2ComponentAutoConfiguration.java} | 32 +++++++++----------
.../springboot/IAM2ComponentConfiguration.java} | 36 +++++++++++-----------
.../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, 64 insertions(+), 57 deletions(-)
copy
camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/{aws2-ecs.json
=> aws2-iam.json} (76%)
copy
camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelAws2KmsTest.java
=> CamelAws2IamTest.java} (92%)
copy components-starter/{camel-aws2-ecs-starter =>
camel-aws2-iam-starter}/pom.xml (96%)
copy
components-starter/{camel-aws2-ecs-starter/src/main/java/org/apache/camel/component/aws2/ecs/springboot/ECS2ComponentAutoConfiguration.java
=>
camel-aws2-iam-starter/src/main/java/org/apache/camel/component/aws2/iam/springboot/IAM2ComponentAutoConfiguration.java}
(85%)
copy
components-starter/{camel-aws-iam-starter/src/main/java/org/apache/camel/component/aws/iam/springboot/IAMComponentConfiguration.java
=>
camel-aws2-iam-starter/src/main/java/org/apache/camel/component/aws2/iam/springboot/IAM2ComponentConfiguration.java}
(85%)
copy {examples/camel-example-spring-boot-zipkin/service2 =>
components-starter/camel-aws2-iam-starter}/src/main/resources/META-INF/LICENSE.txt
(100%)
copy {examples/camel-example-spring-boot-zipkin/service2 =>
components-starter/camel-aws2-iam-starter}/src/main/resources/META-INF/NOTICE.txt
(100%)
copy components-starter/{camel-aws2-ecs-starter =>
camel-aws2-iam-starter}/src/main/resources/META-INF/spring.factories (94%)
copy components-starter/{camel-ahc-starter =>
camel-aws2-iam-starter}/src/main/resources/META-INF/spring.provides (97%)