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:24 UTC

[camel-kamelets] branch 0.9.x-http-methods created (now 29321c52)

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

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


      at 29321c52 Enum Http Method in Http Secured Sink Kamelet

This branch includes the following new commits:

     new 80f11eb6 Enum Method in Http Sink Kamelet
     new 82687718 Enum Http Method in Http Sink Kamelet
     new d6d50d7f Enum Http Method in Http Secured Sink Kamelet
     new 29321c52 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] 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 0.9.x-http-methods
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 82687718f2a6858ed7d6a8f05d2d4e13ac28fec6
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 462f5713..ae1e8611 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
@@ -45,6 +45,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] 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 0.9.x-http-methods
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 80f11eb6a0e5568560f40261cfe3a6c199654819
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 462f5713..ae1e8611 100644
--- a/kamelets/http-sink.kamelet.yaml
+++ b/kamelets/http-sink.kamelet.yaml
@@ -45,6 +45,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] 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 0.9.x-http-methods
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit d6d50d7f76578313beca74bd154ef42a8bc8cbdb
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 016840aa..96324dcd 100644
--- a/kamelets/http-secured-sink.kamelet.yaml
+++ b/kamelets/http-secured-sink.kamelet.yaml
@@ -45,6 +45,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] 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 0.9.x-http-methods
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 29321c5239f3d66d2111bcbb6a18df7b21fabd57
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 016840aa..96324dcd 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
@@ -45,6 +45,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.