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

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

commit 6e5b380cbbbbfe251f3f44166cd37f14623fba13
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Dec 16 14:51:48 2020 +0100

    Polished description
---
 .../resources/org/apache/camel/catalog/docs/xpath-language.adoc     | 2 +-
 .../resources/org/apache/camel/catalog/languages/xpath.json         | 4 ++--
 .../generated/resources/org/apache/camel/catalog/models/xpath.json  | 2 +-
 .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd     | 6 +++---
 .../generated/resources/org/apache/camel/language/xpath/xpath.json  | 2 +-
 components/camel-xpath/src/main/docs/xpath-language.adoc            | 2 +-
 .../generated/resources/org/apache/camel/model/language/xpath.json  | 2 +-
 .../main/java/org/apache/camel/model/language/XPathExpression.java  | 4 ++--
 docs/components/modules/languages/pages/xpath-language.adoc         | 2 +-
 9 files changed, 13 insertions(+), 13 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/xpath-language.adoc
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/xpath-language.adoc
index d2e4d5d..fc7924b 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/xpath-language.adoc
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/xpath-language.adoc
@@ -60,7 +60,7 @@ The XPath language supports 10 options, which are listed 
below.
 | logNamespaces | false | Boolean | Whether to log namespaces which can assist 
during trouble shooting
 | headerName |  | String | Name of header to use as input, instead of the 
message body
 | threadSafety | false | Boolean | Whether to enable thread-safety for the 
returned result of the xpath expression. This applies to when using NODESET as 
the result type, and the returned set has multiple elements. In this situation 
there can be thread-safety issues if you process the NODESET concurrently such 
as from a Camel Splitter EIP in parallel processing mode. This option prevents 
concurrency issues by doing defensive copies of the nodes. It is recommended to 
turn this option on i [...]
-| preCompile | true | Boolean | Whether to enable pre-compiling the xpath 
expression during initialization phase. pre-compile is enabled by default. This 
can be used to turn off, for example in cases the compilation phase is desired 
at the starting phase, such as if the application is pre-built with graalvm 
which would then load the xpath factory of the built operating system, and not 
a JVM runtime.
+| preCompile | true | Boolean | Whether to enable pre-compiling the xpath 
expression during initialization phase. pre-compile is enabled by default. This 
can be used to turn off, for example in cases the compilation phase is desired 
at the starting phase, such as if the application is ahead of time compiled 
(for example with camel-quarkus) which would then load the xpath factory of the 
built operating system, and not a JVM runtime.
 | trim | true | Boolean | Whether to trim the value to remove leading and 
trailing whitespaces and line breaks
 |===
 // language options: END
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 49ab204..73bc44e 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
@@ -11,7 +11,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-xpath",
-    "version": "3.7.0-SNAPSHOT",
+    "version": "3.8.0-SNAPSHOT",
     "modelName": "xpath",
     "modelJavaType": "org.apache.camel.model.language.XPathExpression"
   },
@@ -25,7 +25,7 @@
     "logNamespaces": { "kind": "attribute", "displayName": "Log Namespaces", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to log namespaces which can assist during 
trouble shooting" },
     "headerName": { "kind": "attribute", "displayName": "Header Name", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Name 
of header to use as input, instead of the message body" },
     "threadSafety": { "kind": "attribute", "displayName": "Thread Safety", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to enable thread-safety for the returned result 
of the xpath expression. This applies to when using NODESET as the result type, 
and the returned set has multiple elements. In this situation there can be 
thread-safety issues if you process th [...]
-    "preCompile": { "kind": "attribute", "displayName": "Pre Compile", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether to enable pre-compiling the xpath expression during 
initialization phase. pre-compile is enabled by default. This can be used to 
turn off, for example in cases the compilation phase is desired at the starting 
phase, such as if the application is  [...]
+    "preCompile": { "kind": "attribute", "displayName": "Pre Compile", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether to enable pre-compiling the xpath expression during 
initialization phase. pre-compile is enabled by default. This can be used to 
turn off, for example in cases the compilation phase is desired at the starting 
phase, such as if the application is  [...]
     "trim": { "kind": "attribute", "displayName": "Trim", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether to trim the value to remove leading and trailing whitespaces and line 
breaks" },
     "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the id of this node" }
   }
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/xpath.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/xpath.json
index 6478088..0750b86 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/xpath.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/xpath.json
@@ -21,7 +21,7 @@
     "logNamespaces": { "kind": "attribute", "displayName": "Log Namespaces", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to log namespaces which can assist during 
trouble shooting" },
     "headerName": { "kind": "attribute", "displayName": "Header Name", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Name 
of header to use as input, instead of the message body" },
     "threadSafety": { "kind": "attribute", "displayName": "Thread Safety", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to enable thread-safety for the returned result 
of the xpath expression. This applies to when using NODESET as the result type, 
and the returned set has multiple elements. In this situation there can be 
thread-safety issues if you process th [...]
-    "preCompile": { "kind": "attribute", "displayName": "Pre Compile", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether to enable pre-compiling the xpath expression during 
initialization phase. pre-compile is enabled by default. This can be used to 
turn off, for example in cases the compilation phase is desired at the starting 
phase, such as if the application is  [...]
+    "preCompile": { "kind": "attribute", "displayName": "Pre Compile", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether to enable pre-compiling the xpath expression during 
initialization phase. pre-compile is enabled by default. This can be used to 
turn off, for example in cases the compilation phase is desired at the starting 
phase, such as if the application is  [...]
     "trim": { "kind": "attribute", "displayName": "Trim", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether to trim the value to remove leading and trailing whitespaces and line 
breaks" },
     "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the id of this node" }
   }
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 2a6a255..3a8d28f 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
@@ -12774,9 +12774,9 @@ can be prevented by turning this option on. Default 
value: false
 Whether to enable pre-compiling the xpath expression during initialization
 phase. pre-compile is enabled by default. This can be used to turn off, for
 example in cases the compilation phase is desired at the starting phase, such 
as
-if the application is pre-built with graalvm which would then load the xpath
-factory of the built operating system, and not a JVM runtime. Default value:
-true
+if the application is ahead of time compiled (for example with camel-quarkus)
+which would then load the xpath factory of the built operating system, and not 
a
+JVM runtime. Default value: true
             ]]></xs:documentation>
           </xs:annotation>
         </xs:attribute>
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 57da8b7..73bc44e 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
@@ -25,7 +25,7 @@
     "logNamespaces": { "kind": "attribute", "displayName": "Log Namespaces", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to log namespaces which can assist during 
trouble shooting" },
     "headerName": { "kind": "attribute", "displayName": "Header Name", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Name 
of header to use as input, instead of the message body" },
     "threadSafety": { "kind": "attribute", "displayName": "Thread Safety", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to enable thread-safety for the returned result 
of the xpath expression. This applies to when using NODESET as the result type, 
and the returned set has multiple elements. In this situation there can be 
thread-safety issues if you process th [...]
-    "preCompile": { "kind": "attribute", "displayName": "Pre Compile", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether to enable pre-compiling the xpath expression during 
initialization phase. pre-compile is enabled by default. This can be used to 
turn off, for example in cases the compilation phase is desired at the starting 
phase, such as if the application is  [...]
+    "preCompile": { "kind": "attribute", "displayName": "Pre Compile", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether to enable pre-compiling the xpath expression during 
initialization phase. pre-compile is enabled by default. This can be used to 
turn off, for example in cases the compilation phase is desired at the starting 
phase, such as if the application is  [...]
     "trim": { "kind": "attribute", "displayName": "Trim", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether to trim the value to remove leading and trailing whitespaces and line 
breaks" },
     "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the id of this node" }
   }
diff --git a/components/camel-xpath/src/main/docs/xpath-language.adoc 
b/components/camel-xpath/src/main/docs/xpath-language.adoc
index d2e4d5d..fc7924b 100644
--- a/components/camel-xpath/src/main/docs/xpath-language.adoc
+++ b/components/camel-xpath/src/main/docs/xpath-language.adoc
@@ -60,7 +60,7 @@ The XPath language supports 10 options, which are listed 
below.
 | logNamespaces | false | Boolean | Whether to log namespaces which can assist 
during trouble shooting
 | headerName |  | String | Name of header to use as input, instead of the 
message body
 | threadSafety | false | Boolean | Whether to enable thread-safety for the 
returned result of the xpath expression. This applies to when using NODESET as 
the result type, and the returned set has multiple elements. In this situation 
there can be thread-safety issues if you process the NODESET concurrently such 
as from a Camel Splitter EIP in parallel processing mode. This option prevents 
concurrency issues by doing defensive copies of the nodes. It is recommended to 
turn this option on i [...]
-| preCompile | true | Boolean | Whether to enable pre-compiling the xpath 
expression during initialization phase. pre-compile is enabled by default. This 
can be used to turn off, for example in cases the compilation phase is desired 
at the starting phase, such as if the application is pre-built with graalvm 
which would then load the xpath factory of the built operating system, and not 
a JVM runtime.
+| preCompile | true | Boolean | Whether to enable pre-compiling the xpath 
expression during initialization phase. pre-compile is enabled by default. This 
can be used to turn off, for example in cases the compilation phase is desired 
at the starting phase, such as if the application is ahead of time compiled 
(for example with camel-quarkus) which would then load the xpath factory of the 
built operating system, and not a JVM runtime.
 | trim | true | Boolean | Whether to trim the value to remove leading and 
trailing whitespaces and line breaks
 |===
 // language options: END
diff --git 
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/language/xpath.json
 
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/language/xpath.json
index 6478088..0750b86 100644
--- 
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/language/xpath.json
+++ 
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/language/xpath.json
@@ -21,7 +21,7 @@
     "logNamespaces": { "kind": "attribute", "displayName": "Log Namespaces", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to log namespaces which can assist during 
trouble shooting" },
     "headerName": { "kind": "attribute", "displayName": "Header Name", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Name 
of header to use as input, instead of the message body" },
     "threadSafety": { "kind": "attribute", "displayName": "Thread Safety", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to enable thread-safety for the returned result 
of the xpath expression. This applies to when using NODESET as the result type, 
and the returned set has multiple elements. In this situation there can be 
thread-safety issues if you process th [...]
-    "preCompile": { "kind": "attribute", "displayName": "Pre Compile", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether to enable pre-compiling the xpath expression during 
initialization phase. pre-compile is enabled by default. This can be used to 
turn off, for example in cases the compilation phase is desired at the starting 
phase, such as if the application is  [...]
+    "preCompile": { "kind": "attribute", "displayName": "Pre Compile", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether to enable pre-compiling the xpath expression during 
initialization phase. pre-compile is enabled by default. This can be used to 
turn off, for example in cases the compilation phase is desired at the starting 
phase, such as if the application is  [...]
     "trim": { "kind": "attribute", "displayName": "Trim", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether to trim the value to remove leading and trailing whitespaces and line 
breaks" },
     "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the id of this node" }
   }
diff --git 
a/core/camel-core-model/src/main/java/org/apache/camel/model/language/XPathExpression.java
 
b/core/camel-core-model/src/main/java/org/apache/camel/model/language/XPathExpression.java
index b7618bb..ac1b011 100644
--- 
a/core/camel-core-model/src/main/java/org/apache/camel/model/language/XPathExpression.java
+++ 
b/core/camel-core-model/src/main/java/org/apache/camel/model/language/XPathExpression.java
@@ -225,8 +225,8 @@ public class XPathExpression extends 
NamespaceAwareExpression {
      * default.
      *
      * This can be used to turn off, for example in cases the compilation 
phase is desired at the starting phase, such
-     * as if the application is pre-built with graalvm which would then load 
the xpath factory of the built operating
-     * system, and not a JVM runtime.
+     * as if the application is ahead of time compiled (for example with 
camel-quarkus) which would then load the xpath
+     * factory of the built operating system, and not a JVM runtime.
      */
     public void setPreCompile(String preCompile) {
         this.preCompile = preCompile;
diff --git a/docs/components/modules/languages/pages/xpath-language.adoc 
b/docs/components/modules/languages/pages/xpath-language.adoc
index 7e378e8..052552c 100644
--- a/docs/components/modules/languages/pages/xpath-language.adoc
+++ b/docs/components/modules/languages/pages/xpath-language.adoc
@@ -62,7 +62,7 @@ The XPath language supports 10 options, which are listed 
below.
 | logNamespaces | false | Boolean | Whether to log namespaces which can assist 
during trouble shooting
 | headerName |  | String | Name of header to use as input, instead of the 
message body
 | threadSafety | false | Boolean | Whether to enable thread-safety for the 
returned result of the xpath expression. This applies to when using NODESET as 
the result type, and the returned set has multiple elements. In this situation 
there can be thread-safety issues if you process the NODESET concurrently such 
as from a Camel Splitter EIP in parallel processing mode. This option prevents 
concurrency issues by doing defensive copies of the nodes. It is recommended to 
turn this option on i [...]
-| preCompile | true | Boolean | Whether to enable pre-compiling the xpath 
expression during initialization phase. pre-compile is enabled by default. This 
can be used to turn off, for example in cases the compilation phase is desired 
at the starting phase, such as if the application is pre-built with graalvm 
which would then load the xpath factory of the built operating system, and not 
a JVM runtime.
+| preCompile | true | Boolean | Whether to enable pre-compiling the xpath 
expression during initialization phase. pre-compile is enabled by default. This 
can be used to turn off, for example in cases the compilation phase is desired 
at the starting phase, such as if the application is ahead of time compiled 
(for example with camel-quarkus) which would then load the xpath factory of the 
built operating system, and not a JVM runtime.
 | trim | true | Boolean | Whether to trim the value to remove leading and 
trailing whitespaces and line breaks
 |===
 // language options: END

Reply via email to