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 41481a4 CAMEL-15413: RouteBuilderConfigurer - Rename to LambdaRouteBuilder new 78f7299 Camel-Etcd3: Introduced the starter skeleton for the moment new ad6638b Camel-Etcd3: Added Itest 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: .../org/apache/camel/springboot/catalog/others.properties | 1 + .../org/apache/camel/springboot/catalog/others/etcd3.json | 15 +++++++++++++++ components-starter/README.adoc | 4 +++- .../{camel-djl-starter => camel-etcd3-starter}/pom.xml | 4 ++-- .../src/main/resources/META-INF/LICENSE.txt | 0 .../src/main/resources/META-INF/NOTICE.txt | 0 .../src/main/resources/META-INF/spring.provides | 2 +- components-starter/pom.xml | 1 + docs/modules/ROOT/pages/list.adoc | 4 +++- .../{CamelShiroTest.java => CamelEtcd3Test.java} | 5 ++--- tooling/camel-spring-boot-bom/pom.xml | 5 +++++ tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++ 12 files changed, 38 insertions(+), 8 deletions(-) create mode 100644 catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/etcd3.json copy components-starter/{camel-djl-starter => camel-etcd3-starter}/pom.xml (96%) copy {tooling/camel-spring-boot-docs-maven-plugin => components-starter/camel-etcd3-starter}/src/main/resources/META-INF/LICENSE.txt (100%) copy {tooling/camel-spring-boot-docs-maven-plugin => components-starter/camel-etcd3-starter}/src/main/resources/META-INF/NOTICE.txt (100%) copy components-starter/{camel-apns-starter => camel-etcd3-starter}/src/main/resources/META-INF/spring.provides (97%) copy tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelShiroTest.java => CamelEtcd3Test.java} (90%)