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/01/13 09:02:37 UTC

[camel-kamelets] branch slack-source-cleanup created (now 8770ba7)

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

acosentino pushed a change to branch slack-source-cleanup
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git.


      at 8770ba7  Slack Source: Removed delay parameter in delay definition

This branch includes the following new commits:

     new 1bfe419  Slack Source: Removed delay parameter in delay definition
     new 8770ba7  Slack Source: Removed delay parameter in delay definition

The 2 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/02: Slack Source: Removed delay parameter in delay definition

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

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

commit 1bfe419631676ca0c219c3bfb464f8bed49a7fba
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 13 09:57:04 2022 +0100

    Slack Source: Removed delay parameter in delay definition
---
 kamelets/slack-source.kamelet.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kamelets/slack-source.kamelet.yaml b/kamelets/slack-source.kamelet.yaml
index 1c86c56..137915a 100644
--- a/kamelets/slack-source.kamelet.yaml
+++ b/kamelets/slack-source.kamelet.yaml
@@ -54,7 +54,6 @@ spec:
         description: The delay between polls
         type: string
         example: "1s"
-        delay: "{{?delay}}"
   types:
     out:
       mediaType: application/json

[camel-kamelets] 02/02: Slack Source: Removed delay parameter in delay definition

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

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

commit 8770ba7944219c282cd15e267fa1757e39a8c424
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 13 10:01:30 2022 +0100

    Slack Source: Removed delay parameter in delay definition
---
 .../camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml
index 1c86c56..137915a 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml
@@ -54,7 +54,6 @@ spec:
         description: The delay between polls
         type: string
         example: "1s"
-        delay: "{{?delay}}"
   types:
     out:
       mediaType: application/json