You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2023/05/03 14:36:42 UTC

[plc4x] branch develop updated (88fbf2cd04 -> 5b72eaf8fe)

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

sruehl pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


    from 88fbf2cd04 refactor(plc4go/cbus): fix small code issues
     add 5b72eaf8fe refactor(plc4j): get rid of jackson in test-utils

No new revisions were added by this update.

Summary of changes:
 plc4j/utils/test-utils/pom.xml                     |  4 ---
 .../test/driver/internal/ConnectionManager.java    |  2 +-
 .../test/driver/internal/api/TestReadRequest.java  | 31 ++++++++++++++-----
 .../test/driver/internal/api/TestRequest.java      |  5 ++--
 .../plc4x/test/driver/internal/api/TestTag.java    | 23 +++++++++++++-
 .../test/driver/internal/api/TestTagRequest.java   | 35 ++++++++++++++++++++--
 .../test/driver/internal/api/TestWriteRequest.java | 31 ++++++++++++++-----
 .../internal/handlers/ApiRequestHandler.java       |  3 ++
 .../resources/protocols/s7/DriverTestsuite.xml     |  8 ++---
 9 files changed, 110 insertions(+), 32 deletions(-)