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-karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 8fd308a0 [create-pull-request] automated change
8fd308a0 is described below
commit 8fd308a07fa37dd418c3b1daeebb8769c82c9824
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 22 01:27:28 2022 +0000
[create-pull-request] automated change
---
.../camel/catalog/karaf/dataformats.properties | 2 ++
.../camel/catalog/karaf/dataformats/swiftMt.json | 22 +++++++++++++++++++
.../camel/catalog/karaf/dataformats/swiftMx.json | 25 ++++++++++++++++++++++
3 files changed, 49 insertions(+)
diff --git
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats.properties
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats.properties
index 251737ad..36b9ab17 100644
---
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats.properties
+++
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats.properties
@@ -33,6 +33,8 @@ protobufJackson
rss
snakeYaml
soap
+swiftMt
+swiftMx
syslog
tarFile
thrift
diff --git
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/swiftMt.json
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/swiftMt.json
new file mode 100644
index 00000000..7d532e1b
--- /dev/null
+++
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/swiftMt.json
@@ -0,0 +1,22 @@
+{
+ "dataformat": {
+ "kind": "dataformat",
+ "name": "swiftMt",
+ "title": "SWIFT MT",
+ "description": "Encode and decode SWIFT MT messages.",
+ "deprecated": false,
+ "firstVersion": "3.20.0",
+ "label": "dataformat,transformation,swift",
+ "javaType": "org.apache.camel.dataformat.swift.mt.SwiftMtDataFormat",
+ "supportLevel": "Preview",
+ "groupId": "org.apache.camel",
+ "artifactId": "camel-swift",
+ "version": "3.20.0-SNAPSHOT",
+ "modelName": "swiftMt",
+ "modelJavaType": "org.apache.camel.model.dataformat.SwiftMtDataFormat"
+ },
+ "properties": {
+ "writeInJson": { "kind": "attribute", "displayName": "Write In Json",
"label": "advanced", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "The flag indicating that messages must
be marshalled in a JSON format." },
+ "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-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/swiftMx.json
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/swiftMx.json
new file mode 100644
index 00000000..2be3dbd4
--- /dev/null
+++
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/swiftMx.json
@@ -0,0 +1,25 @@
+{
+ "dataformat": {
+ "kind": "dataformat",
+ "name": "swiftMx",
+ "title": "SWIFT MX",
+ "description": "Encode and decode SWIFT MX messages.",
+ "deprecated": false,
+ "firstVersion": "3.20.0",
+ "label": "dataformat,transformation,swift",
+ "javaType": "org.apache.camel.dataformat.swift.mx.SwiftMxDataFormat",
+ "supportLevel": "Preview",
+ "groupId": "org.apache.camel",
+ "artifactId": "camel-swift",
+ "version": "3.20.0-SNAPSHOT",
+ "modelName": "swiftMx",
+ "modelJavaType": "org.apache.camel.model.dataformat.SwiftMxDataFormat"
+ },
+ "properties": {
+ "writeConfigRef": { "kind": "attribute", "displayName": "Write Config
Ref", "label": "advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "Refers to a specific configuration to use when marshalling a
message to lookup from the registry." },
+ "writeInJson": { "kind": "attribute", "displayName": "Write In Json",
"label": "advanced", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "The flag indicating that messages must
be marshalled in a JSON format." },
+ "readMessageId": { "kind": "attribute", "displayName": "Read Message Id",
"label": "advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "The type of MX message to produce when unmarshalling an input
stream. If not set, it will be automatically detected from the namespace used."
},
+ "readConfigRef": { "kind": "attribute", "displayName": "Read Config Ref",
"label": "advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "Refers to a specific configuration to use when unmarshalling an
input stream to lookup from the registry." },
+ "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" }
+ }
+}