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/11/18 18:26:47 UTC

[camel-kamelets] branch 0.9.x updated (49791693 -> d2a4d555)

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 49791693 Add delay parameter to all SQL Source Kamelets - SQLServer
     new bf1e3cae FTP / SFTP connectors missing setting for binary mode transfers - FTP Source
     new 1af930d6 FTP / SFTP connectors missing setting for binary mode transfers - FTP Source
     new 0964ad54 FTP / SFTP connectors missing setting for binary mode transfers - FTP Sink
     new af41fa15 FTP / SFTP connectors missing setting for binary mode transfers - FTP Sink
     new 82b6aa8e FTP / SFTP connectors missing setting for binary mode transfers - SFTP Source
     new e9a13a76 FTP / SFTP connectors missing setting for binary mode transfers - SFTP Source
     new 0b9ad363 FTP / SFTP connectors missing setting for binary mode transfers - SFTP Sink
     new f3112a62 FTP / SFTP connectors missing setting for binary mode transfers - SFTP Sink
     new b96f7daf FTP / SFTP connectors missing setting for binary mode transfers - FTPS Source and Sink
     new d2a4d555 FTP / SFTP connectors missing setting for binary mode transfers - FTPS Source and Sink

The 10 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                                    | 8 ++++++++
 kamelets/ftp-source.kamelet.yaml                                  | 8 ++++++++
 kamelets/ftps-sink.kamelet.yaml                                   | 8 ++++++++
 kamelets/ftps-source.kamelet.yaml                                 | 8 ++++++++
 kamelets/sftp-sink.kamelet.yaml                                   | 8 ++++++++
 kamelets/sftp-source.kamelet.yaml                                 | 8 ++++++++
 .../src/main/resources/kamelets/ftp-sink.kamelet.yaml             | 8 ++++++++
 .../src/main/resources/kamelets/ftp-source.kamelet.yaml           | 8 ++++++++
 .../src/main/resources/kamelets/ftps-sink.kamelet.yaml            | 8 ++++++++
 .../src/main/resources/kamelets/ftps-source.kamelet.yaml          | 8 ++++++++
 .../src/main/resources/kamelets/sftp-sink.kamelet.yaml            | 8 ++++++++
 .../src/main/resources/kamelets/sftp-source.kamelet.yaml          | 8 ++++++++
 12 files changed, 96 insertions(+)


[camel-kamelets] 07/10: FTP / SFTP connectors missing setting for binary mode transfers - SFTP Sink

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 0b9ad3637f770f2b8563b3f63f8438dbac78f0c3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 18 19:18:49 2022 +0100

    FTP / SFTP connectors missing setting for binary mode transfers - SFTP Sink
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/sftp-sink.kamelet.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/kamelets/sftp-sink.kamelet.yaml b/kamelets/sftp-sink.kamelet.yaml
index a49491d5..4c1dd849 100644
--- a/kamelets/sftp-sink.kamelet.yaml
+++ b/kamelets/sftp-sink.kamelet.yaml
@@ -82,6 +82,13 @@ spec:
         description: How to behave in case of file already existent. There are 4 enums. Possible values are Override, Append, Fail, or Ignore.
         type: string
         default: Override
+      binary:
+        title: Binary
+        description: Specifies the file transfer mode, BINARY or ASCII. Default is ASCII (false).
+        type: boolean
+        default: false
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
     - "camel:ftp"
     - "camel:core"
@@ -108,3 +115,4 @@ spec:
             password: "{{password}}"
             passiveMode: "{{passiveMode}}"
             fileExist: "{{fileExist}}"
+            binary: "{{binary}}"


[camel-kamelets] 08/10: FTP / SFTP connectors missing setting for binary mode transfers - SFTP Sink

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 f3112a62c694fc6257e4caf28e52cc6864dda5ab
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 18 19:20:02 2022 +0100

    FTP / SFTP connectors missing setting for binary mode transfers - SFTP Sink
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/sftp-sink.kamelet.yaml            | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/sftp-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/sftp-sink.kamelet.yaml
index a49491d5..4c1dd849 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/sftp-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/sftp-sink.kamelet.yaml
@@ -82,6 +82,13 @@ spec:
         description: How to behave in case of file already existent. There are 4 enums. Possible values are Override, Append, Fail, or Ignore.
         type: string
         default: Override
+      binary:
+        title: Binary
+        description: Specifies the file transfer mode, BINARY or ASCII. Default is ASCII (false).
+        type: boolean
+        default: false
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
     - "camel:ftp"
     - "camel:core"
@@ -108,3 +115,4 @@ spec:
             password: "{{password}}"
             passiveMode: "{{passiveMode}}"
             fileExist: "{{fileExist}}"
+            binary: "{{binary}}"


[camel-kamelets] 02/10: FTP / SFTP connectors missing setting for binary mode transfers - 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 0.9.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 1af930d6eb0ff564bcda88a7cc7f4f24ee40d050
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 18 19:13:48 2022 +0100

    FTP / SFTP connectors missing setting for binary mode transfers - FTP Source
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/ftp-source.kamelet.yaml           | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/ftp-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/ftp-source.kamelet.yaml
index c31e847a..19f733a6 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/ftp-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/ftp-source.kamelet.yaml
@@ -87,6 +87,13 @@ spec:
         default: true
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+      binary:
+        title: Binary
+        description: Specifies the file transfer mode, BINARY or ASCII. Default is ASCII (false).
+        type: boolean
+        default: false
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
     - "camel:ftp"
     - "camel:core"
@@ -99,6 +106,7 @@ spec:
         passiveMode: "{{passiveMode}}"
         recursive: "{{recursive}}"
         idempotent: "{{idempotent}}"
+        binary: "{{binary}}"
       steps:
       - set-header:
           name: file


[camel-kamelets] 01/10: FTP / SFTP connectors missing setting for binary mode transfers - 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 0.9.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit bf1e3cae0efbe20f93b5091ff289e38fd2e99968
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 18 19:12:55 2022 +0100

    FTP / SFTP connectors missing setting for binary mode transfers - FTP Source
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/ftp-source.kamelet.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/kamelets/ftp-source.kamelet.yaml b/kamelets/ftp-source.kamelet.yaml
index c31e847a..19f733a6 100644
--- a/kamelets/ftp-source.kamelet.yaml
+++ b/kamelets/ftp-source.kamelet.yaml
@@ -87,6 +87,13 @@ spec:
         default: true
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+      binary:
+        title: Binary
+        description: Specifies the file transfer mode, BINARY or ASCII. Default is ASCII (false).
+        type: boolean
+        default: false
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
     - "camel:ftp"
     - "camel:core"
@@ -99,6 +106,7 @@ spec:
         passiveMode: "{{passiveMode}}"
         recursive: "{{recursive}}"
         idempotent: "{{idempotent}}"
+        binary: "{{binary}}"
       steps:
       - set-header:
           name: file


[camel-kamelets] 05/10: FTP / SFTP connectors missing setting for binary mode transfers - SFTP Source

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 82b6aa8ec41957873eba6c115fe2adc3c071f25b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 18 19:17:01 2022 +0100

    FTP / SFTP connectors missing setting for binary mode transfers - SFTP Source
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/sftp-source.kamelet.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/kamelets/sftp-source.kamelet.yaml b/kamelets/sftp-source.kamelet.yaml
index a2a2e9e9..4f041d37 100644
--- a/kamelets/sftp-source.kamelet.yaml
+++ b/kamelets/sftp-source.kamelet.yaml
@@ -94,6 +94,13 @@ spec:
         default: false
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+      binary:
+        title: Binary
+        description: Specifies the file transfer mode, BINARY or ASCII. Default is ASCII (false).
+        type: boolean
+        default: false
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
     - "camel:ftp"
     - "camel:core"
@@ -107,6 +114,7 @@ spec:
         recursive: "{{recursive}}"
         idempotent: "{{idempotent}}"
         ignoreFileNotFoundOrPermissionError: "{{ignoreFileNotFoundOrPermissionError}}"
+        binary: "{{binary}}"
       steps:
       - set-header:
           name: file


[camel-kamelets] 10/10: FTP / SFTP connectors missing setting for binary mode transfers - FTPS Source and Sink

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 d2a4d555f54522734979d4fe7a94912df3d1471e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 18 19:21:48 2022 +0100

    FTP / SFTP connectors missing setting for binary mode transfers - FTPS Source and Sink
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/ftps-sink.kamelet.yaml            | 8 ++++++++
 .../src/main/resources/kamelets/ftps-source.kamelet.yaml          | 8 ++++++++
 2 files changed, 16 insertions(+)

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 8fc9b2e4..513067ac 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
@@ -82,6 +82,13 @@ spec:
         description: "Specifies how the Kamelet behaves if the file already exists. Possible values are Override, Append, Fail, or Ignore."
         type: string
         default: Override
+      binary:
+        title: Binary
+        description: Specifies the file transfer mode, BINARY or ASCII. Default is ASCII (false).
+        type: boolean
+        default: false
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
     - "camel:ftp"
     - "camel:core"
@@ -108,3 +115,4 @@ spec:
             password: "{{password}}"
             passiveMode: "{{passiveMode}}"
             fileExist: "{{fileExist}}"
+            binary: "{{binary}}"
diff --git a/library/camel-kamelets/src/main/resources/kamelets/ftps-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/ftps-source.kamelet.yaml
index 7ab7d841..9656a6be 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/ftps-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/ftps-source.kamelet.yaml
@@ -87,6 +87,13 @@ spec:
         default: true
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+      binary:
+        title: Binary
+        description: Specifies the file transfer mode, BINARY or ASCII. Default is ASCII (false).
+        type: boolean
+        default: false
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
     - "camel:ftp"
     - "camel:core"
@@ -99,6 +106,7 @@ spec:
         passiveMode: "{{passiveMode}}"
         recursive: "{{recursive}}"
         idempotent: "{{idempotent}}"
+        binary: "{{binary}}"
       steps:
       - set-header:
           name: file


[camel-kamelets] 03/10: FTP / SFTP connectors missing setting for binary mode transfers - FTP Sink

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 0964ad54bdeb045667560de45ee5e695d2bbe730
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 18 19:15:08 2022 +0100

    FTP / SFTP connectors missing setting for binary mode transfers - FTP Sink
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/ftp-sink.kamelet.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/kamelets/ftp-sink.kamelet.yaml b/kamelets/ftp-sink.kamelet.yaml
index 36d534ab..92e5f98f 100644
--- a/kamelets/ftp-sink.kamelet.yaml
+++ b/kamelets/ftp-sink.kamelet.yaml
@@ -82,6 +82,13 @@ spec:
         description: How to behave in case of file already existent. There are 4 enums. Possible values are Override, Append, Fail, or Ignore.
         type: string
         default: Override
+      binary:
+        title: Binary
+        description: Specifies the file transfer mode, BINARY or ASCII. Default is ASCII (false).
+        type: boolean
+        default: false
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
     - "camel:ftp"
     - "camel:core"
@@ -108,3 +115,4 @@ spec:
             password: "{{password}}"
             passiveMode: "{{passiveMode}}"
             fileExist: "{{fileExist}}"
+            binary: "{{binary}}"


[camel-kamelets] 04/10: FTP / SFTP connectors missing setting for binary mode transfers - FTP Sink

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 af41fa155e2cdd88590f996e5483352c8c840719
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 18 19:15:51 2022 +0100

    FTP / SFTP connectors missing setting for binary mode transfers - FTP Sink
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/ftp-sink.kamelet.yaml             | 8 ++++++++
 1 file changed, 8 insertions(+)

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 36d534ab..92e5f98f 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
@@ -82,6 +82,13 @@ spec:
         description: How to behave in case of file already existent. There are 4 enums. Possible values are Override, Append, Fail, or Ignore.
         type: string
         default: Override
+      binary:
+        title: Binary
+        description: Specifies the file transfer mode, BINARY or ASCII. Default is ASCII (false).
+        type: boolean
+        default: false
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
     - "camel:ftp"
     - "camel:core"
@@ -108,3 +115,4 @@ spec:
             password: "{{password}}"
             passiveMode: "{{passiveMode}}"
             fileExist: "{{fileExist}}"
+            binary: "{{binary}}"


[camel-kamelets] 06/10: FTP / SFTP connectors missing setting for binary mode transfers - SFTP Source

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 e9a13a7609555469c03041986a0d1090bfd192f5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 18 19:17:38 2022 +0100

    FTP / SFTP connectors missing setting for binary mode transfers - SFTP Source
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/sftp-source.kamelet.yaml          | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/sftp-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/sftp-source.kamelet.yaml
index a2a2e9e9..4f041d37 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/sftp-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/sftp-source.kamelet.yaml
@@ -94,6 +94,13 @@ spec:
         default: false
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+      binary:
+        title: Binary
+        description: Specifies the file transfer mode, BINARY or ASCII. Default is ASCII (false).
+        type: boolean
+        default: false
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
     - "camel:ftp"
     - "camel:core"
@@ -107,6 +114,7 @@ spec:
         recursive: "{{recursive}}"
         idempotent: "{{idempotent}}"
         ignoreFileNotFoundOrPermissionError: "{{ignoreFileNotFoundOrPermissionError}}"
+        binary: "{{binary}}"
       steps:
       - set-header:
           name: file


[camel-kamelets] 09/10: FTP / SFTP connectors missing setting for binary mode transfers - FTPS Source and Sink

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 b96f7daf76278b006d36e3cfbc0da6c538ff9e1c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 18 19:21:16 2022 +0100

    FTP / SFTP connectors missing setting for binary mode transfers - FTPS Source and Sink
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/ftps-sink.kamelet.yaml   | 8 ++++++++
 kamelets/ftps-source.kamelet.yaml | 8 ++++++++
 2 files changed, 16 insertions(+)

diff --git a/kamelets/ftps-sink.kamelet.yaml b/kamelets/ftps-sink.kamelet.yaml
index 8fc9b2e4..513067ac 100644
--- a/kamelets/ftps-sink.kamelet.yaml
+++ b/kamelets/ftps-sink.kamelet.yaml
@@ -82,6 +82,13 @@ spec:
         description: "Specifies how the Kamelet behaves if the file already exists. Possible values are Override, Append, Fail, or Ignore."
         type: string
         default: Override
+      binary:
+        title: Binary
+        description: Specifies the file transfer mode, BINARY or ASCII. Default is ASCII (false).
+        type: boolean
+        default: false
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
     - "camel:ftp"
     - "camel:core"
@@ -108,3 +115,4 @@ spec:
             password: "{{password}}"
             passiveMode: "{{passiveMode}}"
             fileExist: "{{fileExist}}"
+            binary: "{{binary}}"
diff --git a/kamelets/ftps-source.kamelet.yaml b/kamelets/ftps-source.kamelet.yaml
index 7ab7d841..9656a6be 100644
--- a/kamelets/ftps-source.kamelet.yaml
+++ b/kamelets/ftps-source.kamelet.yaml
@@ -87,6 +87,13 @@ spec:
         default: true
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+      binary:
+        title: Binary
+        description: Specifies the file transfer mode, BINARY or ASCII. Default is ASCII (false).
+        type: boolean
+        default: false
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
     - "camel:ftp"
     - "camel:core"
@@ -99,6 +106,7 @@ spec:
         passiveMode: "{{passiveMode}}"
         recursive: "{{recursive}}"
         idempotent: "{{idempotent}}"
+        binary: "{{binary}}"
       steps:
       - set-header:
           name: file