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/02/08 11:09:21 UTC

[camel-kamelets] branch 3.20.x updated (f4e2f736 -> 93795a4d)

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

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


    from f4e2f736 Convert all the parameters with multiple possible values to enum - Fhir Source
     new 2ecb3dcf Convert all the parameters with multiple possible values to enum - FTP Source
     new d1030f16 Convert all the parameters with multiple possible values to enum - FTP Source
     new cf1ab002 Convert all the parameters with multiple possible values to enum - FTPS Source
     new 93795a4d Convert all the parameters with multiple possible values to enum - FTPS Source

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/ftp-sink.kamelet.yaml                                         | 3 ++-
 kamelets/ftps-sink.kamelet.yaml                                        | 3 ++-
 .../camel-kamelets/src/main/resources/kamelets/ftp-sink.kamelet.yaml   | 3 ++-
 .../camel-kamelets/src/main/resources/kamelets/ftps-sink.kamelet.yaml  | 3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)


[camel-kamelets] 02/04: Convert all the parameters with multiple possible values to enum - FTP Source

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
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit d1030f16b33d2cefd981b2e88c491c700ecdcc8c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 8 12:01:45 2023 +0100

    Convert all the parameters with multiple possible values to enum - FTP Source
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../camel-kamelets/src/main/resources/kamelets/ftp-sink.kamelet.yaml   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/ftp-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/ftp-sink.kamelet.yaml
index c6e9e1fe..d77a664f 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/ftp-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/ftp-sink.kamelet.yaml
@@ -79,9 +79,10 @@ spec:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
       fileExist:
         title: File Existence
-        description: How to behave in case of file already existent. There are 4 enums. Possible values are Override, Append, Fail, or Ignore.
+        description: How to behave in case of file already existent.
         type: string
         default: Override
+        enum: ["Override", "Append", "Fail", "Ignore"]
       binary:
         title: Binary
         description: Specifies the file transfer mode, BINARY or ASCII. Default is ASCII (false).


[camel-kamelets] 04/04: Convert all the parameters with multiple possible values to enum - FTPS Source

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
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 93795a4dea50d3431f1db1c63ba22ca759c1f8fb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 8 12:03:54 2023 +0100

    Convert all the parameters with multiple possible values to enum - FTPS Source
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../camel-kamelets/src/main/resources/kamelets/ftps-sink.kamelet.yaml  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/ftps-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/ftps-sink.kamelet.yaml
index 3a9b60ef..ab6efa81 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/ftps-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/ftps-sink.kamelet.yaml
@@ -79,9 +79,10 @@ spec:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
       fileExist:
         title: File Existence
-        description: "Specifies how the Kamelet behaves if the file already exists. Possible values are Override, Append, Fail, or Ignore."
+        description: "Specifies how the Kamelet behaves if the file already exists."
         type: string
         default: Override
+        enum: ["Override", "Append", "Fail", "Ignore"]
       binary:
         title: Binary
         description: Specifies the file transfer mode, BINARY or ASCII. Default is ASCII (false).


[camel-kamelets] 01/04: Convert all the parameters with multiple possible values to enum - FTP Source

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
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 2ecb3dcf931d1ad09ca79a76a986279ebc8ac320
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 8 12:01:08 2023 +0100

    Convert all the parameters with multiple possible values to enum - FTP Source
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/ftp-sink.kamelet.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kamelets/ftp-sink.kamelet.yaml b/kamelets/ftp-sink.kamelet.yaml
index c6e9e1fe..d77a664f 100644
--- a/kamelets/ftp-sink.kamelet.yaml
+++ b/kamelets/ftp-sink.kamelet.yaml
@@ -79,9 +79,10 @@ spec:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
       fileExist:
         title: File Existence
-        description: How to behave in case of file already existent. There are 4 enums. Possible values are Override, Append, Fail, or Ignore.
+        description: How to behave in case of file already existent.
         type: string
         default: Override
+        enum: ["Override", "Append", "Fail", "Ignore"]
       binary:
         title: Binary
         description: Specifies the file transfer mode, BINARY or ASCII. Default is ASCII (false).


[camel-kamelets] 03/04: Convert all the parameters with multiple possible values to enum - FTPS Source

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
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit cf1ab0023bde24b282a13b0c302fe2bc90cfc1c7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 8 12:03:07 2023 +0100

    Convert all the parameters with multiple possible values to enum - FTPS Source
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/ftps-sink.kamelet.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kamelets/ftps-sink.kamelet.yaml b/kamelets/ftps-sink.kamelet.yaml
index 3a9b60ef..ab6efa81 100644
--- a/kamelets/ftps-sink.kamelet.yaml
+++ b/kamelets/ftps-sink.kamelet.yaml
@@ -79,9 +79,10 @@ spec:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
       fileExist:
         title: File Existence
-        description: "Specifies how the Kamelet behaves if the file already exists. Possible values are Override, Append, Fail, or Ignore."
+        description: "Specifies how the Kamelet behaves if the file already exists."
         type: string
         default: Override
+        enum: ["Override", "Append", "Fail", "Ignore"]
       binary:
         title: Binary
         description: Specifies the file transfer mode, BINARY or ASCII. Default is ASCII (false).