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.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e6f241  Regen weighted EIP
9e6f241 is described below

commit 9e6f241665151b8f41d08d60b8313755c5282eb3
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Oct 1 07:10:58 2020 +0200

    Regen weighted EIP
---
 .../resources/org/apache/camel/model/loadbalancer/weighted.json         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/camel-core-engine/src/generated/resources/org/apache/camel/model/loadbalancer/weighted.json
 
b/core/camel-core-engine/src/generated/resources/org/apache/camel/model/loadbalancer/weighted.json
index b7c1f9e..e0c4a5b 100644
--- 
a/core/camel-core-engine/src/generated/resources/org/apache/camel/model/loadbalancer/weighted.json
+++ 
b/core/camel-core-engine/src/generated/resources/org/apache/camel/model/loadbalancer/weighted.json
@@ -13,7 +13,7 @@
   "properties": {
     "roundRobin": { "kind": "attribute", "displayName": "Round Robin", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "secret": false, "description": "To enable round robin 
mode. By default the weighted distribution mode is used. The default value is 
false." },
     "distributionRatio": { "kind": "attribute", "displayName": "Distribution 
Ratio", "required": true, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "secret": false, "description": "The distribution ratio is 
a delimited String consisting on integer weights separated by delimiters for 
example 2,3,5. The distributionRatio must match the number of endpoints and\/or 
processors specified in the load balancer list." },
-    "distributionRatioDelimiter": { "kind": "attribute", "displayName": 
"Distribution Ratio Delimiter", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"defaultValue": ",", "description": "Delimiter used to specify the distribution 
ratio. The default value is ," },
+    "distributionRatioDelimiter": { "kind": "attribute", "displayName": 
"Distribution Ratio Delimiter", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"defaultValue": ",", "description": "Delimiter used to specify the distribution 
ratio. The default value is , (comma)" },
     "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "description": "The id of this node" }
   }
 }

Reply via email to