You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/03/21 11:44:05 UTC

[camel-kamelets] 05/06: Use URI notation for some of the parameters we define in actions

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

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

commit 99f470d3ff4f3848f315d2236ea8d6d9b361ca28
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 21 12:42:56 2022 +0100

    Use URI notation for some of the parameters we define in actions
---
 kamelets/freemarker-template-action.kamelet.yaml | 2 --
 kamelets/jolt-transformation-action.kamelet.yaml | 2 --
 kamelets/jslt-action.kamelet.yaml                | 2 --
 3 files changed, 6 deletions(-)

diff --git a/kamelets/freemarker-template-action.kamelet.yaml b/kamelets/freemarker-template-action.kamelet.yaml
index 273227f..26d6c4a 100644
--- a/kamelets/freemarker-template-action.kamelet.yaml
+++ b/kamelets/freemarker-template-action.kamelet.yaml
@@ -31,8 +31,6 @@ spec:
     title: "Freemarker Template Action"
     description: |-
       Apply a Freemarker Template.
-
-      The template property needs to be encoded in base64, so when you pass it as parameter, don't forget to encode it.
     required:
       - template
     type: object
diff --git a/kamelets/jolt-transformation-action.kamelet.yaml b/kamelets/jolt-transformation-action.kamelet.yaml
index 1d9f6a8..e43ff41 100644
--- a/kamelets/jolt-transformation-action.kamelet.yaml
+++ b/kamelets/jolt-transformation-action.kamelet.yaml
@@ -31,8 +31,6 @@ spec:
     title: "Jolt Transformation Action"
     description: |-
       Apply a Jolt Transformation.
-
-      The template property needs to be encoded in base64, so when you pass it as parameter, don't forget to encode it.
     required:
       - template
     type: object
diff --git a/kamelets/jslt-action.kamelet.yaml b/kamelets/jslt-action.kamelet.yaml
index 53e20a7..e485be8 100644
--- a/kamelets/jslt-action.kamelet.yaml
+++ b/kamelets/jslt-action.kamelet.yaml
@@ -31,8 +31,6 @@ spec:
     title: "JSLT Action"
     description: |-
       Apply a JSLT query or transformation on JSON.
-
-      The template property needs to be encoded in base64, so when you pass it as parameter, don't forget to encode it.
     required:
       - template
     type: object