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 2021/05/18 12:25:54 UTC

[camel-kamelets] 03/04: File Watch Source Kamelet doesn't return json

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

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

commit 57668e06a4e90605605e717a345eebf917ee7801
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue May 18 14:21:16 2021 +0200

    File Watch Source Kamelet doesn't return json
---
 file-watch-source.kamelet.yaml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/file-watch-source.kamelet.yaml b/file-watch-source.kamelet.yaml
index 2e64738..e728604 100644
--- a/file-watch-source.kamelet.yaml
+++ b/file-watch-source.kamelet.yaml
@@ -27,9 +27,6 @@ spec:
         description: The type of events to consume
         type: string
         default: "CREATE,MODIFY,DELETE"
-  types:
-    out:
-      mediaType: application/json
   dependencies:
     - "camel:file-watch"
     - "camel:kamelet"