You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2021/05/21 12:17:03 UTC

[incubator-streampipes-extensions] 02/02: Merge branch 'dev' into edge-extensions

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

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

commit 9d2b009968f5b043e601db7c396346bb9e0fc981
Merge: 31af9cf 1977d17
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Fri May 21 14:16:39 2021 +0200

    Merge branch 'dev' into edge-extensions

 pom.xml                                            |  33 ++----
 .../connect/adapters/plc4x/s7/Plc4xS7Adapter.java  |   8 +-
 .../connect/protocol/set/FileProtocol.java         |  44 ++++++--
 .../strings.en                                     |   3 +
 .../extensions/all/jvm/AllExtensionsInit.java      |   2 +
 .../pe/jvm/AllPipelineElementsInit.java            |   2 +
 .../documentation.md                               |   4 +-
 .../documentation.md                               |   5 +-
 .../documentation.md                               |  16 ++-
 .../documentation.md                               |  23 ++--
 .../documentation.md                               |  21 +++-
 .../documentation.md                               |  15 +--
 .../documentation.md                               |   1 -
 .../documentation.md                               |  20 ++--
 .../documentation.md                               |   1 -
 .../documentation.md                               |  16 ++-
 .../documentation.md                               |  19 +++-
 .../documentation.md                               |  16 ++-
 .../documentation.md                               |   6 +-
 .../documentation.md                               |  25 ++++-
 .../documentation.md                               |   7 +-
 .../documentation.md                               |  24 +++-
 .../documentation.md                               |   1 -
 .../documentation.md                               |   1 -
 .../documentation.md                               |   3 +-
 .../documentation.md                               |   3 +-
 .../documentation.md                               |   1 -
 .../documentation.md                               |   3 +-
 .../documentation.md                               |   3 +-
 .../jvm/processor/state/StateUtils.java            |  64 +++++++++++
 .../jvm/processor/state/labeler/LabelerUtils.java  |   3 +-
 .../buffer/StateBufferLabelerController.java       |  56 +++-------
 .../buffer/StateBufferLabelerParameters.java       |   8 +-
 .../state/labeler/model/StatementUtils.java        |   3 +-
 .../labeler/number/NumberLabelerController.java    |  57 +++-------
 .../labeler/number/NumberLabelerParameters.java    |   9 +-
 .../documentation.md                               |   3 +-
 streampipes-sinks-brokers-jvm/pom.xml              |   4 +
 .../sinks/brokers/jvm/BrokersJvmInit.java          |   4 +-
 .../sinks/brokers/jvm/nats/NatsController.java     | 122 +++++++++++++++++++++
 .../sinks/brokers/jvm/nats/NatsParameters.java     |  61 +++++++++++
 .../sinks/brokers/jvm/nats/NatsPublisher.java      | 119 ++++++++++++++++++++
 .../documentation.md                               |  34 +++---
 .../icon.png                                       | Bin 0 -> 6986 bytes
 .../strings.en                                     |  39 +++++++
 .../documentation.md                               |   1 -
 streampipes-sinks-databases-jvm/pom.xml            |   8 --
 .../documentation.md                               |  24 +++-
 .../sinks/internal/jvm/dashboard/Dashboard.java    |  42 -------
 .../jvm/dashboard/DashboardController.java         |   4 +-
 .../internal/jvm/dashboard/DashboardModel.java     |  71 ------------
 .../jvm/dashboard/DashboardParameters.java         |  18 +--
 .../documentation.md                               |   3 +-
 .../documentation.md                               |   1 -
 54 files changed, 702 insertions(+), 382 deletions(-)