This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new d7a6134 Regen for commit 01260a4810c5348c1ff6edfa72f1537ad18c3dbf
d7a6134 is described below
commit d7a6134b6971063e71fe1a0ebc8450ef4023b5d8
Author: davsclaus <[email protected]>
AuthorDate: Mon Jun 28 09:23:56 2021 +0000
Regen for commit 01260a4810c5348c1ff6edfa72f1537ad18c3dbf
Signed-off-by: GitHub <[email protected]>
---
.../resources/org/apache/camel/catalog/dataformats/asn1.json | 2 +-
.../src/generated/resources/org/apache/camel/catalog/models/asn1.json | 2 +-
.../resources/org/apache/camel/catalog/schemas/camel-spring.xsd | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/asn1.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/asn1.json
index e715ccf..824024d 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/asn1.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/asn1.json
@@ -17,7 +17,7 @@
},
"properties": {
"usingIterator": { "kind": "attribute", "displayName": "Using Iterator",
"required": false, "type": "boolean", "javaType": "java.lang.Boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "description": "If the asn1 file has more then one entry, the setting
this option to true, allows to work with the splitter EIP, to split the data
using an iterator in a streaming mode." },
- "clazzName": { "kind": "attribute", "displayName": "Clazz Name",
"required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "autowired": false, "secret": false, "description": "Name
of class to use when unmarshalling" },
+ "unmarshalType": { "kind": "attribute", "displayName": "Unmarshal Type",
"required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "autowired": false, "secret": false, "description": "Class
to use when unmarshalling." },
"id": { "kind": "attribute", "displayName": "Id", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "The id of this node" }
}
}
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/asn1.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/asn1.json
index 89d38ad..9973f73 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/asn1.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/asn1.json
@@ -13,7 +13,7 @@
},
"properties": {
"usingIterator": { "kind": "attribute", "displayName": "Using Iterator",
"required": false, "type": "boolean", "javaType": "java.lang.Boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "description": "If the asn1 file has more then one entry, the setting
this option to true, allows to work with the splitter EIP, to split the data
using an iterator in a streaming mode." },
- "clazzName": { "kind": "attribute", "displayName": "Clazz Name",
"required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "autowired": false, "secret": false, "description": "Name
of class to use when unmarshalling" },
+ "unmarshalType": { "kind": "attribute", "displayName": "Unmarshal Type",
"required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "autowired": false, "secret": false, "description": "Class
to use when unmarshalling." },
"id": { "kind": "attribute", "displayName": "Id", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "The id 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 2b38d89..5525833 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
@@ -5990,10 +5990,10 @@ streaming mode. Default value: false
]]></xs:documentation>
</xs:annotation>
</xs:attribute>
- <xs:attribute name="clazzName" type="xs:string">
+ <xs:attribute name="unmarshalType" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en"><![CDATA[
-Name of class to use when unmarshalling.
+Class to use when unmarshalling.
]]></xs:documentation>
</xs:annotation>
</xs:attribute>