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


The following commit(s) were added to refs/heads/main by this push:
     new cc623e12 minio: do not convert source payload to json
cc623e12 is described below

commit cc623e125b61b34272826dbfc61908b89270df3b
Author: Luca Burgazzoli <lburgazz...@gmail.com>
AuthorDate: Mon Sep 26 18:01:46 2022 +0200

    minio: do not convert source payload to json
    
    Signed-off-by: Luca Burgazzoli <lburgazz...@gmail.com>
---
 kamelets/minio-source.kamelet.yaml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/kamelets/minio-source.kamelet.yaml 
b/kamelets/minio-source.kamelet.yaml
index a96d4231..98faebd6 100644
--- a/kamelets/minio-source.kamelet.yaml
+++ b/kamelets/minio-source.kamelet.yaml
@@ -77,11 +77,7 @@ spec:
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
         default: false
-  types:
-    out:
-      mediaType: application/json
   dependencies:
-  - "camel:jackson"
   - "camel:minio"
   - "camel:kamelet"
   template:
@@ -94,6 +90,4 @@ spec:
         endpoint: "{{endpoint}}"
         deleteAfterRead: "{{deleteAfterRead}}"
       steps:
-      - marshal:
-          json: {}
       - to: "kamelet:sink"

Reply via email to