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:08:28 UTC

[camel-kamelets] branch typos created (now 7683c2b)

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

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


      at 7683c2b  Regen

This branch includes the following new commits:

     new 5a05e8a  Mysql Source Kamelet: Fixed typo in description
     new 7b0edc9  Mysql Sink Kamelet: Fixed typo in description
     new e0124a6  Regen
     new 889e998  SQL Server Source Kamelet: Fixed typo in description
     new 15dfa1e  SQL Server Sink Kamelet: Fixed typo in description
     new 9c98882  Regen
     new 1237d95  MariaDB Source Kamelet: Fixed typo in description
     new abc0739  MariaDB Sink Kamelet: Fixed typo in description
     new 7683c2b  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.


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

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

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

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

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

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

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

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

commit 7b0edc90bd6e00920d6653dee86156a5d8d5be26
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>"
 

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

commit 15dfa1e04d0f657271f66de5959872704ee936b8
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>"