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 ba521dd38cd Regen
ba521dd38cd is described below
commit ba521dd38cd9c9ced208366a9ab47ac32b2050f8
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Aug 29 09:22:08 2026 +0200
Regen
---
.../apache/camel/springboot/catalog/languages/xpath.json | 7 +++----
.../camel-xpath-starter/src/main/docs/xpath.json | 6 ------
.../xpath/springboot/XPathLanguageConfiguration.java | 13 -------------
docs/spring-boot/modules/ROOT/pages/starters/xpath.adoc | 3 +--
4 files changed, 4 insertions(+), 25 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 fec581efddc..9f3e9fb486c 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
@@ -27,9 +27,8 @@
"threadSafety": { "index": 8, "kind": "attribute", "displayName": "Thread
Safety", "group": "advanced", "label": "advanced", "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." },
"preCompile": { "index": 9, "kind": "attribute", "displayName": "Pre
Compile", "group": "advanced", "label": "advanced", "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." },
"namespace": { "index": 10, "kind": "element", "displayName": "Namespace",
"group": "common", "label": "common", "required": false, "type": "array",
"javaType": "java.util.List<org.apache.camel.model.PropertyDefinition>",
"deprecated": false, "autowired": false, "secret": false, "description":
"Injects the XML Namespaces of prefix to uri mappings." },
- "namespacesRef": { "index": 11, "kind": "attribute", "displayName":
"Namespaces Ref", "group": "advanced", "label": "advanced", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "Reference to a
org.apache.camel.support.builder.Namespaces bean in the registry to use for the
XML Namespaces of prefix to uri mappings." },
- "source": { "index": 12, "kind": "attribute", "displayName": "Source",
"group": "common", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "Source to use, instead of message body. You can prefix with
variable:, header:, or property: to specify kind of source. Otherwise, the
source is assumed to be a variable. Use empty or null to use default source,
which is the message body." },
- "resultType": { "index": 13, "kind": "attribute", "displayName": "Result
Type", "group": "common", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "The class of the result type (type from output)." },
- "trim": { "index": 14, "kind": "attribute", "displayName": "Trim",
"group": "advanced", "label": "advanced", "required": false, "type": "boolean",
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": true, "description": "Whether to trim the
source code to remove leading and trailing whitespaces and line breaks." }
+ "source": { "index": 11, "kind": "attribute", "displayName": "Source",
"group": "common", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "Source to use, instead of message body. You can prefix with
variable:, header:, or property: to specify kind of source. Otherwise, the
source is assumed to be a variable. Use empty or null to use default source,
which is the message body." },
+ "resultType": { "index": 12, "kind": "attribute", "displayName": "Result
Type", "group": "common", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "The class of the result type (type from output)." },
+ "trim": { "index": 13, "kind": "attribute", "displayName": "Trim",
"group": "advanced", "label": "advanced", "required": false, "type": "boolean",
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": true, "description": "Whether to trim the
source code to remove leading and trailing whitespaces and line breaks." }
}
}
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 9383dbee038..0fd01c94ad1 100644
--- a/components-starter/camel-xpath-starter/src/main/docs/xpath.json
+++ b/components-starter/camel-xpath-starter/src/main/docs/xpath.json
@@ -49,12 +49,6 @@
"description": "Injects the XML Namespaces of prefix to uri mappings.",
"sourceType":
"org.apache.camel.language.xpath.springboot.XPathLanguageConfiguration"
},
- {
- "name": "camel.language.xpath.namespaces-ref",
- "type": "java.lang.String",
- "description": "Reference to a
org.apache.camel.support.builder.Namespaces bean in the registry to use for the
XML Namespaces of prefix to uri mappings.",
- "sourceType":
"org.apache.camel.language.xpath.springboot.XPathLanguageConfiguration"
- },
{
"name": "camel.language.xpath.object-model",
"type": "java.lang.String",
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 32a945e1e1a..350897119ea 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
@@ -76,11 +76,6 @@ public class XPathLanguageConfiguration
* Injects the XML Namespaces of prefix to uri mappings.
*/
private List<PropertyDefinition> namespace;
- /**
- * Reference to a org.apache.camel.support.builder.Namespaces bean in the
- * registry to use for the XML Namespaces of prefix to uri mappings.
- */
- private String namespacesRef;
/**
* Source to use, instead of message body. You can prefix with variable:,
* header:, or property: to specify kind of source. Otherwise, the source
is
@@ -166,14 +161,6 @@ public class XPathLanguageConfiguration
this.namespace = namespace;
}
- public String getNamespacesRef() {
- return namespacesRef;
- }
-
- public void setNamespacesRef(String namespacesRef) {
- this.namespacesRef = namespacesRef;
- }
-
public String getSource() {
return source;
}
diff --git a/docs/spring-boot/modules/ROOT/pages/starters/xpath.adoc
b/docs/spring-boot/modules/ROOT/pages/starters/xpath.adoc
index 323324e6f40..2cd0572a9aa 100644
--- a/docs/spring-boot/modules/ROOT/pages/starters/xpath.adoc
+++ b/docs/spring-boot/modules/ROOT/pages/starters/xpath.adoc
@@ -23,7 +23,7 @@ Please refer to the above links for usage and configuration
details.
== Spring Boot Auto-Configuration
-The starter supports 13 options, which are listed below.
+The starter supports 12 options, which are listed below.
[width="100%",cols="2,5,^1,2",options="header"]
|===
@@ -33,7 +33,6 @@ The starter supports 13 options, which are listed below.
| camel.language.xpath.factory-ref | References to a custom XPathFactory to
lookup in the registry. | | String
| camel.language.xpath.log-namespaces | Whether to log namespaces which can
assist during troubleshooting. | false | Boolean
| camel.language.xpath.namespace | Injects the XML Namespaces of prefix to uri
mappings. | | PropertyDefinition>
-| camel.language.xpath.namespaces-ref | Reference to a
org.apache.camel.support.builder.Namespaces bean in the registry to use for the
XML Namespaces of prefix to uri mappings. | | String
| camel.language.xpath.object-model | The XPath object model to use. | |
String
| camel.language.xpath.pre-compile | Whether to enable pre-compiling the xpath
expression during initialization phase. pre-compile is enabled by default. |
true | Boolean
| camel.language.xpath.result-q-name | Sets the output type supported by
XPath. | NODESET | String