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 2021/11/13 08:37:56 UTC

[camel-spring-boot] branch main updated: [create-pull-request] automated change (#411)

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-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new fa189a4  [create-pull-request] automated change (#411)
fa189a4 is described below

commit fa189a4726223e95a1b710617caaf0530e144c52
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Sat Nov 13 09:37:11 2021 +0100

    [create-pull-request] automated change (#411)
    
    Co-authored-by: github-actions[bot] <41...@users.noreply.github.com>
---
 .../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 +-
 docs/components/modules/spring-boot/examples/json/xpath.json            | 2 +-
 4 files changed, 4 insertions(+), 4 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 1c15aa4..f4e97f5 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 fc92243..7fb6729 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;
     /**
diff --git a/docs/components/modules/spring-boot/examples/json/xpath.json b/docs/components/modules/spring-boot/examples/json/xpath.json
index bd902dd..bfaa836 100644
--- a/docs/components/modules/spring-boot/examples/json/xpath.json
+++ b/docs/components/modules/spring-boot/examples/json/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
     },