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/03/09 07:47:22 UTC

[camel-kamelets] branch ftp-jackson created (now 99b45ec)

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

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


      at 99b45ec  FTPS Source Kamelet: The out type is not JSON

This branch includes the following new commits:

     new 960618c  FTP Source Kamelet: No need for camel-jackson dependency and the out type is not json
     new 25b49ed  SFTP Source Kamelet: The out type is not JSON
     new 99b45ec  FTPS Source Kamelet: The out type is not JSON

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.



[camel-kamelets] 03/03: FTPS Source Kamelet: The out type is not JSON

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

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

commit 99b45ec3ea6bfe9dd8e9c22d43773015fbb98c32
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 9 08:46:29 2021 +0100

    FTPS Source Kamelet: The out type is not JSON
---
 ftps-source.kamelet.yaml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ftps-source.kamelet.yaml b/ftps-source.kamelet.yaml
index 476a44e..157816d 100644
--- a/ftps-source.kamelet.yaml
+++ b/ftps-source.kamelet.yaml
@@ -53,9 +53,6 @@ spec:
         description: If a directory, will look for files in all the sub-directories as well.
         type: boolean
         default: false
-  types:
-    out:
-      mediaType: application/json
   flow:
     from:
       uri: "ftps:{{username}}@{{host}}:{{port}}/{{directoryName}}"


[camel-kamelets] 02/03: SFTP Source Kamelet: The out type is not JSON

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

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

commit 25b49ed5f939846b5c6a8dee6c9ec52e7f1a572f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 9 08:46:06 2021 +0100

    SFTP Source Kamelet: The out type is not JSON
---
 sftp-source.kamelet.yaml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sftp-source.kamelet.yaml b/sftp-source.kamelet.yaml
index aa99b03..26104ac 100644
--- a/sftp-source.kamelet.yaml
+++ b/sftp-source.kamelet.yaml
@@ -53,9 +53,6 @@ spec:
         description: If a directory, will look for files in all the sub-directories as well.
         type: boolean
         default: false
-  types:
-    out:
-      mediaType: application/json
   flow:
     from:
       uri: "sftp:{{username}}@{{host}}:{{port}}/{{directoryName}}"


[camel-kamelets] 01/03: FTP Source Kamelet: No need for camel-jackson dependency and the out type is not json

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

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

commit 960618cc107f9633187f8557167ef9e031a14d01
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 9 08:45:25 2021 +0100

    FTP Source Kamelet: No need for camel-jackson dependency and the out type is not json
---
 ftp-source.kamelet.yaml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/ftp-source.kamelet.yaml b/ftp-source.kamelet.yaml
index 18c827c..ce8c935 100644
--- a/ftp-source.kamelet.yaml
+++ b/ftp-source.kamelet.yaml
@@ -53,11 +53,6 @@ spec:
         description: If a directory, will look for files in all the sub-directories as well.
         type: boolean
         default: false
-  types:
-    out:
-      mediaType: application/json
-  dependencies:
-  - "camel:jackson"
   flow:
     from:
       uri: "ftp:{{username}}@{{host}}:{{port}}/{{directoryName}}"