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 e2b232ed97e4d614204024b3a48c131923321d78 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Aug 30 14:32:18 2021 +0200 Added Xj Template Kamelet Action --- .../src/main/resources/kamelets/xj-template-action.kamelet.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/camel-kamelets/src/main/resources/kamelets/xj-template-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/xj-template-action.kamelet.yaml index 23a6e61..3e73809 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/xj-template-action.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/xj-template-action.kamelet.yaml @@ -15,6 +15,8 @@ spec: title: "XJ Template Action" description: |- Apply the XJ Identity Transformation to transform JSON to XML and XML to JSON. + + The template property needs to be encoded in base64, so when you pass it as parameter, don't forget to encode it. required: - direction - template
