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 3101ec1 Merge pull request #225 from
apache/add_encryption_handler_opcua
new e1560ad - Made the Reader detect the case of a property not existing
or not having the permission to read.
new b5ed562 - Fixed some package errors
new 7919d5d - Adjusted the "TestKnxNetIpPlc4goDiscovery" test to work
with the updated Browse functionality.
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:
plc4go/cmd/main/drivers/knxnetip_test.go | 28 +-
plc4go/internal/plc4go/knxnetip/KnxNetIpReader.go | 56 ++--
.../plc4go/knxnetip/readwrite/ParserHelper.go | 124 ++++----
.../plc4go/knxnetip/readwrite/XmlParserHelper.go | 338 ++++++++++-----------
4 files changed, 294 insertions(+), 252 deletions(-)