You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by hu...@apache.org on 2021/01/13 10:33:02 UTC

[plc4x] branch develop updated (3ea8e6c -> f19ca3f)

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

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


    from 3ea8e6c  PLC4X-270 Ads driver does not accept double-digit array indexes
     add da4eeb4  Add future to DisconnectedEvent
     add f729ca6  Merge branch 'develop' into bug/close_connection
     add ba961c5  Tidied up disconnect logic
     add 8bf6c45  Added some logging
     new f19ca3f  Merge pull request #221 from apache/bug/close_connection

The 1 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:
 .../org/apache/plc4x/java/abeth/AbEthDriver.java   |  9 ++++
 .../org/apache/plc4x/java/ads/ADSPlcDriver.java    |  9 ++++
 .../plc4x/java/canopen/CANOpenPlcDriver.java       |  9 ++++
 .../apache/plc4x/java/eip/readwrite/EIPDriver.java |  9 ++++
 .../java/firmata/readwrite/FirmataDriver.java      |  9 ++++
 .../apache/plc4x/java/knxnetip/KnxNetIpDriver.java |  3 ++
 .../knxnetip/protocol/KnxNetIpProtocolLogic.java   |  3 +-
 .../org/apache/plc4x/java/modbus/ModbusDriver.java |  9 ++++
 .../apache/plc4x/java/s7/readwrite/S7Driver.java   |  9 ++++
 .../apache/plc4x/java/spi/Plc4xNettyWrapper.java   |  1 +
 .../spi/connection/DefaultNettyPlcConnection.java  | 49 +++++++++++++++-------
 .../java/spi/connection/GeneratedDriverBase.java   | 13 ++++++
 .../plc4x/test/driver/DriverTestsuiteRunner.java   |  3 ++
 13 files changed, 120 insertions(+), 15 deletions(-)


[plc4x] 01/01: Merge pull request #221 from apache/bug/close_connection

Posted by hu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f19ca3fa699646d70ea5eee318806ba0fd5d2c8e
Merge: 3ea8e6c 8bf6c45
Author: hutcheb <be...@gmail.com>
AuthorDate: Wed Jan 13 05:32:02 2021 -0500

    Merge pull request #221 from apache/bug/close_connection
    
    Bug/close connection

 .../org/apache/plc4x/java/abeth/AbEthDriver.java   |  9 ++++
 .../org/apache/plc4x/java/ads/ADSPlcDriver.java    |  9 ++++
 .../plc4x/java/canopen/CANOpenPlcDriver.java       |  9 ++++
 .../apache/plc4x/java/eip/readwrite/EIPDriver.java |  9 ++++
 .../java/firmata/readwrite/FirmataDriver.java      |  9 ++++
 .../apache/plc4x/java/knxnetip/KnxNetIpDriver.java |  3 ++
 .../knxnetip/protocol/KnxNetIpProtocolLogic.java   |  3 +-
 .../org/apache/plc4x/java/modbus/ModbusDriver.java |  9 ++++
 .../apache/plc4x/java/s7/readwrite/S7Driver.java   |  9 ++++
 .../apache/plc4x/java/spi/Plc4xNettyWrapper.java   |  1 +
 .../spi/connection/DefaultNettyPlcConnection.java  | 49 +++++++++++++++-------
 .../java/spi/connection/GeneratedDriverBase.java   | 13 ++++++
 .../plc4x/test/driver/DriverTestsuiteRunner.java   |  3 ++
 13 files changed, 120 insertions(+), 15 deletions(-)