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.git
commit a3854a925aba87393d1922cdf3875c127d67f47a Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Jan 18 08:46:29 2022 +0100 Regen --- .../generated/resources/org/apache/camel/catalog/models/process.json | 2 +- .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/process.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/process.json index 7d9fa22..dfd6f92 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/process.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/process.json @@ -12,7 +12,7 @@ "output": false }, "properties": { - "ref": { "kind": "attribute", "displayName": "Ref", "required": true, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Reference to the Processor to lookup in the registry to use." }, + "ref": { "kind": "attribute", "displayName": "Ref", "required": true, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Reference to the Processor to lookup in the registry to use. Can also be used for creating new beans by their class name by prefixing with #class, eg #class:com.foo.MyClassType. And it is also possible to refer to singleton beans by their type in the registry by prefixing with #type: syntax, e [...] "id": { "kind": "attribute", "displayName": "Id", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the id of this node" }, "description": { "kind": "element", "displayName": "Description", "required": false, "type": "object", "javaType": "org.apache.camel.model.DescriptionDefinition", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the description of this node" } } 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 a47425e..56067ee 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 @@ -13156,7 +13156,7 @@ Set a reference to a custom Expression to use. <xs:element ref="tns:fhirXml"/> <xs:element ref="tns:flatpack"/> <xs:element ref="tns:grok"/> - <xs:element ref="tns:gzipDeflater"/> + <xs:element name="gzipDeflator" type="tns:gzipDeflaterDataFormat"/> <xs:element ref="tns:hl7"/> <xs:element ref="tns:ical"/> <xs:element ref="tns:jacksonXml"/>