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 2022/11/05 05:48:21 UTC

[incubator-streampipes] 01/01: Merge pull request #130 from apache/STREAMPIPES-612

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.git

commit 49ea97c0441a9eaef8001cd1b3a15bd582f218a8
Merge: d27ea6633 f45c9d230
Author: Philipp Zehnder <te...@users.noreply.github.com>
AuthorDate: Sat Nov 5 06:48:16 2022 +0100

    Merge pull request #130 from apache/STREAMPIPES-612
    
    [STREAMPIPES-612] Add builder pattern for GenericAdapterStreamDescrip…

 .../format/json/object/JsonObjectFormat.java       |   9 +-
 .../integration/adapters/PulsarAdapterTester.java  | 156 ++++++++++-----------
 .../adapter/GenericAdapterStreamDescription.java   |  73 +++++-----
 .../builder/adapter/AdapterDescriptionBuilder.java |   2 +-
 .../adapter/GenericDataStreamAdapterBuilder.java   |  67 ++++++++-
 .../GenericDataStreamAdapterBuilderTest.java       |  88 ++++++++++++
 6 files changed, 273 insertions(+), 122 deletions(-)