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 500e78c Regen catalog 500e78c is described below commit 500e78c8e3ec3f9b6338e19a9e9fa76d99561127 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Oct 1 07:11:55 2020 +0200 Regen catalog --- .../generated/resources/org/apache/camel/catalog/models/weighted.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/weighted.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/weighted.json index b7c1f9e..e0c4a5b 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/weighted.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/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" } } }