This is an automated email from the ASF dual-hosted git repository.
chrisdutz pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
from e23e01b44c fix(plc4go): prevent codec Disconnect deadlock on
transport-error re-entry
new 17eba81f97 chore: Updated the KNX Vendor IDs
new 06282c42a8 fix: Addressed duplicate tsap informaiton on cotp and s7
level.
The 2 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:
.../java/knxnetip/readwrite/KnxManufacturer.java | 8 +-
.../org/apache/plc4x/java/s7/S7CotpConnection.java | 27 ++++++-
.../java/s7/configuration/S7Configuration.java | 69 +---------------
.../S7CotpTransportConfiguration.java | 59 +++++---------
.../plc4x/java/s7/S7UserDataCapabilityTest.java | 47 +++++++++++
.../java/s7/configuration/S7ConfigurationTest.java | 25 ------
.../S7CotpTransportConfigurationTest.java | 93 ++++++++++------------
.../plc4x/java/transport/cotp/CotpTransport.java | 4 +-
.../java/transport/cotp/CotpTransportInstance.java | 24 +++---
.../cotp/config/CotpTransportConfiguration.java | 48 ++++++++---
.../protocols/knxnetip/knx-master-data.mspec | 6 +-
11 files changed, 202 insertions(+), 208 deletions(-)
create mode 100644
plc4j/drivers/s7/src/test/java/org/apache/plc4x/java/s7/S7UserDataCapabilityTest.java