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

acosentino pushed a commit to branch xj-template
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 35c126fc8b41cfe76c0033ae4f4a38cc234fabd8
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

Reply via email to