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 2023/03/13 09:17:31 UTC

[camel-kamelets] branch 3.20.x-http-methods created (now 12d8f9bf)

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

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


      at 12d8f9bf Enum Http Method in Http Secured Sink Kamelet

This branch includes the following new commits:

     new 619904b9 Enum Method in Http Sink Kamelet
     new 2cb0c108 Enum Http Method in Http Sink Kamelet
     new c247715e Enum Http Method in Http Secured Sink Kamelet
     new 12d8f9bf Enum Http Method in Http Secured Sink Kamelet

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.



[camel-kamelets] 03/04: Enum Http Method in Http Secured Sink Kamelet

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

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

commit c247715e750f70b1f0df361a75247e1a122a3fc7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 13 10:08:45 2023 +0100

    Enum Http Method in Http Secured Sink Kamelet
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/http-secured-sink.kamelet.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kamelets/http-secured-sink.kamelet.yaml b/kamelets/http-secured-sink.kamelet.yaml
index 7e7b3500..4bd4289c 100644
--- a/kamelets/http-secured-sink.kamelet.yaml
+++ b/kamelets/http-secured-sink.kamelet.yaml
@@ -46,6 +46,7 @@ spec:
         description: The HTTP method to use
         type: string
         default: POST
+        enum: ["GET", "POST", "PUT", "DELETE", "HEAD", "OPTIONS", "TRACE", "PATCH"]
       authMethod:
         title: Authentication Method
         description: Authentication methods allowed to use as a comma separated list of values Basic, Digest or NTLM.


[camel-kamelets] 02/04: Enum Http Method in Http Sink Kamelet

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

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

commit 2cb0c108315bbe6d31e9ccc5bd3415395db4316b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 13 10:07:58 2023 +0100

    Enum Http Method in Http Sink Kamelet
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../camel-kamelets/src/main/resources/kamelets/http-sink.kamelet.yaml    | 1 +
 1 file changed, 1 insertion(+)

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 4e8ef3b7..693d1f70 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
@@ -46,6 +46,7 @@ spec:
         description: The HTTP method to use.
         type: string
         default: POST
+        enum: ["GET", "POST", "PUT", "DELETE", "HEAD", "OPTIONS", "TRACE", "PATCH"]
   dependencies:
   - "camel:http"
   - "camel:kamelet"


[camel-kamelets] 04/04: Enum Http Method in Http Secured Sink Kamelet

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

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

commit 12d8f9bf7bf989b4d7277f2e4344b77334ece3cf
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 13 10:09:09 2023 +0100

    Enum Http Method in Http Secured Sink Kamelet
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/http-secured-sink.kamelet.yaml           | 1 +
 1 file changed, 1 insertion(+)

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 7e7b3500..4bd4289c 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
@@ -46,6 +46,7 @@ spec:
         description: The HTTP method to use
         type: string
         default: POST
+        enum: ["GET", "POST", "PUT", "DELETE", "HEAD", "OPTIONS", "TRACE", "PATCH"]
       authMethod:
         title: Authentication Method
         description: Authentication methods allowed to use as a comma separated list of values Basic, Digest or NTLM.


[camel-kamelets] 01/04: Enum Method in Http Sink Kamelet

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

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

commit 619904b9077ebaafe8d78c766fa99a48cffbaa76
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 13 10:06:11 2023 +0100

    Enum Method in Http Sink Kamelet
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/http-sink.kamelet.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kamelets/http-sink.kamelet.yaml b/kamelets/http-sink.kamelet.yaml
index 4e8ef3b7..693d1f70 100644
--- a/kamelets/http-sink.kamelet.yaml
+++ b/kamelets/http-sink.kamelet.yaml
@@ -46,6 +46,7 @@ spec:
         description: The HTTP method to use.
         type: string
         default: POST
+        enum: ["GET", "POST", "PUT", "DELETE", "HEAD", "OPTIONS", "TRACE", "PATCH"]
   dependencies:
   - "camel:http"
   - "camel:kamelet"