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 93e437c Regen for commit f34627d72edca09e1a02a7806530a96d1874a03a 93e437c is described below commit 93e437c290c0074a4de43ddc89082c8ba13004e4 Author: oscerd <osc...@users.noreply.github.com> AuthorDate: Mon Sep 13 15:24:32 2021 +0000 Regen for commit f34627d72edca09e1a02a7806530a96d1874a03a Signed-off-by: GitHub <nore...@github.com> --- .../org/apache/camel/catalog/languages/bean.json | 4 +-- .../apache/camel/catalog/languages/datasonnet.json | 4 +-- .../org/apache/camel/catalog/languages/groovy.json | 2 +- .../apache/camel/catalog/languages/hl7terser.json | 2 +- .../org/apache/camel/catalog/languages/joor.json | 2 +- .../apache/camel/catalog/languages/jsonpath.json | 4 +-- .../org/apache/camel/catalog/languages/mvel.json | 2 +- .../org/apache/camel/catalog/languages/ognl.json | 2 +- .../org/apache/camel/catalog/languages/spel.json | 2 +- .../org/apache/camel/catalog/languages/xpath.json | 2 +- .../org/apache/camel/catalog/languages/xquery.json | 2 +- .../apache/camel/catalog/schemas/camel-spring.xsd | 39 ++++++++++------------ .../camel/language/datasonnet/datasonnet.json | 4 +-- .../src/main/docs/datasonnet-language.adoc | 2 +- .../org/apache/camel/language/groovy/groovy.json | 2 +- .../src/main/docs/groovy-language.adoc | 2 +- .../camel-headersmap/src/main/docs/headersmap.adoc | 1 - .../org/apache/camel/component/hl7/hl7terser.json | 2 +- .../src/main/docs/hl7terser-language.adoc | 2 +- .../org/apache/camel/language/joor/joor.json | 2 +- .../camel-joor/src/main/docs/joor-language.adoc | 2 +- .../src/main/docs/json-patch-component.adoc | 1 - .../org/apache/camel/jsonpath/jsonpath.json | 4 +-- .../src/main/docs/jsonpath-language.adoc | 8 ++--- .../org/apache/camel/language/mvel/mvel.json | 2 +- .../camel-mvel/src/main/docs/mvel-language.adoc | 2 +- .../org/apache/camel/language/ognl/ognl.json | 2 +- .../camel-ognl/src/main/docs/ognl-language.adoc | 2 +- .../src/main/docs/platform-http-component.adoc | 2 -- .../src/main/docs/rest-api-component.adoc | 2 -- .../camel-saga/src/main/docs/saga-component.adoc | 2 -- .../src/main/docs/salesforce-component.adoc | 2 -- .../org/apache/camel/language/xquery/xquery.json | 2 +- .../camel-saxon/src/main/docs/xquery-language.adoc | 2 +- .../org/apache/camel/language/spel/spel.json | 2 +- .../camel-spring/src/main/docs/spel-language.adoc | 2 +- .../src/main/docs/test-spring.adoc | 1 - .../org/apache/camel/language/xpath/xpath.json | 2 +- .../camel-xpath/src/main/docs/xpath-language.adoc | 2 +- docs/components/modules/languages/nav.adoc | 2 +- 40 files changed, 58 insertions(+), 72 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/bean.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/bean.json index f4c5ca0..645f237 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/bean.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/bean.json @@ -2,8 +2,8 @@ "language": { "kind": "language", "name": "bean", - "title": "Bean method", - "description": "Call a method of the specified Java bean passing the Exchange, Body or specific headers to it.", + "title": "Bean Method", + "description": "Calls a Java bean method.", "deprecated": false, "firstVersion": "1.3.0", "label": "language,core,java", diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/datasonnet.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/datasonnet.json index d690dd1..15bbb11 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/datasonnet.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/datasonnet.json @@ -3,10 +3,10 @@ "kind": "language", "name": "datasonnet", "title": "DataSonnet", - "description": "To use DataSonnet scripts in Camel expressions or predicates.", + "description": "To use DataSonnet scripts for message transformations.", "deprecated": false, "firstVersion": "3.7.0", - "label": "language,script", + "label": "language,transformation", "javaType": "org.apache.camel.language.datasonnet.DatasonnetLanguage", "supportLevel": "Stable", "groupId": "org.apache.camel", diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/groovy.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/groovy.json index 1c5436d..bc338be 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/groovy.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/groovy.json @@ -3,7 +3,7 @@ "kind": "language", "name": "groovy", "title": "Groovy", - "description": "Evaluate a Groovy script.", + "description": "Evaluates a Groovy script.", "deprecated": false, "firstVersion": "1.3.0", "label": "language,script", diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/hl7terser.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/hl7terser.json index e2696b8..2a5c5bd 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/hl7terser.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/hl7terser.json @@ -3,7 +3,7 @@ "kind": "language", "name": "hl7terser", "title": "HL7 Terser", - "description": "Get the value of an HL7 message field specified by terse location specification syntax.", + "description": "Get the value of a HL7 message field specified by terse location specification syntax.", "deprecated": false, "firstVersion": "2.11.0", "label": "language,hl7", diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/joor.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/joor.json index d355785..15c3489 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/joor.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/joor.json @@ -3,7 +3,7 @@ "kind": "language", "name": "joor", "title": "jOOR", - "description": "Evaluate a jOOR (Java compiled once at runtime) expression language.", + "description": "Evaluates a jOOR (Java compiled once at runtime) expression.", "deprecated": false, "firstVersion": "3.7.0", "label": "language", diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/jsonpath.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/jsonpath.json index 0dc8734..e15a3aa 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/jsonpath.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/jsonpath.json @@ -2,8 +2,8 @@ "language": { "kind": "language", "name": "jsonpath", - "title": "JsonPath", - "description": "Evaluate a JsonPath expression against a JSON message body.", + "title": "JSONPath", + "description": "Evaluates a JSONPath expression against a JSON message body.", "deprecated": false, "firstVersion": "2.13.0", "label": "language,json", diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/mvel.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/mvel.json index 1e6d37e..d2fbe48 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/mvel.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/mvel.json @@ -3,7 +3,7 @@ "kind": "language", "name": "mvel", "title": "MVEL", - "description": "Evaluate an MVEL template against the Camel Exchange.", + "description": "Evaluates a MVEL template.", "deprecated": false, "firstVersion": "2.0.0", "label": "language,java", diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/ognl.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/ognl.json index 38fb011..4b9cea6 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/ognl.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/ognl.json @@ -3,7 +3,7 @@ "kind": "language", "name": "ognl", "title": "OGNL", - "description": "Evaluate an Apache Commons Object Graph Navigation Library (OGNL) expression against the Camel Exchange.", + "description": "Evaluates an OGNL expression (Apache Commons OGNL).", "deprecated": false, "firstVersion": "1.1.0", "label": "language,java", diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/spel.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/spel.json index 07783a7..ec7a07b 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/spel.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/spel.json @@ -3,7 +3,7 @@ "kind": "language", "name": "spel", "title": "SpEL", - "description": "Evaluate a Spring Expression Language (SpEL) expression against the Camel Exchange.", + "description": "Evaluates a Spring expression (SpEL).", "deprecated": false, "firstVersion": "2.7.0", "label": "language,spring", diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xpath.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xpath.json index 4a4a113..669df4f 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xpath.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xpath.json @@ -3,7 +3,7 @@ "kind": "language", "name": "xpath", "title": "XPath", - "description": "Evaluate an XPath expression against an XML payload.", + "description": "Evaluates an XPath expression against an XML payload.", "deprecated": false, "firstVersion": "1.1.0", "label": "language,core,xml", diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xquery.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xquery.json index b20fe73..e63542f 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xquery.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xquery.json @@ -3,7 +3,7 @@ "kind": "language", "name": "xquery", "title": "XQuery", - "description": "Evaluate an XQuery expressions against an XML payload.", + "description": "Evaluates an XQuery expressions against an XML payload.", "deprecated": false, "firstVersion": "1.0.0", "label": "language,xml", 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 ce55fce..df22be8 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 @@ -240,7 +240,7 @@ Encrypt and decrypt messages using Java Cryptography Extension (JCE). <xs:element name="csimple" type="tns:cSimpleExpression"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Evaluate a compile simple expression language. +Evaluate a compiled simple expression. ]]></xs:documentation> </xs:annotation> </xs:element> @@ -289,7 +289,7 @@ Configure data formats. <xs:element name="datasonnet" type="tns:datasonnetExpression"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -To use DataSonnet scripts in Camel expressions or predicates. +To use DataSonnet scripts for message transformations. ]]></xs:documentation> </xs:annotation> </xs:element> @@ -401,7 +401,7 @@ null <xs:element name="exchangeProperty" type="tns:exchangePropertyExpression"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Get values of named Camel Exchange properties. +Gets a property from the Exchange. ]]></xs:documentation> </xs:annotation> </xs:element> @@ -532,7 +532,7 @@ Unmarshal unstructured data to objects using Logstash based Grok patterns. <xs:element name="groovy" type="tns:groovyExpression"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Evaluate a Groovy script. +Evaluates a Groovy script. ]]></xs:documentation> </xs:annotation> </xs:element> @@ -556,7 +556,7 @@ Rest HEAD command <xs:element name="header" type="tns:headerExpression"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Get values of Camel Message headers. +Gets a header from the Exchange. ]]></xs:documentation> </xs:annotation> </xs:element> @@ -580,7 +580,7 @@ Marshal and unmarshal HL7 (Health Care) model objects using the HL7 MLLP codec. <xs:element name="hl7terser" type="tns:hl7TerserExpression"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Get the value of an HL7 message field specified by terse location specification +Get the value of a HL7 message field specified by terse location specification syntax. ]]></xs:documentation> </xs:annotation> @@ -694,7 +694,7 @@ JMX configuration. <xs:element name="joor" type="tns:joorExpression"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Evaluate a jOOR (Java compiled once at runtime) expression language. +Evaluates a jOOR (Java compiled once at runtime) expression. ]]></xs:documentation> </xs:annotation> </xs:element> @@ -718,7 +718,7 @@ Marshal and unmarshal JSON:API resources using JSONAPI-Converter library. <xs:element name="jsonpath" type="tns:jsonPathExpression"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Evaluate a JsonPath expression against a JSON message body. +Evaluates a JSONPath expression against a JSON message body. ]]></xs:documentation> </xs:annotation> </xs:element> @@ -750,7 +750,7 @@ null <xs:element name="language" type="tns:languageExpression"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Evaluate the given expression using the specified language. +Evaluates a custom language. ]]></xs:documentation> </xs:annotation> </xs:element> @@ -807,8 +807,7 @@ component <xs:element name="method" type="tns:methodCallExpression"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Call a method of the specified Java bean passing the Exchange, Body or specific -headers to it. +Calls a Java bean method. ]]></xs:documentation> </xs:annotation> </xs:element> @@ -840,7 +839,7 @@ Rest security mutual TLS authentication definition <xs:element name="mvel" type="tns:mvelExpression"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Evaluate an MVEL template against the Camel Exchange. +Evaluates a MVEL template. ]]></xs:documentation> </xs:annotation> </xs:element> @@ -856,8 +855,7 @@ Rest security OAuth2 definition <xs:element name="ognl" type="tns:ognlExpression"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Evaluate an Apache Commons Object Graph Navigation Library (OGNL) expression -against the Camel Exchange. +Evaluates an OGNL expression (Apache Commons OGNL). ]]></xs:documentation> </xs:annotation> </xs:element> @@ -1098,7 +1096,7 @@ Configuration of redelivery policy. <xs:element name="ref" type="tns:refExpression"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Look up an expression in the Camel Registry and evaluate it. +Uses an existing expression from the registry. ]]></xs:documentation> </xs:annotation> </xs:element> @@ -1508,7 +1506,7 @@ Sets a named property on the message exchange <xs:element name="simple" type="tns:simpleExpression"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Evaluate Camel's built-in Simple language expression against the Camel Exchange. +Evaluates a Camel simple expression. ]]></xs:documentation> </xs:annotation> </xs:element> @@ -1532,8 +1530,7 @@ Sorts the contents of the message <xs:element name="spel" type="tns:spELExpression"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Evaluate a Spring Expression Language (SpEL) expression against the Camel -Exchange. +Evaluates a Spring expression (SpEL). ]]></xs:documentation> </xs:annotation> </xs:element> @@ -1894,7 +1891,7 @@ Marshal and unmarshal XML RPC protocol requests or responses. <xs:element name="xpath" type="tns:xPathExpression"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Evaluate an XPath expression against an XML payload. +Evaluates an XPath expression against an XML payload. ]]></xs:documentation> </xs:annotation> </xs:element> @@ -1902,7 +1899,7 @@ Evaluate an XPath expression against an XML payload. <xs:element name="xquery" type="tns:xQueryExpression"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Evaluate an XQuery expressions against an XML payload. +Evaluates an XQuery expressions against an XML payload. ]]></xs:documentation> </xs:annotation> </xs:element> @@ -1918,7 +1915,7 @@ Marshal and unmarshal POJOs to/from XML using XStream library. <xs:element name="xtokenize" type="tns:xmlTokenizerExpression"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Tokenize XML payloads using the specified path expression. +Tokenize XML payloads. ]]></xs:documentation> </xs:annotation> </xs:element> diff --git a/components/camel-datasonnet/src/generated/resources/org/apache/camel/language/datasonnet/datasonnet.json b/components/camel-datasonnet/src/generated/resources/org/apache/camel/language/datasonnet/datasonnet.json index d690dd1..15bbb11 100644 --- a/components/camel-datasonnet/src/generated/resources/org/apache/camel/language/datasonnet/datasonnet.json +++ b/components/camel-datasonnet/src/generated/resources/org/apache/camel/language/datasonnet/datasonnet.json @@ -3,10 +3,10 @@ "kind": "language", "name": "datasonnet", "title": "DataSonnet", - "description": "To use DataSonnet scripts in Camel expressions or predicates.", + "description": "To use DataSonnet scripts for message transformations.", "deprecated": false, "firstVersion": "3.7.0", - "label": "language,script", + "label": "language,transformation", "javaType": "org.apache.camel.language.datasonnet.DatasonnetLanguage", "supportLevel": "Stable", "groupId": "org.apache.camel", diff --git a/components/camel-datasonnet/src/main/docs/datasonnet-language.adoc b/components/camel-datasonnet/src/main/docs/datasonnet-language.adoc index fb832d1..a03efd2 100644 --- a/components/camel-datasonnet/src/main/docs/datasonnet-language.adoc +++ b/components/camel-datasonnet/src/main/docs/datasonnet-language.adoc @@ -4,7 +4,7 @@ :page-source: components/camel-datasonnet/src/main/docs/datasonnet-language.adoc :docTitle: DataSonnet :artifactId: camel-datasonnet -:description: To use DataSonnet scripts in Camel expressions or predicates. +:description: To use DataSonnet scripts for message transformations. :since: 3.7 :supportLevel: Stable include::{cq-version}@camel-quarkus:ROOT:partial$reference/languages/datasonnet.adoc[opts=optional] diff --git a/components/camel-groovy/src/generated/resources/org/apache/camel/language/groovy/groovy.json b/components/camel-groovy/src/generated/resources/org/apache/camel/language/groovy/groovy.json index 1c5436d..bc338be 100644 --- a/components/camel-groovy/src/generated/resources/org/apache/camel/language/groovy/groovy.json +++ b/components/camel-groovy/src/generated/resources/org/apache/camel/language/groovy/groovy.json @@ -3,7 +3,7 @@ "kind": "language", "name": "groovy", "title": "Groovy", - "description": "Evaluate a Groovy script.", + "description": "Evaluates a Groovy script.", "deprecated": false, "firstVersion": "1.3.0", "label": "language,script", diff --git a/components/camel-groovy/src/main/docs/groovy-language.adoc b/components/camel-groovy/src/main/docs/groovy-language.adoc index e4cf0a0..cf56b42 100644 --- a/components/camel-groovy/src/main/docs/groovy-language.adoc +++ b/components/camel-groovy/src/main/docs/groovy-language.adoc @@ -4,7 +4,7 @@ :page-source: components/camel-groovy/src/main/docs/groovy-language.adoc :docTitle: Groovy :artifactId: camel-groovy -:description: Evaluate a Groovy script. +:description: Evaluates a Groovy script. :since: 1.3 :supportLevel: Stable include::{cq-version}@camel-quarkus:ROOT:partial$reference/languages/groovy.adoc[opts=optional] diff --git a/components/camel-headersmap/src/main/docs/headersmap.adoc b/components/camel-headersmap/src/main/docs/headersmap.adoc index 0d2f46d..4588219 100644 --- a/components/camel-headersmap/src/main/docs/headersmap.adoc +++ b/components/camel-headersmap/src/main/docs/headersmap.adoc @@ -23,4 +23,3 @@ and Camel should auto-detect this on startup and log as follows: ---- Detected and using HeadersMapFactory: camel-headersmap ---- - diff --git a/components/camel-hl7/src/generated/resources/org/apache/camel/component/hl7/hl7terser.json b/components/camel-hl7/src/generated/resources/org/apache/camel/component/hl7/hl7terser.json index e2696b8..2a5c5bd 100644 --- a/components/camel-hl7/src/generated/resources/org/apache/camel/component/hl7/hl7terser.json +++ b/components/camel-hl7/src/generated/resources/org/apache/camel/component/hl7/hl7terser.json @@ -3,7 +3,7 @@ "kind": "language", "name": "hl7terser", "title": "HL7 Terser", - "description": "Get the value of an HL7 message field specified by terse location specification syntax.", + "description": "Get the value of a HL7 message field specified by terse location specification syntax.", "deprecated": false, "firstVersion": "2.11.0", "label": "language,hl7", diff --git a/components/camel-hl7/src/main/docs/hl7terser-language.adoc b/components/camel-hl7/src/main/docs/hl7terser-language.adoc index 20fd2a0..5e6b839 100644 --- a/components/camel-hl7/src/main/docs/hl7terser-language.adoc +++ b/components/camel-hl7/src/main/docs/hl7terser-language.adoc @@ -4,7 +4,7 @@ :page-source: components/camel-hl7/src/main/docs/hl7terser-language.adoc :docTitle: HL7 Terser :artifactId: camel-hl7 -:description: Get the value of an HL7 message field specified by terse location specification syntax. +:description: Get the value of a HL7 message field specified by terse location specification syntax. :since: 2.11 :supportLevel: Stable include::{cq-version}@camel-quarkus:ROOT:partial$reference/languages/hl7terser.adoc[opts=optional] diff --git a/components/camel-joor/src/generated/resources/org/apache/camel/language/joor/joor.json b/components/camel-joor/src/generated/resources/org/apache/camel/language/joor/joor.json index d355785..15c3489 100644 --- a/components/camel-joor/src/generated/resources/org/apache/camel/language/joor/joor.json +++ b/components/camel-joor/src/generated/resources/org/apache/camel/language/joor/joor.json @@ -3,7 +3,7 @@ "kind": "language", "name": "joor", "title": "jOOR", - "description": "Evaluate a jOOR (Java compiled once at runtime) expression language.", + "description": "Evaluates a jOOR (Java compiled once at runtime) expression.", "deprecated": false, "firstVersion": "3.7.0", "label": "language", diff --git a/components/camel-joor/src/main/docs/joor-language.adoc b/components/camel-joor/src/main/docs/joor-language.adoc index 7d27967..1a4fc61 100644 --- a/components/camel-joor/src/main/docs/joor-language.adoc +++ b/components/camel-joor/src/main/docs/joor-language.adoc @@ -4,7 +4,7 @@ :page-source: components/camel-joor/src/main/docs/joor-language.adoc :docTitle: jOOR :artifactId: camel-joor -:description: Evaluate a jOOR (Java compiled once at runtime) expression language. +:description: Evaluates a jOOR (Java compiled once at runtime) expression. :since: 3.7 :supportLevel: Stable include::{cq-version}@camel-quarkus:ROOT:partial$reference/languages/joor.adoc[opts=optional] diff --git a/components/camel-json-patch/src/main/docs/json-patch-component.adoc b/components/camel-json-patch/src/main/docs/json-patch-component.adoc index b340c35..5363c3e 100644 --- a/components/camel-json-patch/src/main/docs/json-patch-component.adoc +++ b/components/camel-json-patch/src/main/docs/json-patch-component.adoc @@ -126,4 +126,3 @@ with the following path and query parameters: | *lazyStartProducer* (producer) | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and [...] |=== // endpoint options: END - diff --git a/components/camel-jsonpath/src/generated/resources/org/apache/camel/jsonpath/jsonpath.json b/components/camel-jsonpath/src/generated/resources/org/apache/camel/jsonpath/jsonpath.json index 0dc8734..e15a3aa 100644 --- a/components/camel-jsonpath/src/generated/resources/org/apache/camel/jsonpath/jsonpath.json +++ b/components/camel-jsonpath/src/generated/resources/org/apache/camel/jsonpath/jsonpath.json @@ -2,8 +2,8 @@ "language": { "kind": "language", "name": "jsonpath", - "title": "JsonPath", - "description": "Evaluate a JsonPath expression against a JSON message body.", + "title": "JSONPath", + "description": "Evaluates a JSONPath expression against a JSON message body.", "deprecated": false, "firstVersion": "2.13.0", "label": "language,json", diff --git a/components/camel-jsonpath/src/main/docs/jsonpath-language.adoc b/components/camel-jsonpath/src/main/docs/jsonpath-language.adoc index 54cf0ea..04486cb 100644 --- a/components/camel-jsonpath/src/main/docs/jsonpath-language.adoc +++ b/components/camel-jsonpath/src/main/docs/jsonpath-language.adoc @@ -1,10 +1,10 @@ [[jsonpath-language]] -= JsonPath Language += JSONPath Language //THIS FILE IS COPIED: EDIT THE SOURCE FILE: :page-source: components/camel-jsonpath/src/main/docs/jsonpath-language.adoc -:docTitle: JsonPath +:docTitle: JSONPath :artifactId: camel-jsonpath -:description: Evaluate a JsonPath expression against a JSON message body. +:description: Evaluates a JSONPath expression against a JSON message body. :since: 2.13 :supportLevel: Stable include::{cq-version}@camel-quarkus:ROOT:partial$reference/languages/jsonpath.adoc[opts=optional] @@ -31,7 +31,7 @@ from("queue:books.new") // language options: START -The JsonPath language supports 8 options, which are listed below. +The JSONPath language supports 8 options, which are listed below. diff --git a/components/camel-mvel/src/generated/resources/org/apache/camel/language/mvel/mvel.json b/components/camel-mvel/src/generated/resources/org/apache/camel/language/mvel/mvel.json index 1e6d37e..d2fbe48 100644 --- a/components/camel-mvel/src/generated/resources/org/apache/camel/language/mvel/mvel.json +++ b/components/camel-mvel/src/generated/resources/org/apache/camel/language/mvel/mvel.json @@ -3,7 +3,7 @@ "kind": "language", "name": "mvel", "title": "MVEL", - "description": "Evaluate an MVEL template against the Camel Exchange.", + "description": "Evaluates a MVEL template.", "deprecated": false, "firstVersion": "2.0.0", "label": "language,java", diff --git a/components/camel-mvel/src/main/docs/mvel-language.adoc b/components/camel-mvel/src/main/docs/mvel-language.adoc index 78b9160..c587ee4 100644 --- a/components/camel-mvel/src/main/docs/mvel-language.adoc +++ b/components/camel-mvel/src/main/docs/mvel-language.adoc @@ -4,7 +4,7 @@ :page-source: components/camel-mvel/src/main/docs/mvel-language.adoc :docTitle: MVEL :artifactId: camel-mvel -:description: Evaluate an MVEL template against the Camel Exchange. +:description: Evaluates a MVEL template. :since: 2.0 :supportLevel: Stable include::{cq-version}@camel-quarkus:ROOT:partial$reference/languages/mvel.adoc[opts=optional] diff --git a/components/camel-ognl/src/generated/resources/org/apache/camel/language/ognl/ognl.json b/components/camel-ognl/src/generated/resources/org/apache/camel/language/ognl/ognl.json index 38fb011..4b9cea6 100644 --- a/components/camel-ognl/src/generated/resources/org/apache/camel/language/ognl/ognl.json +++ b/components/camel-ognl/src/generated/resources/org/apache/camel/language/ognl/ognl.json @@ -3,7 +3,7 @@ "kind": "language", "name": "ognl", "title": "OGNL", - "description": "Evaluate an Apache Commons Object Graph Navigation Library (OGNL) expression against the Camel Exchange.", + "description": "Evaluates an OGNL expression (Apache Commons OGNL).", "deprecated": false, "firstVersion": "1.1.0", "label": "language,java", diff --git a/components/camel-ognl/src/main/docs/ognl-language.adoc b/components/camel-ognl/src/main/docs/ognl-language.adoc index 3a61734..47585ef 100644 --- a/components/camel-ognl/src/main/docs/ognl-language.adoc +++ b/components/camel-ognl/src/main/docs/ognl-language.adoc @@ -4,7 +4,7 @@ :page-source: components/camel-ognl/src/main/docs/ognl-language.adoc :docTitle: OGNL :artifactId: camel-ognl -:description: Evaluate an Apache Commons Object Graph Navigation Library (OGNL) expression against the Camel Exchange. +:description: Evaluates an OGNL expression (Apache Commons OGNL). :since: 1.1 :supportLevel: Stable include::{cq-version}@camel-quarkus:ROOT:partial$reference/languages/ognl.adoc[opts=optional] diff --git a/components/camel-platform-http/src/main/docs/platform-http-component.adoc b/components/camel-platform-http/src/main/docs/platform-http-component.adoc index 4c4da4a..366d5a5 100644 --- a/components/camel-platform-http/src/main/docs/platform-http-component.adoc +++ b/components/camel-platform-http/src/main/docs/platform-http-component.adoc @@ -122,5 +122,3 @@ with the following path and query parameters: | *platformHttpEngine* (advanced) | An HTTP Server engine implementation to serve the requests of this endpoint. | | PlatformHttpEngine |=== // endpoint options: END - - diff --git a/components/camel-rest/src/main/docs/rest-api-component.adoc b/components/camel-rest/src/main/docs/rest-api-component.adoc index a3f2d1d..1db2dd4 100644 --- a/components/camel-rest/src/main/docs/rest-api-component.adoc +++ b/components/camel-rest/src/main/docs/rest-api-component.adoc @@ -103,5 +103,3 @@ with the following path and query parameters: | *exchangePattern* (consumer) | Sets the exchange pattern when the consumer creates an exchange. There are 3 enums and the value can be one of: InOnly, InOut, InOptionalOut | | ExchangePattern |=== // endpoint options: END - - diff --git a/components/camel-saga/src/main/docs/saga-component.adoc b/components/camel-saga/src/main/docs/saga-component.adoc index d2318ba..f9de380 100644 --- a/components/camel-saga/src/main/docs/saga-component.adoc +++ b/components/camel-saga/src/main/docs/saga-component.adoc @@ -109,5 +109,3 @@ with the following path and query parameters: | *lazyStartProducer* (producer) | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and [...] |=== // endpoint options: END - - diff --git a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc index b7977ef..78b19ea 100644 --- a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc +++ b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc @@ -1037,5 +1037,3 @@ generated Java Enumerations. Please refer to https://github.com/apache/camel/tree/main/components/camel-salesforce/camel-salesforce-maven-plugin[README.md] for details on how to generate the DTO. - - diff --git a/components/camel-saxon/src/generated/resources/org/apache/camel/language/xquery/xquery.json b/components/camel-saxon/src/generated/resources/org/apache/camel/language/xquery/xquery.json index b20fe73..e63542f 100644 --- a/components/camel-saxon/src/generated/resources/org/apache/camel/language/xquery/xquery.json +++ b/components/camel-saxon/src/generated/resources/org/apache/camel/language/xquery/xquery.json @@ -3,7 +3,7 @@ "kind": "language", "name": "xquery", "title": "XQuery", - "description": "Evaluate an XQuery expressions against an XML payload.", + "description": "Evaluates an XQuery expressions against an XML payload.", "deprecated": false, "firstVersion": "1.0.0", "label": "language,xml", diff --git a/components/camel-saxon/src/main/docs/xquery-language.adoc b/components/camel-saxon/src/main/docs/xquery-language.adoc index 0a82120..b8356eb 100644 --- a/components/camel-saxon/src/main/docs/xquery-language.adoc +++ b/components/camel-saxon/src/main/docs/xquery-language.adoc @@ -4,7 +4,7 @@ :page-source: components/camel-saxon/src/main/docs/xquery-language.adoc :docTitle: XQuery :artifactId: camel-saxon -:description: Evaluate an XQuery expressions against an XML payload. +:description: Evaluates an XQuery expressions against an XML payload. :since: 1.0 :supportLevel: Stable include::{cq-version}@camel-quarkus:ROOT:partial$reference/languages/xquery.adoc[opts=optional] diff --git a/components/camel-spring/src/generated/resources/org/apache/camel/language/spel/spel.json b/components/camel-spring/src/generated/resources/org/apache/camel/language/spel/spel.json index 07783a7..ec7a07b 100644 --- a/components/camel-spring/src/generated/resources/org/apache/camel/language/spel/spel.json +++ b/components/camel-spring/src/generated/resources/org/apache/camel/language/spel/spel.json @@ -3,7 +3,7 @@ "kind": "language", "name": "spel", "title": "SpEL", - "description": "Evaluate a Spring Expression Language (SpEL) expression against the Camel Exchange.", + "description": "Evaluates a Spring expression (SpEL).", "deprecated": false, "firstVersion": "2.7.0", "label": "language,spring", diff --git a/components/camel-spring/src/main/docs/spel-language.adoc b/components/camel-spring/src/main/docs/spel-language.adoc index 1b472f4..ad01684 100644 --- a/components/camel-spring/src/main/docs/spel-language.adoc +++ b/components/camel-spring/src/main/docs/spel-language.adoc @@ -4,7 +4,7 @@ :page-source: components/camel-spring/src/main/docs/spel-language.adoc :docTitle: SpEL :artifactId: camel-spring -:description: Evaluate a Spring Expression Language (SpEL) expression against the Camel Exchange. +:description: Evaluates a Spring expression (SpEL). :since: 2.7 :supportLevel: Stable include::{cq-version}@camel-quarkus:ROOT:partial$reference/languages/spel.adoc[opts=optional] diff --git a/components/camel-test/camel-test-spring/src/main/docs/test-spring.adoc b/components/camel-test/camel-test-spring/src/main/docs/test-spring.adoc index 404006e..128893f 100644 --- a/components/camel-test/camel-test-spring/src/main/docs/test-spring.adoc +++ b/components/camel-test/camel-test-spring/src/main/docs/test-spring.adoc @@ -15,4 +15,3 @@ include::{cq-version}@camel-quarkus:ROOT:partial$reference/others/test-spring.ad Allows to test Camel with Spring applications such as Spring XML files. WARNING: This module is deprecated. Use xref:components:others:test-spring-junit5.adoc[camel-test-spring-junit5] instead. - diff --git a/components/camel-xpath/src/generated/resources/org/apache/camel/language/xpath/xpath.json b/components/camel-xpath/src/generated/resources/org/apache/camel/language/xpath/xpath.json index 4a4a113..669df4f 100644 --- a/components/camel-xpath/src/generated/resources/org/apache/camel/language/xpath/xpath.json +++ b/components/camel-xpath/src/generated/resources/org/apache/camel/language/xpath/xpath.json @@ -3,7 +3,7 @@ "kind": "language", "name": "xpath", "title": "XPath", - "description": "Evaluate an XPath expression against an XML payload.", + "description": "Evaluates an XPath expression against an XML payload.", "deprecated": false, "firstVersion": "1.1.0", "label": "language,core,xml", diff --git a/components/camel-xpath/src/main/docs/xpath-language.adoc b/components/camel-xpath/src/main/docs/xpath-language.adoc index 616b0e4..e60f58a 100644 --- a/components/camel-xpath/src/main/docs/xpath-language.adoc +++ b/components/camel-xpath/src/main/docs/xpath-language.adoc @@ -4,7 +4,7 @@ :page-source: components/camel-xpath/src/main/docs/xpath-language.adoc :docTitle: XPath :artifactId: camel-xpath -:description: Evaluate an XPath expression against an XML payload. +:description: Evaluates an XPath expression against an XML payload. :since: 1.1 :supportLevel: Stable include::{cq-version}@camel-quarkus:ROOT:partial$reference/languages/xpath.adoc[opts=optional] diff --git a/docs/components/modules/languages/nav.adoc b/docs/components/modules/languages/nav.adoc index 90c163d..d156a38 100644 --- a/docs/components/modules/languages/nav.adoc +++ b/docs/components/modules/languages/nav.adoc @@ -12,7 +12,7 @@ ** xref:header-language.adoc[Header] ** xref:hl7terser-language.adoc[HL7 Terser] ** xref:joor-language.adoc[jOOR] -** xref:jsonpath-language.adoc[JsonPath] +** xref:jsonpath-language.adoc[JSONPath] ** xref:mvel-language.adoc[MVEL] ** xref:ognl-language.adoc[OGNL] ** xref:ref-language.adoc[Ref]