This is an automated email from the ASF dual-hosted git repository.
ldywicki pushed a change to branch opc-ua-events
in repository https://gitbox.apache.org/repos/asf/plc4x.git
omit 7a4ef4a58b fix(plc4j): Adjust endpoint selection logic.
omit a6e364af58 Introduce BINARY_ENCODING_MASK constant to golang opcua
driver.
omit 49983ea92e Update parser xml test suites.
omit 8aa6583975 Fix compile errors in golang opcua driver.
omit aac70c285a Check in golang generated code.
omit d9aa21e677 Align naming of functions in go templates - always using
GetLengthInBits.
omit b8c98cf2b9 Add support for event tags in opc-ua protocol.
omit ea08a38fa9 feat(code-gen/go): enable builder for discriminated types
omit 2d705edb82 chore(code-gen/go): sync generated code
omit ed218a6f66 fix(plc4go/opcua): fix remaining compile issues
omit 757952f236 fix(plc4go/opcua): get rid of old files
omit 60259e3c69 fix(plc4go/opcua): common fix and sync
omit 96eb460817 fix(plc4go/opcua): fix issues with parameter with a multi
inheritance constructor order
omit 677968cb47 Fix compile errors in golang opcua driver.
omit 74219cb482 Fix compile errors in golang opcua driver.
omit 929b5195a6 Checkin generated code for java.
omit 2168c7875f Serializer test for golang opcua driver.
omit 365a97d430 Fix compile errors in golang opcua driver.
omit 9ccffde948 Tweak opcua xslt a little bit.
omit 7ae53bc085 Fix compile errors after updates of opcua driver.
omit eb174933f2 Tweak opcua xslt a little bit.
omit 9a99f8bb3a Fix compile errors after updates of opcua driver.
omit d0ea7c4fd6 Fix compile errors after updates of opcua driver.
omit 60b1f5e6ba Tweak opcua xslt a little bit.
omit 86b5e5c945 Fix compile errors after updates of opcua driver.
omit 9c17d688e4 Introduce AttributeId enum for OPC-UA.
omit 66d3db38d8 Fix compile errors in golang opcua driver.
omit 87e1721f83 Tweak opcua xslt a little bit.
omit b4a584affe Update OPC-UA mspec and tests.
omit 7bcd153348 Include wider pool of OPC-UA types in mspec.
add 369ecce417 fix: Fixed a bug in handling arrays in S7comm
add 112261adf5 fix(plc4j): Disable opcua tests on Jenkins.
add b2ac656955 chore: Update knx manufacturer ids.
add ccf6ebebab refactor: Cleaned up the array handling in browse-items.
add 49af0805ea chore: Added a testcase (however commmented out) for
testing handling of large arrays.
add 750092535b build(deps): bump
org.apache.maven.shared:maven-dependency-analyzer (#1828)
add 6c6d933003 build(deps): bump nl.jqno.equalsverifier:equalsverifier
(#1824)
add 1f05ed4378 build(deps): bump mypy from 1.12.0 to 1.12.1 in /plc4py
(#1836)
add 141b342fbd build(deps): bump coverage from 7.6.3 to 7.6.4 in /plc4py
(#1835)
add 947c6657a4 build(deps): bump virtualenv from 20.26.6 to 20.27.0 in
/plc4py (#1831)
add 4d912a757d build(deps): bump junit.jupiter.version from 5.11.2 to
5.11.3 (#1837)
add 2e92314dd5 build(deps): bump
com.google.googlejavaformat:google-java-format (#1838)
add 886c1e72ce fix(plc4j): Use pre-provisioned security keys for OPC-UA
tests.
add 431cf2460d fix(plc4j): Use pre-provisioned security keys for OPC-UA
tests.
add 5e8fa8b6ef chore(plc4j): Reduce log level of opc-ua driver tests.
add fb1ed2ca65 feat(plc4j/opcua): Include wider pool of OPC-UA types in
mspec.
add f7e05e27aa Fix compile errors in golang opcua driver.
add 60971c7cc2 fix(plc4go/opcua): OPC-UA driver updates and checkin of
generated code.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (7a4ef4a58b)
\
N -- N -- N refs/heads/opc-ua-events (60971c7cc2)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../knxnetip/readwrite/model/KnxManufacturer.go | 2 +-
.../plc4x/java/api/messages/PlcBrowseItem.java | 3 +-
.../plc4x/java/ads/protocol/AdsProtocolLogic.java | 20 +--
.../readwrite/connection/CtrlXConnection.java | 4 +-
.../java/knxnetip/readwrite/KnxManufacturer.java | 2 +-
.../apache/plc4x/java/opcua/KeystoreGenerator.java | 115 +++++++++++++++++
.../apache/plc4x/java/opcua/MiloTestContainer.java | 9 +-
.../plc4x/java/opcua/OpcuaPlcDriverTest.java | 143 +++++++++++++--------
.../protocol/OpcuaSubscriptionHandleTest.java | 25 +---
.../milo/examples/server/EventNotifierTask.java | 102 +++++++++++++++
.../milo/examples/server/TestMiloServer.java | 17 ++-
.../opcua/src/test/resources/logback-test.xml | 2 +
.../profinet/protocol/ProfinetProtocolLogic.java | 4 +-
.../java/profinet/device/ProfinetModuleImpl.java | 10 +-
.../apache/plc4x/java/s7/readwrite/tag/S7Tag.java | 2 +-
.../java/s7/readwrite/ManualS71200DriverTest.java | 17 ++-
.../java/spi/messages/DefaultPlcBrowseItem.java | 12 +-
.../messages/DefaultPlcBrowseItemArrayInfo.java | 44 -------
.../spi/messages/DefaultPlcBrowseItemList.java | 117 -----------------
.../knxnetip/readwrite/model/KnxManufacturer.cs | 2 +-
plc4py/requirements.txt | 6 +-
pom.xml | 8 +-
.../protocols/knxnetip/knx-master-data.mspec | 2 +-
23 files changed, 393 insertions(+), 275 deletions(-)
create mode 100644
plc4j/drivers/opcua/src/test/java/org/apache/plc4x/java/opcua/KeystoreGenerator.java
create mode 100644
plc4j/drivers/opcua/src/test/java/org/eclipse/milo/examples/server/EventNotifierTask.java
delete mode 100644
plc4j/spi/src/main/java/org/apache/plc4x/java/spi/messages/DefaultPlcBrowseItemArrayInfo.java
delete mode 100644
plc4j/spi/src/main/java/org/apache/plc4x/java/spi/messages/DefaultPlcBrowseItemList.java