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 a12bd251c1b7f2a80a39da7da3f3e3f4076cf806 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Aug 30 13:37:53 2021 +0200 Added XJ Identity Action Kamelet --- .../src/main/resources/kamelets/xj-identity-action.kamelet.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/xj-identity-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/xj-identity-action.kamelet.yaml index 3e7f30e..fe9d244 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/xj-identity-action.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/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
