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 2023/01/27 12:58:01 UTC

[streampipes] branch dev updated (540650aa0 -> 3abfd88fe)

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

zehnder pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from 540650aa0 Merge pull request #1159 from apache/dependabot/maven/org.apache.maven.plugins-maven-dependency-plugin-3.5.0
     new b7c3e5ebf [#1146] Session based implementation of IoTDB sink
     new f57039132 [#1146] Fix onEvent() implementation
     new 9340f7f2f [#1146] add tests
     new 0120fd201 [#1146] update iotdb docker-compose files in installer/cli
     new 56f464c03 [#1146] using SessionPool instead of Session to handle connection dies
     new 3abfd88fe Merge pull request #1166 from SteveYurongSu/iotdb-session-client

The 9821 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:
 .../deploy/standalone/iotdb/docker-compose.dev.yml |   5 +-
 .../cli/deploy/standalone/iotdb/docker-compose.yml |   5 +-
 pom.xml                                            |  12 --
 .../streampipes-sinks-databases-jvm/pom.xml        |  17 +-
 .../sinks/databases/jvm/iotdb/IotDb.java           | 214 ++++++++-------------
 .../sinks/databases/jvm/iotdb/IotDbController.java |  66 +++----
 .../sinks/databases/jvm/iotdb/IotDbParameters.java |  70 +++++--
 .../jvm/jdbcclient/model/DbDataTypeFactory.java    |  21 --
 .../jvm/jdbcclient/model/DbDataTypes.java          |   5 -
 .../jvm/jdbcclient/model/SupportedDbEngines.java   |   1 -
 .../documentation.md                               |  31 ++-
 .../strings.en                                     |  15 +-
 .../databases/jvm/iotdb/TestIotDbParameters.java   |  52 +++++
 13 files changed, 271 insertions(+), 243 deletions(-)
 create mode 100644 streampipes-extensions/streampipes-sinks-databases-jvm/src/test/java/org/apache/streampipes/sinks/databases/jvm/iotdb/TestIotDbParameters.java