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 5f89924  Regen for commit 0231a1cecb933ae0a6781b732f43d13e39ef22c4
5f89924 is described below

commit 5f8992485948f7a405f9709d08b928d0812886fb
Author: davsclaus <davscl...@users.noreply.github.com>
AuthorDate: Mon Oct 11 12:52:31 2021 +0000

    Regen for commit 0231a1cecb933ae0a6781b732f43d13e39ef22c4
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../generated/resources/org/apache/camel/catalog/models/random.json | 2 +-
 .../resources/org/apache/camel/catalog/models/roundRobin.json       | 2 +-
 .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd     | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/random.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/random.json
index 9dda75d..4280356 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/random.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/random.json
@@ -3,7 +3,7 @@
     "kind": "model",
     "name": "random",
     "title": "Random",
-    "description": "A random endpoint is selected for each exchange.",
+    "description": "The destination endpoints are selected by random.",
     "deprecated": false,
     "label": "eip,routing",
     "javaType": 
"org.apache.camel.model.loadbalancer.RandomLoadBalancerDefinition",
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/roundRobin.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/roundRobin.json
index 52b5cd9..da29615 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/roundRobin.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/roundRobin.json
@@ -3,7 +3,7 @@
     "kind": "model",
     "name": "roundRobin",
     "title": "Round Robin",
-    "description": "The exchanges are selected in a round robin fashion. This 
is a well known and classic policy, which spreads the load evenly.",
+    "description": "The destination endpoints are selected in a round-robin 
fashion. This is a well known and classic policy, which spreads the load 
evenly.",
     "deprecated": false,
     "label": "eip,routing",
     "javaType": 
"org.apache.camel.model.loadbalancer.RoundRobinLoadBalancerDefinition",
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
index eb5375a..14dbfc0 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
@@ -1050,7 +1050,7 @@ Rest PUT command
   <xs:element name="random" type="tns:randomLoadBalancerDefinition">
     <xs:annotation>
       <xs:documentation xml:lang="en"><![CDATA[
-A random endpoint is selected for each exchange.
+The destination endpoints are selected by random.
       ]]></xs:documentation>
     </xs:annotation>
   </xs:element>
@@ -1226,8 +1226,8 @@ Forces a rollback by stopping routing the message
   <xs:element name="roundRobin" type="tns:roundRobinLoadBalancerDefinition">
     <xs:annotation>
       <xs:documentation xml:lang="en"><![CDATA[
-The exchanges are selected in a round robin fashion. This is a well known and
-classic policy, which spreads the load evenly.
+The destination endpoints are selected in a round-robin fashion. This is a well
+known and classic policy, which spreads the load evenly.
       ]]></xs:documentation>
     </xs:annotation>
   </xs:element>

Reply via email to