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-kamelets.git
commit b4f6adc91c6abb8ffcabead568b083e4f60a7e1d Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Aug 30 13:37:23 2021 +0200 Added XJ Identity Action Kamelet --- .../src/main/resources/kamelets/xj-identity-action.kamelet.yaml | 0 xj-identity-action.kamelet.yaml | 4 +--- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/xj-identity-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/xj-identity-action.kamelet.yaml similarity index 100% copy from xj-identity-action.kamelet.yaml copy to library/camel-kamelets/src/main/resources/kamelets/xj-identity-action.kamelet.yaml diff --git a/xj-identity-action.kamelet.yaml b/xj-identity-action.kamelet.yaml index 3e7f30e..fe9d244 100644 --- a/xj-identity-action.kamelet.yaml +++ b/xj-identity-action.kamelet.yaml @@ -14,9 +14,7 @@ spec: definition: title: "XJ Identity Action" description: |- - Apply the XJ Identity Transformation. - - There two possible direction of the transformation, from JSON to XML or from XML to JSON. + Apply the XJ Identity Transformation to transform JSON to XML and XML to JSON. required: - direction type: object
