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 206de33f7c build(deps): bump actions/cache from 5 to 6 (#2613)
new 405c9aafb8 fix: Made the client clean up after failing to connect.
new 2b34cd36d5 fix: Made the base driver redact password-related
information when logging to the console
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:
.../apache/plc4x/java/plc4x/Plc4xConnection.java | 69 ++++++++++------
plc4j/spi/drivers/pom.xml | 24 ++++++
.../apache/plc4x/java/spi/drivers/DriverBase.java | 21 ++++-
.../plc4x/java/spi/drivers/DriverBaseTest.java | 96 ++++++++++++++++++++++
4 files changed, 186 insertions(+), 24 deletions(-)
create mode 100644
plc4j/spi/drivers/src/test/java/org/apache/plc4x/java/spi/drivers/DriverBaseTest.java