You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/03/23 16:19:07 UTC

(camel-website) branch main updated: Update schema to 4.4.1 LTS release

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 75614476 Update schema to 4.4.1 LTS release
75614476 is described below

commit 75614476cbcf65649ef14f82911bb5444deb749f
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Mar 23 17:18:42 2024 +0100

    Update schema to 4.4.1 LTS release
---
 .../camel-spring-4.4.1.xsd}                                    |  0
 static/schema/spring/camel-spring.xsd                          | 10 +++++-----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/static/schema/spring-xml/camel-spring-xml-4.4.1.xsd b/static/schema/spring/camel-spring-4.4.1.xsd
similarity index 100%
rename from static/schema/spring-xml/camel-spring-xml-4.4.1.xsd
rename to static/schema/spring/camel-spring-4.4.1.xsd
diff --git a/static/schema/spring/camel-spring.xsd b/static/schema/spring/camel-spring.xsd
index bdf7a264..651eefc1 100644
--- a/static/schema/spring/camel-spring.xsd
+++ b/static/schema/spring/camel-spring.xsd
@@ -1215,7 +1215,7 @@ Evaluates a Python expression.
     <xs:annotation>
       <xs:documentation xml:lang="en">
 <![CDATA[
-The destination endpoints are selected by random.
+The destination endpoints are selected randomly.
 ]]>
       </xs:documentation>
     </xs:annotation>
@@ -1431,7 +1431,7 @@ Forces a rollback by stopping routing the message
     <xs:annotation>
       <xs:documentation xml:lang="en">
 <![CDATA[
-The destination endpoints are selected in a round-robin fashion. This is a well known and classic policy, which spreads
+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>
@@ -1720,7 +1720,7 @@ Sets the value of a message header
     <xs:annotation>
       <xs:documentation xml:lang="en">
 <![CDATA[
-Allows to set multiple headers on the message at the same time.
+Allows setting multiple headers on the message at the same time.
 ]]>
       </xs:documentation>
     </xs:annotation>
@@ -3947,7 +3947,7 @@ Enables random backoff. Default value: false
           <xs:annotation>
             <xs:documentation xml:lang="en">
 <![CDATA[
-Sets a reference to an exiting bean to use, which is looked up from the registry.
+Sets a reference to an existing bean to use, which is looked up from the registry.
 ]]>
             </xs:documentation>
           </xs:annotation>
@@ -5714,7 +5714,7 @@ Sets the back off multiplier. Default value: 2.0
           <xs:annotation>
             <xs:documentation xml:lang="en">
 <![CDATA[
-Turn on exponential backk off. Default value: false
+Turn on exponential back off. Default value: false
 ]]>
             </xs:documentation>
           </xs:annotation>