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/11/17 07:09:36 UTC

[camel-kamelets] branch main updated (18eaf40 -> af283f5)

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

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


    from 18eaf40  Salesforce Source Kamelet: Make notifyForFields configurable
     new 6ea56b9  Mysql Source Kamelet: Fixed typo in description
     new 6f00f18  Mysql Sink Kamelet: Fixed typo in description
     new d36d0ec  Regen
     new 0bc6a21  SQL Server Source Kamelet: Fixed typo in description
     new 00c9601  SQL Server Sink Kamelet: Fixed typo in description
     new 0ba784a  Regen
     new fae1c5e  MariaDB Source Kamelet: Fixed typo in description
     new b2977e2  MariaDB Sink Kamelet: Fixed typo in description
     new af283f5  Regen

The 9 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:
 .../src/main/resources/kamelets/mariadb-sink.kamelet.yaml               | 2 +-
 .../src/main/resources/kamelets/mariadb-source.kamelet.yaml             | 2 +-
 .../camel-kamelets/src/main/resources/kamelets/mysql-sink.kamelet.yaml  | 2 +-
 .../src/main/resources/kamelets/mysql-source.kamelet.yaml               | 2 +-
 .../src/main/resources/kamelets/sqlserver-sink.kamelet.yaml             | 2 +-
 .../src/main/resources/kamelets/sqlserver-source.kamelet.yaml           | 2 +-
 mariadb-sink.kamelet.yaml                                               | 2 +-
 mariadb-source.kamelet.yaml                                             | 2 +-
 mysql-sink.kamelet.yaml                                                 | 2 +-
 mysql-source.kamelet.yaml                                               | 2 +-
 sqlserver-sink.kamelet.yaml                                             | 2 +-
 sqlserver-source.kamelet.yaml                                           | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

[camel-kamelets] 09/09: Regen

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

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

commit af283f5369dc8312807a512dfc92905dc66aff68
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 17 08:08:14 2021 +0100

    Regen
---
 .../src/main/resources/kamelets/mariadb-sink.kamelet.yaml               | 2 +-
 .../src/main/resources/kamelets/mariadb-source.kamelet.yaml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/mariadb-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/mariadb-sink.kamelet.yaml
index 138d360..8847431 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/mariadb-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/mariadb-sink.kamelet.yaml
@@ -16,7 +16,7 @@ spec:
     description: |-
       Send data to a MariaDB Database.
 
-      In you KameletBinding file you'll need to explicitly declare the MariaDB Server driver dependency in spec->integration->dependencies
+      In your KameletBinding file you'll need to explicitly declare the MariaDB Server driver dependency in spec->integration->dependencies
       
       - "mvn:org.mariadb.jdbc:mariadb-java-client:<version>"
 
diff --git a/library/camel-kamelets/src/main/resources/kamelets/mariadb-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/mariadb-source.kamelet.yaml
index 90590d0..5904ee9 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/mariadb-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/mariadb-source.kamelet.yaml
@@ -16,7 +16,7 @@ spec:
     description: |-
       Query data from a MariaDB Database.
 
-      In you KameletBinding file you'll need to explicitly declare the MariaDB Server driver dependency in spec->integration->dependencies
+      In your KameletBinding file you'll need to explicitly declare the MariaDB Server driver dependency in spec->integration->dependencies
       
       - "mvn:org.mariadb.jdbc:mariadb-java-client:<version>"
     required:

[camel-kamelets] 01/09: Mysql Source Kamelet: Fixed typo in description

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

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

commit 6ea56b9f3bbc777ef594819e041298baf404e20e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 17 08:01:30 2021 +0100

    Mysql Source Kamelet: Fixed typo in description
---
 mysql-source.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mysql-source.kamelet.yaml b/mysql-source.kamelet.yaml
index cde0cec..326d7e5 100644
--- a/mysql-source.kamelet.yaml
+++ b/mysql-source.kamelet.yaml
@@ -16,7 +16,7 @@ spec:
     description: |-
       Query data from a MySQL Database.
 
-      In you KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
+      In your KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
       
       - "mvn:mysql:mysql-connector-java:<version>"
     required:

[camel-kamelets] 04/09: SQL Server Source Kamelet: Fixed typo in description

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

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

commit 0bc6a218c594ce472d5a542fc817189559aaff63
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 17 08:05:19 2021 +0100

    SQL Server Source Kamelet: Fixed typo in description
---
 sqlserver-source.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sqlserver-source.kamelet.yaml b/sqlserver-source.kamelet.yaml
index 1fd4f6c..dc5691a 100644
--- a/sqlserver-source.kamelet.yaml
+++ b/sqlserver-source.kamelet.yaml
@@ -16,7 +16,7 @@ spec:
     description: |-
       Query data from a Microsoft SQL Server Database.
 
-      In you KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
+      In your KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
 
       - "mvn:com.microsoft.sqlserver:mssql-jdbc:<version>"
     required:

[camel-kamelets] 05/09: SQL Server Sink Kamelet: Fixed typo in description

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

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

commit 00c960122f1a486ddd359ab22ee9ae126af70204
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 17 08:05:40 2021 +0100

    SQL Server Sink Kamelet: Fixed typo in description
---
 sqlserver-sink.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sqlserver-sink.kamelet.yaml b/sqlserver-sink.kamelet.yaml
index 8f1a6d5..ee04139 100644
--- a/sqlserver-sink.kamelet.yaml
+++ b/sqlserver-sink.kamelet.yaml
@@ -16,7 +16,7 @@ spec:
     description: |-
       Send data to a Microsoft SQL Server Database.
 
-      In you KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
+      In your KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
 
       - "mvn:com.microsoft.sqlserver:mssql-jdbc:<version>"
 

[camel-kamelets] 08/09: MariaDB Sink Kamelet: Fixed typo in description

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

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

commit b2977e2bd09360a358a3e7f676c22a0a77874966
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 17 08:07:44 2021 +0100

    MariaDB Sink Kamelet: Fixed typo in description
---
 mariadb-sink.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mariadb-sink.kamelet.yaml b/mariadb-sink.kamelet.yaml
index 138d360..8847431 100644
--- a/mariadb-sink.kamelet.yaml
+++ b/mariadb-sink.kamelet.yaml
@@ -16,7 +16,7 @@ spec:
     description: |-
       Send data to a MariaDB Database.
 
-      In you KameletBinding file you'll need to explicitly declare the MariaDB Server driver dependency in spec->integration->dependencies
+      In your KameletBinding file you'll need to explicitly declare the MariaDB Server driver dependency in spec->integration->dependencies
       
       - "mvn:org.mariadb.jdbc:mariadb-java-client:<version>"
 

[camel-kamelets] 06/09: Regen

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

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

commit 0ba784afd3c9832335a9a42daa4275d6d436a9c0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 17 08:07:13 2021 +0100

    Regen
---
 .../src/main/resources/kamelets/sqlserver-sink.kamelet.yaml             | 2 +-
 .../src/main/resources/kamelets/sqlserver-source.kamelet.yaml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/sqlserver-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/sqlserver-sink.kamelet.yaml
index 8f1a6d5..ee04139 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/sqlserver-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/sqlserver-sink.kamelet.yaml
@@ -16,7 +16,7 @@ spec:
     description: |-
       Send data to a Microsoft SQL Server Database.
 
-      In you KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
+      In your KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
 
       - "mvn:com.microsoft.sqlserver:mssql-jdbc:<version>"
 
diff --git a/library/camel-kamelets/src/main/resources/kamelets/sqlserver-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/sqlserver-source.kamelet.yaml
index 1fd4f6c..dc5691a 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/sqlserver-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/sqlserver-source.kamelet.yaml
@@ -16,7 +16,7 @@ spec:
     description: |-
       Query data from a Microsoft SQL Server Database.
 
-      In you KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
+      In your KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
 
       - "mvn:com.microsoft.sqlserver:mssql-jdbc:<version>"
     required:

[camel-kamelets] 07/09: MariaDB Source Kamelet: Fixed typo in description

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

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

commit fae1c5e89b4cb35697e7f0c22ae9ede4102f14c9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 17 08:07:24 2021 +0100

    MariaDB Source Kamelet: Fixed typo in description
---
 mariadb-source.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mariadb-source.kamelet.yaml b/mariadb-source.kamelet.yaml
index 90590d0..5904ee9 100644
--- a/mariadb-source.kamelet.yaml
+++ b/mariadb-source.kamelet.yaml
@@ -16,7 +16,7 @@ spec:
     description: |-
       Query data from a MariaDB Database.
 
-      In you KameletBinding file you'll need to explicitly declare the MariaDB Server driver dependency in spec->integration->dependencies
+      In your KameletBinding file you'll need to explicitly declare the MariaDB Server driver dependency in spec->integration->dependencies
       
       - "mvn:org.mariadb.jdbc:mariadb-java-client:<version>"
     required:

[camel-kamelets] 03/09: Regen

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

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

commit d36d0ecadd48690133c3f9fc8566d9872e038d98
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 17 08:04:55 2021 +0100

    Regen
---
 .../camel-kamelets/src/main/resources/kamelets/mysql-sink.kamelet.yaml  | 2 +-
 .../src/main/resources/kamelets/mysql-source.kamelet.yaml               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/mysql-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/mysql-sink.kamelet.yaml
index d8d763f..a8e086a 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/mysql-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/mysql-sink.kamelet.yaml
@@ -16,7 +16,7 @@ spec:
     description: |-
       Send data to a MySQL Database.
       
-      In you KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
+      In your KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
       
       - "mvn:mysql:mysql-connector-java:<version>"
 
diff --git a/library/camel-kamelets/src/main/resources/kamelets/mysql-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/mysql-source.kamelet.yaml
index cde0cec..326d7e5 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/mysql-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/mysql-source.kamelet.yaml
@@ -16,7 +16,7 @@ spec:
     description: |-
       Query data from a MySQL Database.
 
-      In you KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
+      In your KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
       
       - "mvn:mysql:mysql-connector-java:<version>"
     required:

[camel-kamelets] 02/09: Mysql Sink Kamelet: Fixed typo in description

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

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

commit 6f00f1831ec5dd55289f8c9660c73220b8f2f331
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 17 08:01:52 2021 +0100

    Mysql Sink Kamelet: Fixed typo in description
---
 mysql-sink.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mysql-sink.kamelet.yaml b/mysql-sink.kamelet.yaml
index d8d763f..a8e086a 100644
--- a/mysql-sink.kamelet.yaml
+++ b/mysql-sink.kamelet.yaml
@@ -16,7 +16,7 @@ spec:
     description: |-
       Send data to a MySQL Database.
       
-      In you KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
+      In your KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
       
       - "mvn:mysql:mysql-connector-java:<version>"