You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2022/10/27 11:31:38 UTC

[camel] branch CAMEL-14832/swift-dataformat-doc-update updated (707b348fccf -> 6eb9d58b3d3)

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

nfilotto pushed a change to branch CAMEL-14832/swift-dataformat-doc-update
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard 707b348fccf CAMEL-14832: camel-swift - Update the doc to add the SB name and more details
     new 6eb9d58b3d3 CAMEL-14832: camel-swift - Add the SB name and more details to the doc

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (707b348fccf)
            \
             N -- N -- N   refs/heads/CAMEL-14832/swift-dataformat-doc-update (6eb9d58b3d3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:


[camel] 01/01: CAMEL-14832: camel-swift - Add the SB name and more details to the doc

Posted by nf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch CAMEL-14832/swift-dataformat-doc-update
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 6eb9d58b3d398e1fa91af66f86cdcbe82bc76d82
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Thu Oct 27 13:30:09 2022 +0200

    CAMEL-14832: camel-swift - Add the SB name and more details to the doc
---
 components/camel-swift/src/main/docs/swiftMt-dataformat.adoc | 6 +++++-
 components/camel-swift/src/main/docs/swiftMx-dataformat.adoc | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/components/camel-swift/src/main/docs/swiftMt-dataformat.adoc b/components/camel-swift/src/main/docs/swiftMt-dataformat.adoc
index ea3a40f351b..c67effa7f58 100644
--- a/components/camel-swift/src/main/docs/swiftMt-dataformat.adoc
+++ b/components/camel-swift/src/main/docs/swiftMt-dataformat.adoc
@@ -5,10 +5,12 @@
 :description: Encode and decode SWIFT MT messages.
 :since: 3.20
 :supportlevel: Preview
+//Manually maintained attributes
+:camel-spring-boot-name: swift
 
 *Since Camel {since}*
 
-The SWIFT MT data format is used to encode and decode SWIFT MT messages.
+The SWIFT MT data format is used to encode and decode SWIFT MT messages. The data format leverages the library https://github.com/prowide/prowide-core[Prowide Core] to encode and decode SWIFT MT messages.
 
 == Options
 
@@ -78,6 +80,8 @@ In Spring DSL:
 
 == Unmarshal
 
+The unmarshaller converts the input data into the concrete class of type `com.prowidesoftware.swift.model.mt.AbstractMT` that best matches with the content of the message.
+
 In this example, we unmarshal the content of a file to get SWIFT MT
 objects before processing them with the `newOrder` processor.
 
diff --git a/components/camel-swift/src/main/docs/swiftMx-dataformat.adoc b/components/camel-swift/src/main/docs/swiftMx-dataformat.adoc
index 7694a17ee31..500d0c4f385 100644
--- a/components/camel-swift/src/main/docs/swiftMx-dataformat.adoc
+++ b/components/camel-swift/src/main/docs/swiftMx-dataformat.adoc
@@ -5,10 +5,12 @@
 :description: Encode and decode SWIFT MX messages.
 :since: 3.20
 :supportlevel: Preview
+//Manually maintained attributes
+:camel-spring-boot-name: swift
 
 *Since Camel {since}*
 
-The SWIFT MX data format is used to encode and decode SWIFT MX messages.
+The SWIFT MX data format is used to encode and decode SWIFT MX messages. The data format leverages the library https://github.com/prowide/prowide-iso20022[Prowide ISO 20022] to encode and decode SWIFT MX messages.
 
 == Options
 
@@ -78,6 +80,8 @@ In Spring DSL:
 
 == Unmarshal
 
+The unmarshaller converts the input data into the concrete class of type `com.prowidesoftware.swift.model.mx.AbstractMX` that best matches with the content of the message.
+
 In this example, we unmarshal the content of a file to get SWIFT MX
 objects before processing them with the `newOrder` processor.