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

davsclaus pushed a commit to branch camel-spring-boot-3.11.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.11.x by 
this push:
     new a7652be  Regen
a7652be is described below

commit a7652be59d19cd97eb3773420f7ad8f473715cd7
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Nov 13 13:48:55 2021 +0100

    Regen
---
 .../resources/org/apache/camel/springboot/catalog/languages/xpath.json  | 2 +-
 components-starter/camel-xpath-starter/src/main/docs/xpath.json         | 2 +-
 .../camel/language/xpath/springboot/XPathLanguageConfiguration.java     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xpath.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xpath.json
index fc4ba45..d2fff25 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xpath.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xpath.json
@@ -22,7 +22,7 @@
     "saxon": { "kind": "attribute", "displayName": "Saxon", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether to use Saxon." },
     "factoryRef": { "kind": "attribute", "displayName": "Factory Ref", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"References to a custom XPathFactory to lookup in the registry" },
     "objectModel": { "kind": "attribute", "displayName": "Object Model", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
XPath object model to use" },
-    "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" },
+    "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 
troubleshooting" },
     "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  [...]
diff --git a/components-starter/camel-xpath-starter/src/main/docs/xpath.json 
b/components-starter/camel-xpath-starter/src/main/docs/xpath.json
index bd902dd..bfaa836 100644
--- a/components-starter/camel-xpath-starter/src/main/docs/xpath.json
+++ b/components-starter/camel-xpath-starter/src/main/docs/xpath.json
@@ -39,7 +39,7 @@
     {
       "name": "camel.language.xpath.log-namespaces",
       "type": "java.lang.Boolean",
-      "description": "Whether to log namespaces which can assist during 
trouble shooting",
+      "description": "Whether to log namespaces which can assist during 
troubleshooting",
       "sourceType": 
"org.apache.camel.language.xpath.springboot.XPathLanguageConfiguration",
       "defaultValue": false
     },
diff --git 
a/components-starter/camel-xpath-starter/src/main/java/org/apache/camel/language/xpath/springboot/XPathLanguageConfiguration.java
 
b/components-starter/camel-xpath-starter/src/main/java/org/apache/camel/language/xpath/springboot/XPathLanguageConfiguration.java
index 178b2b3..f853fa0 100644
--- 
a/components-starter/camel-xpath-starter/src/main/java/org/apache/camel/language/xpath/springboot/XPathLanguageConfiguration.java
+++ 
b/components-starter/camel-xpath-starter/src/main/java/org/apache/camel/language/xpath/springboot/XPathLanguageConfiguration.java
@@ -53,7 +53,7 @@ public class XPathLanguageConfiguration
      */
     private String objectModel;
     /**
-     * Whether to log namespaces which can assist during trouble shooting
+     * Whether to log namespaces which can assist during troubleshooting
      */
     private Boolean logNamespaces = false;
     /**

Reply via email to