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 2021/08/02 05:57:21 UTC

[camel] branch main updated: Regen for commit 13e8a3355769794fa91d59a8c3337b9e64499b3a

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 736f616  Regen for commit 13e8a3355769794fa91d59a8c3337b9e64499b3a
736f616 is described below

commit 736f616143c745b1f9082944188ecc7c7aaf7ad1
Author: oscerd <os...@users.noreply.github.com>
AuthorDate: Mon Aug 2 05:53:23 2021 +0000

    Regen for commit 13e8a3355769794fa91d59a8c3337b9e64499b3a
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../zookeeper/cloud/ZooKeeperServiceDiscoveryFactoryConfigurer.java | 6 ++----
 1 file changed, 2 insertions(+), 4 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 6202e1d..a06cb94 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.util.List.class, value)); return true;
+        case "Nodes": target.setNodes(property(camelContext, java.lang.String.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.util.List.class;
+        case "Nodes": return java.lang.String.class;
         case "reconnectbasesleeptime":
         case "ReconnectBaseSleepTime": return long.class;
         case "reconnectbasesleeptimeunit":
@@ -153,8 +153,6 @@ 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;
         }
     }