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 6914b840c7 build(deps): bump iot-device-client from 2.1.4 to 2.1.5
(#841)
add 9b06c2de0c fix(plc4j/connection-cache): Fixed a problem, that after
encountering an error with the PLC, connections weren't invalidated.
No new revisions were added by this update.
Summary of changes:
plc4go/spi/Future.go | 65 ++++
.../java/bacnetip/readwrite/BACnetVendorId.java | 1 +
.../utils/cache/CachedPlcConnectionManager.java | 5 +-
.../java/utils/cache/ConnectionContainer.java | 49 +++-
.../java/utils/cache/LeasedPlcConnection.java | 326 ++++++++++++++++++++-
.../cache/CachedPlcConnectionManagerTest.java | 2 +
pom.xml | 2 +-
7 files changed, 431 insertions(+), 19 deletions(-)
create mode 100644 plc4go/spi/Future.go