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 fee3de5e4a build(deps): bump com.gradle:develocity-maven-extension 
(#2609)
     new 808a663bbf feat: Added a check to the drivers that validate if a 
selected transport is supported and if not to throw an exception (However 
adding a configuration-parameter to forcefully disable this check)
     new 0d5b7164ed chore: Updated the BACNet, OPC-UA and KNX dynamically 
generated types.

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/bacnetip/readwrite/BACnetVendorId.java    |  6 +-
 .../java/knxnetip/readwrite/KnxManufacturer.java   | 12 +++-
 .../plc4x/java/s7/discovery/S7PlcDiscoverer.java   |  2 +-
 .../apache/plc4x/java/spi/drivers/DriverBase.java  | 25 ++++++++-
 .../config/ConnectionControlConfiguration.java     | 65 ++++++++++++++++++++++
 .../driver/internal/ConnectionManager.java         |  8 +++
 .../protocols/bacnetip/bacnet-vendorids.mspec      |  4 +-
 .../protocols/knxnetip/knx-master-data.mspec       |  9 ++-
 8 files changed, 121 insertions(+), 10 deletions(-)
 create mode 100644 
plc4j/spi/drivers/src/main/java/org/apache/plc4x/java/spi/drivers/config/ConnectionControlConfiguration.java

Reply via email to