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/07/20 14:47:28 UTC

[camel-kamelets] branch main updated (f0a488b -> 02c89e5)

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

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


    from f0a488b  Added a MVEL Template Action Kamelet
     new 6457d0e  Http Sink Kamelet: Remove header CamelHttpUri in case is set from source
     new 1634f7b  Http Sink Kamelet: Remove header CamelHttpUri in case is set from source
     new 02c89e5  Http Sink Kamelet: Remove header CamelHttpUri in case is set from source

The 3 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:
 http-secured-sink.kamelet.yaml                                          | 2 ++
 http-sink.kamelet.yaml                                                  | 2 ++
 .../src/main/resources/kamelets/http-secured-sink.kamelet.yaml          | 2 ++
 .../camel-kamelets/src/main/resources/kamelets/http-sink.kamelet.yaml   | 2 ++
 4 files changed, 8 insertions(+)

[camel-kamelets] 02/03: Http Sink Kamelet: Remove header CamelHttpUri in case is set from source

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

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

commit 1634f7b6c22d7ce4fdba23d4864ed50b8b7a22fc
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jul 20 16:43:32 2021 +0200

    Http Sink Kamelet: Remove header CamelHttpUri in case is set from source
---
 http-secured-sink.kamelet.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/http-secured-sink.kamelet.yaml b/http-secured-sink.kamelet.yaml
index a399ce0..e231beb 100644
--- a/http-secured-sink.kamelet.yaml
+++ b/http-secured-sink.kamelet.yaml
@@ -57,6 +57,8 @@ spec:
     from:
       uri: kamelet:source
       steps:
+      - remove-header:
+          header-name: CamelHttpUri
       - set-header:
           name: CamelHttpMethod
           constant: "{{method}}"

[camel-kamelets] 03/03: Http Sink Kamelet: Remove header CamelHttpUri in case is set from source

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

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

commit 02c89e515d5a80d9614ca7706f6f87bea71dcfa2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jul 20 16:43:59 2021 +0200

    Http Sink Kamelet: Remove header CamelHttpUri in case is set from source
---
 .../src/main/resources/kamelets/http-secured-sink.kamelet.yaml          | 2 ++
 .../camel-kamelets/src/main/resources/kamelets/http-sink.kamelet.yaml   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/http-secured-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/http-secured-sink.kamelet.yaml
index a399ce0..e231beb 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/http-secured-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/http-secured-sink.kamelet.yaml
@@ -57,6 +57,8 @@ spec:
     from:
       uri: kamelet:source
       steps:
+      - remove-header:
+          header-name: CamelHttpUri
       - set-header:
           name: CamelHttpMethod
           constant: "{{method}}"
diff --git a/library/camel-kamelets/src/main/resources/kamelets/http-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/http-sink.kamelet.yaml
index 02ff7cf..cff3534 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/http-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/http-sink.kamelet.yaml
@@ -37,6 +37,8 @@ spec:
     from:
       uri: kamelet:source
       steps:
+      - remove-header:
+          header-name: CamelHttpUri
       - set-header:
           name: CamelHttpMethod
           constant: "{{method}}"

[camel-kamelets] 01/03: Http Sink Kamelet: Remove header CamelHttpUri in case is set from source

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

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

commit 6457d0eedc141b9bc13a1a0a52b5fe66dc315c5b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jul 20 16:42:29 2021 +0200

    Http Sink Kamelet: Remove header CamelHttpUri in case is set from source
---
 http-sink.kamelet.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/http-sink.kamelet.yaml b/http-sink.kamelet.yaml
index 02ff7cf..cff3534 100644
--- a/http-sink.kamelet.yaml
+++ b/http-sink.kamelet.yaml
@@ -37,6 +37,8 @@ spec:
     from:
       uri: kamelet:source
       steps:
+      - remove-header:
+          header-name: CamelHttpUri
       - set-header:
           name: CamelHttpMethod
           constant: "{{method}}"