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/10/26 07:55:41 UTC

[camel-kamelets] 01/03: Azure Eventhubs Source Kamelet: Return raw data instead of transforming to json

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

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

commit 0ca8d0b9099e434f10b4313eb829aa7dc575ccc9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 12 07:25:11 2022 +0200

    Azure Eventhubs Source Kamelet: Return raw data instead of transforming to json
---
 kamelets/azure-eventhubs-source.kamelet.yaml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/kamelets/azure-eventhubs-source.kamelet.yaml b/kamelets/azure-eventhubs-source.kamelet.yaml
index e665c9cf..08132515 100644
--- a/kamelets/azure-eventhubs-source.kamelet.yaml
+++ b/kamelets/azure-eventhubs-source.kamelet.yaml
@@ -82,13 +82,8 @@ spec:
         - urn:camel:group:credentials
   types:
     out:
-      mediaType: application/json
+      mediaType: application/octet-stream
   dependencies:
-  #TODO: these mvn:* dependencies must be removed after upgrading to camel 3.10
-  - "mvn:com.fasterxml.jackson.core:jackson-core:2.11.3"
-  - "mvn:com.fasterxml.jackson.core:jackson-annotations:2.11.3"
-  - "mvn:com.fasterxml.jackson.core:jackson-databind:2.11.3"
-  - "mvn:com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.11.3"
   - "camel:azure-eventhubs"
   - "camel:kamelet"
   - "camel:jackson"
@@ -102,6 +97,4 @@ spec:
         blobAccessKey: "{{blobAccessKey}}"
         blobContainerName: "{{blobContainerName}}"
       steps:
-      - marshal:
-          json: {}
       - to: "kamelet:sink"