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 1a2ab8b6 Added camel-workday Spring Boot Integration test
     new c92b4e4  Added an aws2-mq starter
     new c040d05  Added a camel-aws2-mq SB integration test

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/{aws-ecs.json => aws2-mq.json}      | 36 +++++++++++-----------
 .../{CamelAwsEcsTest.java => CamelAws2MqTest.java} |  4 +--
 .../pom.xml                                        |  4 +--
 .../springboot/MQ2ComponentAutoConfiguration.java} | 32 +++++++++----------
 .../mq/springboot/MQ2ComponentConfiguration.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, 65 insertions(+), 58 deletions(-)
 copy 
camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/{aws-ecs.json
 => aws2-mq.json} (72%)
 copy 
camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelAwsEcsTest.java
 => CamelAws2MqTest.java} (92%)
 copy components-starter/{camel-workday-starter => 
camel-aws2-mq-starter}/pom.xml (96%)
 copy 
components-starter/{camel-aws-ecs-starter/src/main/java/org/apache/camel/component/aws/ecs/springboot/ECSComponentAutoConfiguration.java
 => 
camel-aws2-mq-starter/src/main/java/org/apache/camel/component/aws2/mq/springboot/MQ2ComponentAutoConfiguration.java}
 (85%)
 copy 
components-starter/{camel-aws-mq-starter/src/main/java/org/apache/camel/component/aws/mq/springboot/MQComponentConfiguration.java
 => 
camel-aws2-mq-starter/src/main/java/org/apache/camel/component/aws2/mq/springboot/MQ2ComponentConfiguration.java}
 (85%)
 copy {examples/camel-example-spring-boot-zipkin/service2 => 
components-starter/camel-aws2-mq-starter}/src/main/resources/META-INF/LICENSE.txt
 (100%)
 copy {examples/camel-example-spring-boot-zipkin/service2 => 
components-starter/camel-aws2-mq-starter}/src/main/resources/META-INF/NOTICE.txt
 (100%)
 copy components-starter/{camel-aws-ec2-starter => 
camel-aws2-mq-starter}/src/main/resources/META-INF/spring.factories (94%)
 copy components-starter/{camel-ahc-starter => 
camel-aws2-mq-starter}/src/main/resources/META-INF/spring.provides (97%)

Reply via email to