This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 3e9fbc2  Regen for commit 2568280bb2d7aa19195d3e8fe3be2599a77fb9fb
3e9fbc2 is described below

commit 3e9fbc2a7f27809b9d0d19d390f14bb25e921823
Author: oscerd <osc...@users.noreply.github.com>
AuthorDate: Sat Jul 31 05:55:30 2021 +0000

    Regen for commit 2568280bb2d7aa19195d3e8fe3be2599a77fb9fb
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../zookeeper/cloud/ZooKeeperServiceDiscoveryFactoryConfigurer.java | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-zookeeper/src/generated/java/org/apache/camel/component/zookeeper/cloud/ZooKeeperServiceDiscoveryFactoryConfigurer.java
 
b/components/camel-zookeeper/src/generated/java/org/apache/camel/component/zookeeper/cloud/ZooKeeperServiceDiscoveryFactoryConfigurer.java
index a06cb94..6202e1d 100644
--- 
a/components/camel-zookeeper/src/generated/java/org/apache/camel/component/zookeeper/cloud/ZooKeeperServiceDiscoveryFactoryConfigurer.java
+++ 
b/components/camel-zookeeper/src/generated/java/org/apache/camel/component/zookeeper/cloud/ZooKeeperServiceDiscoveryFactoryConfigurer.java
@@ -40,7 +40,7 @@ public class ZooKeeperServiceDiscoveryFactoryConfigurer 
extends org.apache.camel
         case "namespace":
         case "Namespace": target.setNamespace(property(camelContext, 
java.lang.String.class, value)); return true;
         case "nodes":
-        case "Nodes": target.setNodes(property(camelContext, 
java.lang.String.class, value)); return true;
+        case "Nodes": target.setNodes(property(camelContext, 
java.util.List.class, value)); return true;
         case "reconnectbasesleeptime":
         case "ReconnectBaseSleepTime": 
target.setReconnectBaseSleepTime(property(camelContext, long.class, value)); 
return true;
         case "reconnectbasesleeptimeunit":
@@ -83,7 +83,7 @@ public class ZooKeeperServiceDiscoveryFactoryConfigurer 
extends org.apache.camel
         case "namespace":
         case "Namespace": return java.lang.String.class;
         case "nodes":
-        case "Nodes": return java.lang.String.class;
+        case "Nodes": return java.util.List.class;
         case "reconnectbasesleeptime":
         case "ReconnectBaseSleepTime": return long.class;
         case "reconnectbasesleeptimeunit":
@@ -153,6 +153,8 @@ public class ZooKeeperServiceDiscoveryFactoryConfigurer 
extends org.apache.camel
         switch (ignoreCase ? name.toLowerCase() : name) {
         case "authinfolist":
         case "AuthInfoList": return 
org.apache.curator.framework.AuthInfo.class;
+        case "nodes":
+        case "Nodes": return java.lang.String.class;
         default: return null;
         }
     }

Reply via email to