You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/07/15 05:24:12 UTC

[camel-spring-boot] branch master updated (7adf64f -> 5819b93)

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 7adf64f  [create-pull-request] automated change
     new f64a3c7  Regen
     new 5819b93  Camel-JBPM: Reflect new version in SB 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:
 components-starter/camel-corda-starter/pom.xml     |  12 +++
 components-starter/camel-iota-starter/pom.xml      |  12 +++
 docs/modules/ROOT/pages/consul-starter.adoc        | 104 ++++++++++-----------
 docs/modules/ROOT/pages/zookeeper-starter.adoc     |  74 +++++++--------
 .../camel/itest/springboot/CamelJbpmTest.java      |  26 +++---
 5 files changed, 126 insertions(+), 102 deletions(-)


[camel-spring-boot] 02/02: Camel-JBPM: Reflect new version in SB test

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 5819b9303980bac4778070165dc871a961ac35d6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jul 15 07:23:34 2020 +0200

    Camel-JBPM: Reflect new version in SB test
---
 .../camel/itest/springboot/CamelJbpmTest.java      | 26 +++++++++++-----------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelJbpmTest.java b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelJbpmTest.java
index a3842ee..d6466ff 100644
--- a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelJbpmTest.java
+++ b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelJbpmTest.java
@@ -35,19 +35,19 @@ public class CamelJbpmTest extends AbstractSpringBootTestSupport {
     public static ITestConfig createTestConfig() {
         return new ITestConfigBuilder()
                 .module(inferModuleName(CamelJbpmTest.class))
-                .dependency("org.kie:kie-api:7.38.0.Final")
-                .dependency("org.kie:kie-dmn-api:7.38.0.Final")
-                .dependency("org.kie:kie-dmn-model:7.38.0.Final")
-                .dependency("org.kie:kie-internal:7.38.0.Final")
-                .dependency("org.drools:drools-compiler:7.38.0.Final")
-                .dependency("org.drools:drools-core:7.38.0.Final")
-                .dependency("org.drools:drools-core-reflective:7.38.0.Final")
-                .dependency("org.drools:drools-core-dynamic:7.38.0.Final")
-                .dependency("org.drools:drools-canonical-model:7.38.0.Final")
-                .dependency("org.drools:drools-ruleunit:7.38.0.Final")
-                .dependency("org.drools:drools-model-compiler:7.38.0.Final")
-                .dependency("org.drools:drools-mvel-compiler:7.38.0.Final")
-                .dependency("org.drools:drools-mvel-parser:7.38.0.Final")
+                .dependency("org.kie:kie-api:7.40.0.Final")
+                .dependency("org.kie:kie-dmn-api:7.40.0.Final")
+                .dependency("org.kie:kie-dmn-model:7.40.0.Final")
+                .dependency("org.kie:kie-internal:7.40.0.Final")
+                .dependency("org.drools:drools-compiler:7.40.0.Final")
+                .dependency("org.drools:drools-core:7.40.0.Final")
+                .dependency("org.drools:drools-core-reflective:7.40.0.Final")
+                .dependency("org.drools:drools-core-dynamic:7.40.0.Final")
+                .dependency("org.drools:drools-canonical-model:7.40.0.Final")
+                .dependency("org.drools:drools-ruleunit:7.40.0.Final")
+                .dependency("org.drools:drools-model-compiler:7.40.0.Final")
+                .dependency("org.drools:drools-mvel-compiler:7.40.0.Final")
+                .dependency("org.drools:drools-mvel-parser:7.40.0.Final")
                 .unitTestExpectedNumber(0)
                 .build();
     }


[camel-spring-boot] 01/02: Regen

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit f64a3c7d008309aed7cc1248174705fd0547666a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jul 15 07:18:25 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    | 104 ++++++++++++-------------
 docs/modules/ROOT/pages/zookeeper-starter.adoc |  74 +++++++++---------
 4 files changed, 113 insertions(+), 89 deletions(-)

diff --git a/components-starter/camel-corda-starter/pom.xml b/components-starter/camel-corda-starter/pom.xml
index 254cb1b..7f14a21 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -38,6 +38,18 @@
       <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 9427c49..1cb0cae 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,6 +38,18 @@
       <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 b9c01b0..1381db9 100644
--- a/docs/modules/ROOT/pages/consul-starter.adoc
+++ b/docs/modules/ROOT/pages/consul-starter.adoc
@@ -29,31 +29,34 @@ The component supports 90 options, which are listed below.
 | *camel.component.consul.basic-property-binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | Boolean
 | *camel.component.consul.block-seconds* | The second to wait for a watch event, default 10 seconds | 10 | Integer
 | *camel.component.consul.bridge-error-handler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | Boolean
-| *camel.component.consul.cluster.service.acl-token* |  |  | String
+| *camel.component.consul.cluster.service.acl-token* | Sets the ACL token to be used with Consul |  | String
 | *camel.component.consul.cluster.service.attributes* | Custom service attributes. |  | Map
-| *camel.component.consul.cluster.service.block-seconds* |  |  | Integer
-| *camel.component.consul.cluster.service.connect-timeout* |  |  | Duration
-| *camel.component.consul.cluster.service.consistency-mode* |  |  | ConsistencyMode
-| *camel.component.consul.cluster.service.datacenter* |  |  | String
+| *camel.component.consul.cluster.service.block-seconds* | The time (in seconds) to wait for a watch event, default 10 seconds | 10 | Integer
+| *camel.component.consul.cluster.service.connect-timeout* | Connect timeout for OkHttpClient |  | Duration
+| *camel.component.consul.cluster.service.connect-timeout-millis* | Use connectTimeout instead |  | Long
+| *camel.component.consul.cluster.service.consistency-mode* | The consistencyMode used for queries, default ConsistencyMode.DEFAULT |  | ConsistencyMode
+| *camel.component.consul.cluster.service.datacenter* | The data center |  | String
 | *camel.component.consul.cluster.service.enabled* | Sets if the consul cluster service should be enabled or not, default is false. | false | Boolean
-| *camel.component.consul.cluster.service.first-index* |  |  | BigInteger
+| *camel.component.consul.cluster.service.first-index* | The first index for watch for, default 0 | 0 | BigInteger
 | *camel.component.consul.cluster.service.id* | Cluster Service ID |  | String
-| *camel.component.consul.cluster.service.near-node* |  |  | String
-| *camel.component.consul.cluster.service.node-meta* |  |  | List
+| *camel.component.consul.cluster.service.near-node* | The near node to use for queries. |  | String
+| *camel.component.consul.cluster.service.node-meta* | The note meta-data to use for queries. |  | List
 | *camel.component.consul.cluster.service.order* | Service lookup order/priority. |  | Integer
-| *camel.component.consul.cluster.service.password* |  |  | String
-| *camel.component.consul.cluster.service.ping-instance* |  |  | Boolean
-| *camel.component.consul.cluster.service.read-timeout* |  |  | Duration
-| *camel.component.consul.cluster.service.recursive* |  |  | Boolean
-| *camel.component.consul.cluster.service.root-path* |  |  | String
-| *camel.component.consul.cluster.service.session-lock-delay* |  |  | Integer
-| *camel.component.consul.cluster.service.session-refresh-interval* |  |  | Integer
-| *camel.component.consul.cluster.service.session-ttl* |  |  | Integer
-| *camel.component.consul.cluster.service.ssl-context-parameters* |  |  | SSLContextParameters
-| *camel.component.consul.cluster.service.tags* |  |  | Set
-| *camel.component.consul.cluster.service.url* |  |  | String
-| *camel.component.consul.cluster.service.user-name* |  |  | String
-| *camel.component.consul.cluster.service.write-timeout* |  |  | Duration
+| *camel.component.consul.cluster.service.password* | Sets the password to be used for basic authentication |  | String
+| *camel.component.consul.cluster.service.ping-instance* | Configure if the AgentClient should attempt a ping before returning the Consul instance | true | Boolean
+| *camel.component.consul.cluster.service.read-timeout* | Read timeout for OkHttpClient |  | Duration
+| *camel.component.consul.cluster.service.read-timeout-millis* | Use readTimeout instead. |  | Long
+| *camel.component.consul.cluster.service.recursive* | Recursively watch, default false | false | Boolean
+| *camel.component.consul.cluster.service.root-path* | Consul root path | /camel | String
+| *camel.component.consul.cluster.service.session-lock-delay* | The value for lockDelay | 5 | Integer
+| *camel.component.consul.cluster.service.session-refresh-interval* | The value of wait attribute | 5 | Integer
+| *camel.component.consul.cluster.service.session-ttl* | The value of TTL | 60 | Integer
+| *camel.component.consul.cluster.service.ssl-context-parameters* | SSL configuration using an org.apache.camel.support.jsse.SSLContextParameters instance. |  | SSLContextParameters
+| *camel.component.consul.cluster.service.tags* | Set tags. You can separate multiple tags by comma. |  | Set
+| *camel.component.consul.cluster.service.url* | The Consul agent URL |  | String
+| *camel.component.consul.cluster.service.user-name* | Sets the username to be used for basic authentication |  | String
+| *camel.component.consul.cluster.service.write-timeout* | Write timeout for OkHttpClient |  | Duration
+| *camel.component.consul.cluster.service.write-timeout-millis* | Use writeTimeout instead. |  | Long
 | *camel.component.consul.configuration* | Consul configuration. The option is a org.apache.camel.component.consul.ConsulConfiguration type. |  | String
 | *camel.component.consul.connect-timeout* | Connect timeout for OkHttpClient. The option is a java.time.Duration type. |  | String
 | *camel.component.consul.consistency-mode* | The consistencyMode used for queries, default ConsistencyMode.DEFAULT |  | ConsistencyMode
@@ -69,33 +72,36 @@ The component supports 90 options, which are listed below.
 | *camel.component.consul.ping-instance* | Configure if the AgentClient should attempt a ping before returning the Consul instance | true | Boolean
 | *camel.component.consul.read-timeout* | Read timeout for OkHttpClient. The option is a java.time.Duration type. |  | String
 | *camel.component.consul.recursive* | Recursively watch, default false | false | Boolean
-| *camel.component.consul.service-registry.acl-token* |  |  | String
+| *camel.component.consul.service-registry.acl-token* | Sets the ACL token to be used with Consul |  | String
 | *camel.component.consul.service-registry.attributes* | Custom service attributes. |  | Map
-| *camel.component.consul.service-registry.block-seconds* |  |  | Integer
-| *camel.component.consul.service-registry.check-interval* |  |  | Integer
-| *camel.component.consul.service-registry.check-ttl* |  |  | Integer
-| *camel.component.consul.service-registry.connect-timeout* |  |  | Duration
-| *camel.component.consul.service-registry.consistency-mode* |  |  | ConsistencyMode
-| *camel.component.consul.service-registry.datacenter* |  |  | String
-| *camel.component.consul.service-registry.deregister-after* |  |  | Integer
-| *camel.component.consul.service-registry.deregister-services-on-stop* |  |  | Boolean
+| *camel.component.consul.service-registry.block-seconds* | The time (in seconds) to wait for a watch event, default 10 seconds | 10 | Integer
+| *camel.component.consul.service-registry.check-interval* | How often (in seconds) a service has to be marked as healthy if its check is TTL or how often the check should run. Default is 5 seconds. | 5 | Integer
+| *camel.component.consul.service-registry.check-ttl* | The time (in seconds) to live for TTL checks. Default is 1 minute. | 60 | Integer
+| *camel.component.consul.service-registry.connect-timeout* | Connect timeout for OkHttpClient |  | Duration
+| *camel.component.consul.service-registry.connect-timeout-millis* | Use connectTimeout instead |  | Long
+| *camel.component.consul.service-registry.consistency-mode* | The consistencyMode used for queries, default ConsistencyMode.DEFAULT |  | ConsistencyMode
+| *camel.component.consul.service-registry.datacenter* | The data center |  | String
+| *camel.component.consul.service-registry.deregister-after* | How long (in seconds) to wait to deregister a service in case of unclean shutdown. Default is 1 hour. | 3600 | Integer
+| *camel.component.consul.service-registry.deregister-services-on-stop* | Should we remove all the registered services know by this registry on stop? | true | Boolean
 | *camel.component.consul.service-registry.enabled* | Sets if the consul service registry should be enabled or not, default is false. | false | Boolean
-| *camel.component.consul.service-registry.first-index* |  |  | BigInteger
+| *camel.component.consul.service-registry.first-index* | The first index for watch for, default 0 | 0 | BigInteger
 | *camel.component.consul.service-registry.id* | Service Registry ID |  | String
-| *camel.component.consul.service-registry.near-node* |  |  | String
-| *camel.component.consul.service-registry.node-meta* |  |  | List
+| *camel.component.consul.service-registry.near-node* | The near node to use for queries. |  | String
+| *camel.component.consul.service-registry.node-meta* | The note meta-data to use for queries. |  | List
 | *camel.component.consul.service-registry.order* | Service lookup order/priority. |  | Integer
-| *camel.component.consul.service-registry.override-service-host* |  |  | Boolean
-| *camel.component.consul.service-registry.password* |  |  | String
-| *camel.component.consul.service-registry.ping-instance* |  |  | Boolean
-| *camel.component.consul.service-registry.read-timeout* |  |  | Duration
-| *camel.component.consul.service-registry.recursive* |  |  | Boolean
-| *camel.component.consul.service-registry.service-host* |  |  | String
-| *camel.component.consul.service-registry.ssl-context-parameters* |  |  | SSLContextParameters
-| *camel.component.consul.service-registry.tags* |  |  | Set
-| *camel.component.consul.service-registry.url* |  |  | String
-| *camel.component.consul.service-registry.user-name* |  |  | String
-| *camel.component.consul.service-registry.write-timeout* |  |  | Duration
+| *camel.component.consul.service-registry.override-service-host* | Should we override the service host if given ? | true | Boolean
+| *camel.component.consul.service-registry.password* | Sets the password to be used for basic authentication |  | String
+| *camel.component.consul.service-registry.ping-instance* | Configure if the AgentClient should attempt a ping before returning the Consul instance | true | Boolean
+| *camel.component.consul.service-registry.read-timeout* | Read timeout for OkHttpClient |  | Duration
+| *camel.component.consul.service-registry.read-timeout-millis* | Use readTimeout instead. |  | Long
+| *camel.component.consul.service-registry.recursive* | Recursively watch, default false | false | Boolean
+| *camel.component.consul.service-registry.service-host* | Service host. |  | String
+| *camel.component.consul.service-registry.ssl-context-parameters* | SSL configuration using an org.apache.camel.support.jsse.SSLContextParameters instance. |  | SSLContextParameters
+| *camel.component.consul.service-registry.tags* | Set tags. You can separate multiple tags by comma. |  | Set
+| *camel.component.consul.service-registry.url* | The Consul agent URL |  | String
+| *camel.component.consul.service-registry.user-name* | Sets the username to be used for basic authentication |  | String
+| *camel.component.consul.service-registry.write-timeout* | Write timeout for OkHttpClient |  | Duration
+| *camel.component.consul.service-registry.write-timeout-millis* | Use writeTimeout instead. |  | Long
 | *camel.component.consul.ssl-context-parameters* | SSL configuration using an org.apache.camel.support.jsse.SSLContextParameters instance. The option is a org.apache.camel.support.jsse.SSLContextParameters type. |  | String
 | *camel.component.consul.tags* | Set tags. You can separate multiple tags by comma. |  | String
 | *camel.component.consul.url* | The Consul agent URL |  | String
@@ -103,16 +109,10 @@ The component supports 90 options, which are listed below.
 | *camel.component.consul.user-name* | Sets the username to be used for basic authentication |  | String
 | *camel.component.consul.value-as-string* | Default to transform values retrieved from Consul i.e. on KV endpoint to string. | false | Boolean
 | *camel.component.consul.write-timeout* | Write timeout for OkHttpClient. The option is a java.time.Duration type. |  | String
-| *camel.component.consul.cluster.service.connect-timeout-millis* | *Deprecated*  |  | Long
-| *camel.component.consul.cluster.service.dc* | *Deprecated*  |  | String
-| *camel.component.consul.cluster.service.read-timeout-millis* | *Deprecated*  |  | Long
-| *camel.component.consul.cluster.service.write-timeout-millis* | *Deprecated*  |  | Long
+| *camel.component.consul.cluster.service.dc* | *Deprecated* Use datacenter instead |  | String
 | *camel.component.consul.connect-timeout-millis* | *Deprecated* Connect timeout for OkHttpClient. Deprecation note: Use connectTimeout instead |  | Long
 | *camel.component.consul.read-timeout-millis* | *Deprecated* Read timeout for OkHttpClient. Deprecation note: Use readTimeout instead |  | Long
-| *camel.component.consul.service-registry.connect-timeout-millis* | *Deprecated*  |  | Long
-| *camel.component.consul.service-registry.dc* | *Deprecated*  |  | String
-| *camel.component.consul.service-registry.read-timeout-millis* | *Deprecated*  |  | Long
-| *camel.component.consul.service-registry.write-timeout-millis* | *Deprecated*  |  | Long
+| *camel.component.consul.service-registry.dc* | *Deprecated* Use datacenter instead |  | String
 | *camel.component.consul.write-timeout-millis* | *Deprecated* Write timeout for OkHttpClient. Deprecation note: Use writeTimeout instead. The option is a java.lang.Long type. |  | String
 |===
 // spring-boot-auto-configure options: END
diff --git a/docs/modules/ROOT/pages/zookeeper-starter.adoc b/docs/modules/ROOT/pages/zookeeper-starter.adoc
index b62afc2..5266073 100644
--- a/docs/modules/ROOT/pages/zookeeper-starter.adoc
+++ b/docs/modules/ROOT/pages/zookeeper-starter.adoc
@@ -28,26 +28,26 @@ The component supports 57 options, which are listed below.
 | *camel.component.zookeeper.basic-property-binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | Boolean
 | *camel.component.zookeeper.bridge-error-handler* | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | Boolean
 | *camel.component.zookeeper.cluster.service.attributes* | Custom service attributes. |  | Map
-| *camel.component.zookeeper.cluster.service.auth-info-list* |  |  | List
-| *camel.component.zookeeper.cluster.service.base-path* |  |  | String
-| *camel.component.zookeeper.cluster.service.connection-timeout* |  |  | Long
-| *camel.component.zookeeper.cluster.service.connection-timeout-unit* |  |  | TimeUnit
-| *camel.component.zookeeper.cluster.service.curator-framework* |  |  | CuratorFramework
+| *camel.component.zookeeper.cluster.service.auth-info-list* | List of AuthInfo objects with scheme and auth. |  | List
+| *camel.component.zookeeper.cluster.service.base-path* | The base path to store in ZooKeeper. |  | String
+| *camel.component.zookeeper.cluster.service.connection-timeout* | Connection timeout. | 15000 | Long
+| *camel.component.zookeeper.cluster.service.connection-timeout-unit* | Connection timeout TimeUnit. Default is TimeUnit.MILLISECONDS. |  | TimeUnit
+| *camel.component.zookeeper.cluster.service.curator-framework* | Zookeeper CuratorFramework-style client. |  | CuratorFramework
 | *camel.component.zookeeper.cluster.service.enabled* | Sets if the zookeeper cluster service should be enabled or not, default is false. | false | Boolean
 | *camel.component.zookeeper.cluster.service.id* | Cluster Service ID |  | String
-| *camel.component.zookeeper.cluster.service.max-close-wait* |  |  | Long
-| *camel.component.zookeeper.cluster.service.max-close-wait-unit* |  |  | TimeUnit
-| *camel.component.zookeeper.cluster.service.namespace* |  |  | String
-| *camel.component.zookeeper.cluster.service.nodes* |  |  | List
+| *camel.component.zookeeper.cluster.service.max-close-wait* | Time to wait during close to join background threads. | 1000 | Long
+| *camel.component.zookeeper.cluster.service.max-close-wait-unit* | MaxCloseWait TimeUnit. Default is TimeUnit.MILLISECONDS. |  | TimeUnit
+| *camel.component.zookeeper.cluster.service.namespace* | ZooKeeper namespace. If a namespace is set here, all paths will get pre-pended with the namespace. |  | String
+| *camel.component.zookeeper.cluster.service.nodes* | The Zookeeper server hosts (multiple servers can be separated by comma). |  | List
 | *camel.component.zookeeper.cluster.service.order* | Service lookup order/priority. |  | Integer
-| *camel.component.zookeeper.cluster.service.reconnect-base-sleep-time* |  |  | Long
-| *camel.component.zookeeper.cluster.service.reconnect-base-sleep-time-unit* |  |  | TimeUnit
-| *camel.component.zookeeper.cluster.service.reconnect-max-retries* |  |  | Integer
-| *camel.component.zookeeper.cluster.service.reconnect-max-sleep-time* |  |  | Long
-| *camel.component.zookeeper.cluster.service.reconnect-max-sleep-time-unit* |  |  | TimeUnit
-| *camel.component.zookeeper.cluster.service.retry-policy* |  |  | RetryPolicy
-| *camel.component.zookeeper.cluster.service.session-timeout* |  |  | Long
-| *camel.component.zookeeper.cluster.service.session-timeout-unit* |  |  | TimeUnit
+| *camel.component.zookeeper.cluster.service.reconnect-base-sleep-time* | Initial amount of time to wait between retries. | 0 | Long
+| *camel.component.zookeeper.cluster.service.reconnect-base-sleep-time-unit* | ReconnectBaseSleepTime TimeUnit. Default is TimeUnit.MILLISECONDS. |  | TimeUnit
+| *camel.component.zookeeper.cluster.service.reconnect-max-retries* | Max number of times to retry. | 3 | Integer
+| *camel.component.zookeeper.cluster.service.reconnect-max-sleep-time* | Max time to sleep on each retry. Default is Integer.MAX_VALUE. |  | Long
+| *camel.component.zookeeper.cluster.service.reconnect-max-sleep-time-unit* | ReconnectMaxSleepTimeUnit TimeUnit. Default is TimeUnit.MILLISECONDS. |  | TimeUnit
+| *camel.component.zookeeper.cluster.service.retry-policy* | Retry policy to use. |  | RetryPolicy
+| *camel.component.zookeeper.cluster.service.session-timeout* | Session timeout. | 60000 | Long
+| *camel.component.zookeeper.cluster.service.session-timeout-unit* | Session timeout TimeUnit. Default is TimeUnit.MILLISECONDS. |  | TimeUnit
 | *camel.component.zookeeper.configuration* | To use a shared ZooKeeperConfiguration. The option is a org.apache.camel.component.zookeeper.ZooKeeperConfiguration type. |  | String
 | *camel.component.zookeeper.create* | Should the endpoint create the node if it does not currently exist. | false | Boolean
 | *camel.component.zookeeper.create-mode* | The create mode that should be used for the newly created node | EPHEMERAL | String
@@ -57,29 +57,29 @@ The component supports 57 options, which are listed below.
 | *camel.component.zookeeper.repeat* | Should changes to the znode be 'watched' and repeatedly processed. | false | Boolean
 | *camel.component.zookeeper.send-empty-message-on-delete* | Upon the delete of a znode, should an empty message be send to the consumer | true | Boolean
 | *camel.component.zookeeper.service-registry.attributes* | Custom service attributes. |  | Map
-| *camel.component.zookeeper.service-registry.auth-info-list* |  |  | List
-| *camel.component.zookeeper.service-registry.base-path* |  |  | String
-| *camel.component.zookeeper.service-registry.connection-timeout* |  |  | Long
-| *camel.component.zookeeper.service-registry.connection-timeout-unit* |  |  | TimeUnit
-| *camel.component.zookeeper.service-registry.curator-framework* |  |  | CuratorFramework
-| *camel.component.zookeeper.service-registry.deregister-services-on-stop* |  |  | Boolean
+| *camel.component.zookeeper.service-registry.auth-info-list* | List of AuthInfo objects with scheme and auth. |  | List
+| *camel.component.zookeeper.service-registry.base-path* | The base path to store in ZooKeeper. |  | String
+| *camel.component.zookeeper.service-registry.connection-timeout* | Connection timeout. | 15000 | Long
+| *camel.component.zookeeper.service-registry.connection-timeout-unit* | Connection timeout TimeUnit. Default is TimeUnit.MILLISECONDS. |  | TimeUnit
+| *camel.component.zookeeper.service-registry.curator-framework* | Zookeeper CuratorFramework-style client. |  | CuratorFramework
+| *camel.component.zookeeper.service-registry.deregister-services-on-stop* | Should we remove all the registered services know by this registry on stop ?  Default is true. | true | Boolean
 | *camel.component.zookeeper.service-registry.enabled* | Sets if the zookeeper service registry should be enabled or not, default is false. | false | Boolean
 | *camel.component.zookeeper.service-registry.id* | Service Registry ID |  | String
-| *camel.component.zookeeper.service-registry.max-close-wait* |  |  | Long
-| *camel.component.zookeeper.service-registry.max-close-wait-unit* |  |  | TimeUnit
-| *camel.component.zookeeper.service-registry.namespace* |  |  | String
-| *camel.component.zookeeper.service-registry.nodes* |  |  | List
+| *camel.component.zookeeper.service-registry.max-close-wait* | Time to wait during close to join background threads. | 1000 | Long
+| *camel.component.zookeeper.service-registry.max-close-wait-unit* | MaxCloseWait TimeUnit. Default is TimeUnit.MILLISECONDS. |  | TimeUnit
+| *camel.component.zookeeper.service-registry.namespace* | ZooKeeper namespace. If a namespace is set here, all paths will get pre-pended with the namespace. |  | String
+| *camel.component.zookeeper.service-registry.nodes* | The Zookeeper server hosts (multiple servers can be separated by comma). |  | List
 | *camel.component.zookeeper.service-registry.order* | Service lookup order/priority. |  | Integer
-| *camel.component.zookeeper.service-registry.override-service-host* |  |  | Boolean
-| *camel.component.zookeeper.service-registry.reconnect-base-sleep-time* |  |  | Long
-| *camel.component.zookeeper.service-registry.reconnect-base-sleep-time-unit* |  |  | TimeUnit
-| *camel.component.zookeeper.service-registry.reconnect-max-retries* |  |  | Integer
-| *camel.component.zookeeper.service-registry.reconnect-max-sleep-time* |  |  | Long
-| *camel.component.zookeeper.service-registry.reconnect-max-sleep-time-unit* |  |  | TimeUnit
-| *camel.component.zookeeper.service-registry.retry-policy* |  |  | RetryPolicy
-| *camel.component.zookeeper.service-registry.service-host* |  |  | String
-| *camel.component.zookeeper.service-registry.session-timeout* |  |  | Long
-| *camel.component.zookeeper.service-registry.session-timeout-unit* |  |  | TimeUnit
+| *camel.component.zookeeper.service-registry.override-service-host* | Should we override the service host if given ?  Default is true. | true | Boolean
+| *camel.component.zookeeper.service-registry.reconnect-base-sleep-time* | Initial amount of time to wait between retries. | 0 | Long
+| *camel.component.zookeeper.service-registry.reconnect-base-sleep-time-unit* | ReconnectBaseSleepTime TimeUnit. Default is TimeUnit.MILLISECONDS. |  | TimeUnit
+| *camel.component.zookeeper.service-registry.reconnect-max-retries* | Max number of times to retry. | 3 | Integer
+| *camel.component.zookeeper.service-registry.reconnect-max-sleep-time* | Max time to sleep on each retry. Default is Integer.MAX_VALUE. |  | Long
+| *camel.component.zookeeper.service-registry.reconnect-max-sleep-time-unit* | ReconnectMaxSleepTimeUnit TimeUnit. Default is TimeUnit.MILLISECONDS. |  | TimeUnit
+| *camel.component.zookeeper.service-registry.retry-policy* | Retry policy to use. |  | RetryPolicy
+| *camel.component.zookeeper.service-registry.service-host* | Service host. |  | String
+| *camel.component.zookeeper.service-registry.session-timeout* | Session timeout. | 60000 | Long
+| *camel.component.zookeeper.service-registry.session-timeout-unit* | Session timeout TimeUnit. Default is TimeUnit.MILLISECONDS. |  | TimeUnit
 | *camel.component.zookeeper.timeout* | The time interval to wait on connection before timing out. | 5000 | Integer
 |===
 // spring-boot-auto-configure options: END