This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 0.9.x in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/0.9.x by this push: new c40b095b minio: do not convert source payload to json c40b095b is described below commit c40b095b53a249bc29b034c0950fabc228875362 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 cd7cb4f1..ea6ada3f 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"