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 2024/03/25 08:41:44 UTC

(camel-kamelets) branch fix-azure-storage-queue-ce created (now 82453dba)

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

acosentino pushed a change to branch fix-azure-storage-queue-ce
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


      at 82453dba Fixes Azure Storage Queue types

This branch includes the following new commits:

     new 82453dba Fixes Azure Storage Queue types

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(camel-kamelets) 01/01: Fixes Azure Storage Queue types

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch fix-azure-storage-queue-ce
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 82453dbac23e676499edb81948cc215765752f8e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 25 09:41:21 2024 +0100

    Fixes Azure Storage Queue types
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/azure-storage-queue-source.kamelet.yaml                        | 2 +-
 .../src/main/resources/kamelets/azure-storage-queue-source.kamelet.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kamelets/azure-storage-queue-source.kamelet.yaml b/kamelets/azure-storage-queue-source.kamelet.yaml
index 340669ca..56ccfc5d 100644
--- a/kamelets/azure-storage-queue-source.kamelet.yaml
+++ b/kamelets/azure-storage-queue-source.kamelet.yaml
@@ -99,7 +99,7 @@ spec:
           description: The number of times the message has been dequeued
           type: long
       types:
-        binary:
+        text:
           format: "text-plain"
           description: Default text representation of the Message dequeued from the queue.
           mediaType: text/plain
diff --git a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-queue-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-queue-source.kamelet.yaml
index 340669ca..56ccfc5d 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-queue-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-queue-source.kamelet.yaml
@@ -99,7 +99,7 @@ spec:
           description: The number of times the message has been dequeued
           type: long
       types:
-        binary:
+        text:
           format: "text-plain"
           description: Default text representation of the Message dequeued from the queue.
           mediaType: text/plain