This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.20.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.20.x by this push: new 78474910360 Regen 78474910360 is described below commit 78474910360e773552cb99f1740a72b91d40d37e Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Dec 30 13:11:12 2022 +0100 Regen --- .../org/apache/camel/catalog/models.properties | 1 - .../org/apache/camel/catalog/models/param.json | 2 +- .../camel/catalog/models/responseHeader.json | 2 +- .../apache/camel/catalog/schemas/camel-spring.xsd | 28 +++++++++++++--------- 4 files changed, 19 insertions(+), 14 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models.properties b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models.properties index 1f8171a834c..183d96a99d2 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models.properties +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models.properties @@ -1,5 +1,4 @@ aggregate -allowedValue any23 apiKey asn1 diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/param.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/param.json index 72e0f850dc3..dfbf215e6c1 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/param.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/param.json @@ -20,7 +20,7 @@ "arrayType": { "kind": "attribute", "displayName": "Array Type", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "string", "description": "Sets the parameter array type. Required if data type is array. Describes the type of items in the array." }, "dataType": { "kind": "attribute", "displayName": "Data Type", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "string", "description": "Sets the parameter data type." }, "dataFormat": { "kind": "attribute", "displayName": "Data Format", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the parameter data format." }, - "allowableValue": { "kind": "element", "displayName": "Allowable Value", "required": false, "type": "array", "javaType": "java.util.List<org.apache.camel.model.ValueDefinition>", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the parameter list of allowable values (enum)." }, + "allowableValues": { "kind": "element", "displayName": "Allowable Values", "required": false, "type": "array", "javaType": "java.util.List<org.apache.camel.model.ValueDefinition>", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the parameter list of allowable values (enum)." }, "description": { "kind": "attribute", "displayName": "Description", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the parameter description." } } } diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/responseHeader.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/responseHeader.json index 7f3ce3cfdb2..e4712c127a5 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/responseHeader.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/responseHeader.json @@ -17,7 +17,7 @@ "arrayType": { "kind": "attribute", "displayName": "Array Type", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "string", "description": "Sets the parameter array type. Required if data type is array. Describes the type of items in the array." }, "dataType": { "kind": "attribute", "displayName": "Data Type", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "string", "description": "Sets the header data type." }, "dataFormat": { "kind": "attribute", "displayName": "Data Format", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the parameter data format." }, - "value": { "kind": "element", "displayName": "Value", "required": false, "type": "array", "javaType": "java.util.List<org.apache.camel.model.ValueDefinition>", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the parameter list of allowable values." }, + "allowableValues": { "kind": "element", "displayName": "Allowable Values", "required": false, "type": "array", "javaType": "java.util.List<org.apache.camel.model.ValueDefinition>", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the parameter list of allowable values." }, "example": { "kind": "attribute", "displayName": "Example", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the example" }, "description": { "kind": "attribute", "displayName": "Description", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Description of the parameter." } } 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 5ee01d09b79..8a0b6eaf7ca 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 @@ -15986,6 +15986,8 @@ Reference to the routes in the xml dsl. <xs:sequence> + <xs:element maxOccurs="unbounded" minOccurs="0" name="routeProperty" type="tns:propertyDefinition"/> + <xs:element minOccurs="0" ref="tns:from"/> <xs:element minOccurs="0" ref="tns:inputType"/> @@ -16129,8 +16131,6 @@ Reference to the routes in the xml dsl. <xs:element ref="tns:serviceCall"/> </xs:choice> - - <xs:element maxOccurs="unbounded" minOccurs="0" name="routeProperty" type="tns:propertyDefinition"/> </xs:sequence> @@ -21383,20 +21383,19 @@ Sets the id of the route. <xs:sequence> <xs:element minOccurs="0" name="allowableValues"> + <xs:annotation> + <xs:documentation xml:lang="en"> + <![CDATA[ +Sets the parameter list of allowable values (enum). + ]]> + </xs:documentation> + </xs:annotation> <xs:complexType> <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="allowableValue" type="tns:valueDefinition"> - <xs:annotation> - <xs:documentation xml:lang="en"> - <![CDATA[ -Sets the parameter list of allowable values (enum). - ]]> - </xs:documentation> - </xs:annotation> - </xs:element> + <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:value"/> </xs:sequence> @@ -21590,6 +21589,13 @@ The response model. <xs:sequence> <xs:element minOccurs="0" name="allowableValues"> + <xs:annotation> + <xs:documentation xml:lang="en"> + <![CDATA[ +Sets the parameter list of allowable values. + ]]> + </xs:documentation> + </xs:annotation> <xs:complexType>