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 d2370b8  Added a camel-weka-starter integration test
     new 4f3131e  Added camel-workday starter
     new 1a2ab8b6 Added camel-workday Spring Boot 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/{corda.json => workday.json}        | 29 +++++++++++---------
 ...CamelZendeskTest.java => CamelWorkdayTest.java} |  4 +--
 .../pom.xml                                        |  4 +--
 .../WorkdayComponentAutoConfiguration.java}        | 32 +++++++++++-----------
 .../springboot/WorkdayComponentConfiguration.java} | 10 +++----
 .../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     | 15 ++++++++++
 12 files changed, 60 insertions(+), 40 deletions(-)
 copy 
camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/{corda.json
 => workday.json} (61%)
 copy 
camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelZendeskTest.java
 => CamelWorkdayTest.java} (92%)
 copy components-starter/{camel-aws2-ecs-starter => 
camel-workday-starter}/pom.xml (96%)
 copy 
components-starter/{camel-ehcache-starter/src/main/java/org/apache/camel/component/ehcache/springboot/EhcacheComponentAutoConfiguration.java
 => 
camel-workday-starter/src/main/java/org/apache/camel/component/workday/springboot/WorkdayComponentAutoConfiguration.java}
 (84%)
 copy 
components-starter/{camel-nitrite-starter/src/main/java/org/apache/camel/component/nitrite/springboot/NitriteComponentConfiguration.java
 => 
camel-workday-starter/src/main/java/org/apache/camel/component/workday/springboot/WorkdayComponentConfiguration.java}
 (92%)
 copy {examples/camel-example-spring-boot-zipkin/service2 => 
components-starter/camel-workday-starter}/src/main/resources/META-INF/LICENSE.txt
 (100%)
 copy {examples/camel-example-spring-boot-zipkin/service2 => 
components-starter/camel-workday-starter}/src/main/resources/META-INF/NOTICE.txt
 (100%)
 copy components-starter/{camel-elytron-starter => 
camel-workday-starter}/src/main/resources/META-INF/spring.factories (94%)
 copy components-starter/{camel-ahc-starter => 
camel-workday-starter}/src/main/resources/META-INF/spring.provides (97%)

Reply via email to