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/12/13 10:55:24 UTC

[camel-kamelets] branch 0.9.x updated (8b25a96d -> 39e59460)

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

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


    from 8b25a96d Upgrade Camel to version 3.18.4
     new 1c5eb5b9 Slack Source Kamelet: Set default delay to 1 minute
     new c43dbf0b Slack Source Kamelet: Set default delay to 1 minute
     new f0df8510 Slack Source Kamelet: Set default delay to 1 minute
     new 39e59460 Slack Source Kamelet: Set default delay to 1 minute

The 4 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.


Summary of changes:
 kamelets/slack-source.kamelet.yaml                                     | 3 ++-
 .../src/main/resources/kamelets/slack-source.kamelet.yaml              | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)


[camel-kamelets] 01/04: Slack Source Kamelet: Set default delay to 1 minute

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

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

commit 1c5eb5b9e1c15e0966d583b789bc2d7ab8772839
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 13 11:40:09 2022 +0100

    Slack Source Kamelet: Set default delay to 1 minute
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/slack-source.kamelet.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kamelets/slack-source.kamelet.yaml b/kamelets/slack-source.kamelet.yaml
index 656741d4..957e8023 100644
--- a/kamelets/slack-source.kamelet.yaml
+++ b/kamelets/slack-source.kamelet.yaml
@@ -53,6 +53,7 @@ spec:
         title: Delay
         description: The delay between polls. If no unit provided, miliseconds is the default.
         type: string
+        default: "60000"
         example: "60s or 6000 or 1m"
   types:
     out:


[camel-kamelets] 03/04: Slack Source Kamelet: Set default delay to 1 minute

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

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

commit f0df8510fafea398905b36b49cfe30a3f90b5092
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 13 11:43:17 2022 +0100

    Slack Source Kamelet: Set default delay to 1 minute
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/slack-source.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/slack-source.kamelet.yaml b/kamelets/slack-source.kamelet.yaml
index 957e8023..7f3d3e6e 100644
--- a/kamelets/slack-source.kamelet.yaml
+++ b/kamelets/slack-source.kamelet.yaml
@@ -67,7 +67,7 @@ spec:
       uri: "slack:{{channel}}"
       parameters:
         token: "{{token}}"
-        delay: "{{?delay}}"
+        delay: "{{delay}}"
       steps:
       - marshal:
           json:


[camel-kamelets] 04/04: Slack Source Kamelet: Set default delay to 1 minute

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

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

commit 39e59460685be0e9da315f848599dea58a8ebf61
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 13 11:43:43 2022 +0100

    Slack Source Kamelet: Set default delay to 1 minute
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/slack-source.kamelet.yaml               | 2 +-
 1 file changed, 1 insertion(+), 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 957e8023..7f3d3e6e 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
@@ -67,7 +67,7 @@ spec:
       uri: "slack:{{channel}}"
       parameters:
         token: "{{token}}"
-        delay: "{{?delay}}"
+        delay: "{{delay}}"
       steps:
       - marshal:
           json:


[camel-kamelets] 02/04: Slack Source Kamelet: Set default delay to 1 minute

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

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

commit c43dbf0b14c283c2ca869fba8f361861deb22dd0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 13 11:40:34 2022 +0100

    Slack Source Kamelet: Set default delay to 1 minute
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml | 1 +
 1 file changed, 1 insertion(+)

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 656741d4..957e8023 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
@@ -53,6 +53,7 @@ spec:
         title: Delay
         description: The delay between polls. If no unit provided, miliseconds is the default.
         type: string
+        default: "60000"
         example: "60s or 6000 or 1m"
   types:
     out: