This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
from dca505cbe2 fix: Adjusted one of the tests to my commented out write
operation.
new 983f763e80 chore: Updated the KNX vendor ids
new 3bc04e827c test: Added a manual test do investigate the OPM out-of
memory error.
new 6943669b2d fix: Removed an unneeded import that was causing problems
in the PLC4Go build
The 3 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:
.../bacgopes/tests/test_network/test_net_1_test.go | 1 -
.../knxnetip/readwrite/model/KnxDatapoint.go | 12 +-
.../knxnetip/readwrite/model/KnxDatapointType.go | 48 +++----
.../java/knxnetip/readwrite/KnxDatapoint.java | 18 +--
.../java/knxnetip/readwrite/KnxDatapointType.java | 12 +-
.../plc4x/java/opm/issues/i1935/FooRxEntity.java | 157 +++++++++++++++++++++
.../opm/issues/i1935/Plc4jMockConnectionTest.java | 69 +++++++++
.../knxnetip/readwrite/model/KnxDatapoint.cs | 12 +-
.../knxnetip/readwrite/model/KnxDatapointType.cs | 30 ++--
.../protocols/knxnetip/knx-master-data.mspec | 12 +-
10 files changed, 298 insertions(+), 73 deletions(-)
create mode 100644
plc4j/tools/opm/src/test/java/org/apache/plc4x/java/opm/issues/i1935/FooRxEntity.java
create mode 100644
plc4j/tools/opm/src/test/java/org/apache/plc4x/java/opm/issues/i1935/Plc4jMockConnectionTest.java