This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/master by this push: new 4d10df2 Regen 4d10df2 is described below commit 4d10df2da0add7ccb0dc30647bad939bb20fc22d Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Jun 8 14:00:33 2020 +0200 Regen --- components-starter/camel-corda-starter/pom.xml | 12 ------------ components-starter/camel-iota-starter/pom.xml | 12 ------------ docs/modules/ROOT/pages/consul-starter.adoc | 5 +---- 3 files changed, 1 insertion(+), 28 deletions(-) diff --git a/components-starter/camel-corda-starter/pom.xml b/components-starter/camel-corda-starter/pom.xml index 9ae10f6..8559a29 100644 --- a/components-starter/camel-corda-starter/pom.xml +++ b/components-starter/camel-corda-starter/pom.xml @@ -38,18 +38,6 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-corda</artifactId> <version>${camel-version}</version> - <!--START OF GENERATED CODE--> - <exclusions> - <exclusion> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - </exclusion> - <exclusion> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-core</artifactId> - </exclusion> - </exclusions> - <!--END OF GENERATED CODE--> </dependency> <!--START OF GENERATED CODE--> <dependency> diff --git a/components-starter/camel-iota-starter/pom.xml b/components-starter/camel-iota-starter/pom.xml index 45084aa..0ccac9f 100644 --- a/components-starter/camel-iota-starter/pom.xml +++ b/components-starter/camel-iota-starter/pom.xml @@ -38,18 +38,6 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-iota</artifactId> <version>${camel-version}</version> - <!--START OF GENERATED CODE--> - <exclusions> - <exclusion> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - </exclusion> - <exclusion> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-core</artifactId> - </exclusion> - </exclusions> - <!--END OF GENERATED CODE--> </dependency> <!--START OF GENERATED CODE--> <dependency> diff --git a/docs/modules/ROOT/pages/consul-starter.adoc b/docs/modules/ROOT/pages/consul-starter.adoc index 46d4287..b9c01b0 100644 --- a/docs/modules/ROOT/pages/consul-starter.adoc +++ b/docs/modules/ROOT/pages/consul-starter.adoc @@ -17,7 +17,7 @@ When using consul with Spring Boot make sure to use the following Maven dependen ---- -The component supports 93 options, which are listed below. +The component supports 90 options, which are listed below. @@ -61,9 +61,6 @@ The component supports 93 options, which are listed below. | *camel.component.consul.datacenter* | The data center | | String | *camel.component.consul.enabled* | Whether to enable auto configuration of the consul component. This is enabled by default. | | Boolean | *camel.component.consul.first-index* | The first index for watch for, default 0. The option is a java.math.BigInteger type. | | String -| *camel.component.consul.health.check.repository.checks* | Define the checks to include. | | List -| *camel.component.consul.health.check.repository.configurations* | Health check configurations. | | Map -| *camel.component.consul.health.check.repository.enabled* | | | Boolean | *camel.component.consul.key* | The default key. Can be overridden by CamelConsulKey | | String | *camel.component.consul.lazy-start-producer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed the [...] | *camel.component.consul.near-node* | The near node to use for queries. | | String