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 80aee1a  Regen starters
     new b927e63  Added a Camel-AWS2-EC2 starter
     new 3a0bd11  Added a test for Camel-AWS2-EC2

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-ec2.json}    | 34 +++++++++----------
 ...CamelAws2EksTest.java => CamelAws2Ec2Test.java} |  4 +--
 .../pom.xml                                        |  4 +--
 .../AWS2EC2ComponentAutoConfiguration.java}        | 32 +++++++++---------
 .../springboot/AWS2EC2ComponentConfiguration.java} | 38 +++++++++++-----------
 .../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, 65 insertions(+), 58 deletions(-)
 copy 
camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/{aws2-ecs.json
 => aws2-ec2.json} (69%)
 copy 
camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelAws2EksTest.java
 => CamelAws2Ec2Test.java} (92%)
 copy components-starter/{camel-aws2-cw-starter => 
camel-aws2-ec2-starter}/pom.xml (96%)
 copy 
components-starter/{camel-rest-starter/src/main/java/org/apache/camel/component/rest/springboot/RestApiComponentAutoConfiguration.java
 => 
camel-aws2-ec2-starter/src/main/java/org/apache/camel/component/aws2/ec2/springboot/AWS2EC2ComponentAutoConfiguration.java}
 (84%)
 copy 
components-starter/{camel-aws-ec2-starter/src/main/java/org/apache/camel/component/aws/ec2/springboot/EC2ComponentConfiguration.java
 => 
camel-aws2-ec2-starter/src/main/java/org/apache/camel/component/aws2/ec2/springboot/AWS2EC2ComponentConfiguration.java}
 (84%)
 copy {examples/camel-example-spring-boot-zipkin/service2 => 
components-starter/camel-aws2-ec2-starter}/src/main/resources/META-INF/LICENSE.txt
 (100%)
 copy {examples/camel-example-spring-boot-zipkin/service2 => 
components-starter/camel-aws2-ec2-starter}/src/main/resources/META-INF/NOTICE.txt
 (100%)
 copy components-starter/{camel-jsonapi-starter => 
camel-aws2-ec2-starter}/src/main/resources/META-INF/spring.factories (94%)
 copy components-starter/{camel-ahc-starter => 
camel-aws2-ec2-starter}/src/main/resources/META-INF/spring.provides (97%)

Reply via email to