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/03/05 13:01:48 UTC

[camel-kamelets] branch aws-sqs-no-json created (now ff92ed4)

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

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


      at ff92ed4  AWS SQS Kamelet Source: No need for json marshal

This branch includes the following new commits:

     new ff92ed4  AWS SQS Kamelet Source: No need for json marshal

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: AWS SQS Kamelet Source: No need for json marshal

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

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

commit ff92ed46bc3c26a4f82dda0801c50a77ebd68080
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 5 14:00:54 2021 +0100

    AWS SQS Kamelet Source: No need for json marshal
---
 aws-sqs-source.kamelet.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/aws-sqs-source.kamelet.yaml b/aws-sqs-source.kamelet.yaml
index eb499ab..b1955d3 100644
--- a/aws-sqs-source.kamelet.yaml
+++ b/aws-sqs-source.kamelet.yaml
@@ -60,6 +60,4 @@ spec:
         region: "{{region}}"
         deleteAfterRead: "{{deleteAfterRead}}"
       steps:
-      - marshal:
-          json: {}
       - to: "kamelet:sink"