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


The following commit(s) were added to refs/heads/master by this push:
     new 4a4d517  CAMEL-15818: xquery language can now configure a custom saxon 
configuration instance.
4a4d517 is described below

commit 4a4d51773eb1eaed14811374dd7bfa592e0c9eb9
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Nov 9 17:17:39 2020 +0100

    CAMEL-15818: xquery language can now configure a custom saxon configuration 
instance.
---
 .../generated/resources/org/apache/camel/catalog/languages/xquery.json   | 1 +
 .../src/generated/resources/org/apache/camel/catalog/models/xquery.json  | 1 +
 2 files changed, 2 insertions(+)

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 739370a..8e777e2 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
@@ -19,6 +19,7 @@
     "expression": { "kind": "value", "displayName": "Expression", "required": 
true, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "description": "The expression value in your chosen language 
syntax" },
     "type": { "kind": "attribute", "displayName": "Type", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "description": "Sets the class name of the result type (type 
from output) The default result type is NodeSet" },
     "headerName": { "kind": "attribute", "displayName": "Header Name", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "secret": false, "description": "Name of header to use as 
input, instead of the message body" },
+    "configurationRef": { "kind": "attribute", "displayName": "Configuration 
Ref", "required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "secret": false, "description": "Reference to a saxon 
configuration instance in the registry to use for xquery (requires 
camel-saxon). This may be needed to add custom functions to a saxon 
configuration, so these custom functions can be used in xquery expressions." },
     "trim": { "kind": "attribute", "displayName": "Trim", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": 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, 
"secret": false, "description": "Sets the id of this node" }
   }
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/xquery.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/xquery.json
index 81053d2..1f2fcb5 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/xquery.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/xquery.json
@@ -15,6 +15,7 @@
     "expression": { "kind": "value", "displayName": "Expression", "required": 
true, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "description": "The expression value in your chosen language 
syntax" },
     "type": { "kind": "attribute", "displayName": "Type", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "description": "Sets the class name of the result type (type 
from output) The default result type is NodeSet" },
     "headerName": { "kind": "attribute", "displayName": "Header Name", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "secret": false, "description": "Name of header to use as 
input, instead of the message body" },
+    "configurationRef": { "kind": "attribute", "displayName": "Configuration 
Ref", "required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "secret": false, "description": "Reference to a saxon 
configuration instance in the registry to use for xquery (requires 
camel-saxon). This may be needed to add custom functions to a saxon 
configuration, so these custom functions can be used in xquery expressions." },
     "trim": { "kind": "attribute", "displayName": "Trim", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": 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, 
"secret": false, "description": "Sets the id of this node" }
   }

Reply via email to