This is an automated email from the ASF dual-hosted git repository.

nfilotto 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 96746f2f035 Regen for commit a0e0402a699c6a668691c16ee9186988e84c2b27 
(#10259)
96746f2f035 is described below

commit 96746f2f0354d889d7a6f3cdd2bf405c63c48664
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 2 18:07:06 2023 +0200

    Regen for commit a0e0402a699c6a668691c16ee9186988e84c2b27 (#10259)
    
    Signed-off-by: GitHub <nore...@github.com>
    Co-authored-by: essobedo <essob...@users.noreply.github.com>
---
 .../org/apache/camel/catalog/dataformats/swiftMt.json          |  4 ++--
 .../org/apache/camel/catalog/dataformats/swiftMx.json          | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/swiftMt.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/swiftMt.json
index 57e6025066b..804067af997 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/swiftMt.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/swiftMt.json
@@ -16,7 +16,7 @@
     "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" }
+    "writeInJson": { "index": 0, "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": { "index": 1, "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/dataformats/swiftMx.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/swiftMx.json
index 9a3be83d40c..0eabbbc4110 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/swiftMx.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/swiftMx.json
@@ -16,10 +16,10 @@
     "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" }
+    "writeConfigRef": { "index": 0, "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": { "index": 1, "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": { "index": 2, "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": { "index": 3, "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": { "index": 4, "kind": "attribute", "displayName": "Id", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The id of this node" }
   }
 }

Reply via email to