This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit c5ec2e2676a14ce36a28e640abbb86bc10075aee Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Sat Oct 17 14:18:27 2020 +0200 Sync and regen --- camel-dependencies/pom.xml | 2 +- .../resources/org/apache/camel/catalog/docs/toD-eip.adoc | 2 +- .../resources/org/apache/camel/catalog/languages/joor.json | 1 + .../resources/org/apache/camel/catalog/models/joor.json | 1 + .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd | 9 +++++++++ 5 files changed, 13 insertions(+), 2 deletions(-) diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml index fcc8d3e..7bc65ff 100644 --- a/camel-dependencies/pom.xml +++ b/camel-dependencies/pom.xml @@ -72,7 +72,7 @@ <awaitility-version>4.0.3</awaitility-version> <aws-java-sdk-swf-libs>1.11.22</aws-java-sdk-swf-libs> <aws-java-sdk-version>1.11.714</aws-java-sdk-version> - <aws-java-sdk2-version>2.15.8</aws-java-sdk2-version> + <aws-java-sdk2-version>2.15.9</aws-java-sdk2-version> <aws-xray-version>2.6.1</aws-xray-version> <axiom-version>1.2.14</axiom-version> <azure-eventhubs-checkpointstore-blob-version>1.2.0</azure-eventhubs-checkpointstore-blob-version> diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/toD-eip.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/toD-eip.adoc index 01cb596..1780fd2 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/toD-eip.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/toD-eip.adoc @@ -65,7 +65,7 @@ And in XML: ---- <route> <from uri="direct:start"/> - <toD uri="mock:${header.foo"/> + <toD uri="mock:${header.foo}"/> </route> ---- diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/joor.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/joor.json index 3a64a45..9d1220f 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/joor.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/joor.json @@ -17,6 +17,7 @@ }, "properties": { "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" }, + "preCompile": { "kind": "attribute", "displayName": "Pre Compile", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "secret": false, "defaultValue": true, "description": "Whether the expression should be pre compiled once during initialization phase. If this is turned off, then the expression is reloaded and compiled on each evaluation." }, "resultType": { "kind": "attribute", "displayName": "Result 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)" }, "singleQuotes": { "kind": "attribute", "displayName": "Single Quotes", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "secret": false, "defaultValue": true, "description": "Whether single quotes can be used as replacement for double quotes. This is convenient when you need to work with strings inside strings." }, "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" }, diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/joor.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/joor.json index 4970e2c..94f104e 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/joor.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/joor.json @@ -13,6 +13,7 @@ }, "properties": { "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" }, + "preCompile": { "kind": "attribute", "displayName": "Pre Compile", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "secret": false, "defaultValue": true, "description": "Whether the expression should be pre compiled once during initialization phase. If this is turned off, then the expression is reloaded and compiled on each evaluation." }, "resultType": { "kind": "attribute", "displayName": "Result 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)" }, "singleQuotes": { "kind": "attribute", "displayName": "Single Quotes", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "secret": false, "defaultValue": true, "description": "Whether single quotes can be used as replacement for double quotes. This is convenient when you need to work with strings inside strings." }, "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" }, 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 15f6288..20ceca9 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 @@ -12216,6 +12216,15 @@ Set a reference to a custom Expression to use. <xs:complexType name="joorExpression"> <xs:simpleContent> <xs:extension base="tns:expression"> + <xs:attribute name="preCompile" type="xs:string"> + <xs:annotation> + <xs:documentation xml:lang="en"><![CDATA[ +Whether the expression should be pre compiled once during initialization phase. +If this is turned off, then the expression is reloaded and compiled on each +evaluation. Default value: true + ]]></xs:documentation> + </xs:annotation> + </xs:attribute> <xs:attribute name="resultType" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[