You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/06/01 10:34:09 UTC

[incubator-streampipes-extensions] 01/01: Merge branch 'dev' of https://github.com/Madabaru/incubator-streampipes-extensions into dev

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

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git

commit 2ee856ede6c71ae0c80fe497c0256b2140f5dcdf
Merge: 849c145 ed93334
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Mon Jun 1 12:33:36 2020 +0200

    Merge branch 'dev' of https://github.com/Madabaru/incubator-streampipes-extensions into dev

 pom.xml                                            |   7 +-
 streampipes-sinks-databases-jvm/pom.xml            |   4 +
 .../sinks/databases/jvm/DatabasesJvmInit.java      |   4 +-
 .../sinks/databases/jvm/mysql/Column.java          |  67 ++++++
 .../sinks/databases/jvm/mysql/Mysql.java           | 245 +++++++++++++++++++++
 .../sinks/databases/jvm/mysql/MysqlController.java |  75 +++++++
 .../sinks/databases/jvm/mysql/MysqlParameters.java |  66 ++++++
 .../documentation.md                               |  69 ++++++
 .../icon.png                                       | Bin 0 -> 6477 bytes
 .../strings.en                                     |  21 ++
 10 files changed, 556 insertions(+), 2 deletions(-)

diff --cc pom.xml
index 53f2d2a,ae832cc..6b1da59
--- a/pom.xml
+++ b/pom.xml
@@@ -567,12 -568,12 +568,16 @@@
                  <version>${jedis.version}</version>
              </dependency>
              <dependency>
 +                <groupId>com.google.guava</groupId>
 +                <artifactId>guava</artifactId>
 +                <version>${guava.version}</version>
 +            </dependency>
- 
++            <dependency>
+                 <groupId>mysql</groupId>
+                 <artifactId>mysql-connector-java</artifactId>
+                 <version>${mysql-connector-java.version}</version>
+             </dependency>
  
 -
              <!-- Test dependencies -->
              <dependency>
                  <groupId>junit</groupId>