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 2e2900a648 fix: Hopefully made the new test less flaky.
new c58082e0ed fix: Hardened the code against a potentally hanging close
operation.
new 1da2f65257 docs: Added a comment on why jackson annotations are
differently versioned than the implementation.
new ebd945ee49 fix: Hardened the OPC-UA driver against issues with
unexpected variants.
The 3 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/opcua/OpcuaConnection.java | 357 +++++++++++----------
.../opcua/protocol/OpcuaSubscriptionHandle.java | 7 +
.../opcua/protocol/OpcuaVariantToPlcValueTest.java | 107 ++++++
.../java/utils/cache/ConnectionContainer.java | 20 +-
.../java/utils/cache/ConnectionContainerTest.java | 108 +++++++
pom.xml | 8 +
6 files changed, 442 insertions(+), 165 deletions(-)
create mode 100644
plc4j/drivers/opcua/src/test/java/org/apache/plc4x/java/opcua/protocol/OpcuaVariantToPlcValueTest.java