This is an automated email from the ASF dual-hosted git repository.
hutcheb pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git.
from 6d8f73f PLC4X-272 When splitting up large requests, too big
sub-requests are generated (S7) - When splitting up into more than one request,
the new request was correctly initialized with the empty-request size, however
the current element wasn't added. This should now be fixed
add aa172ac Add Encryption handler for opcua server
add cb1f190 Re-Wrote OPC UA server -> Milo Interface
add 184fafb Finialized OPCUA server and updated Kafka connector
add cca4a9f Updated based on Ottos and Matthias' comments.
new 3101ec1 Merge pull request #225 from
apache/add_encryption_handler_opcua
The 1 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:
LICENSE | 5 -
NOTICE | 2 -
plc4j/integrations/apache-kafka/pom.xml | 5 +
.../org/apache/plc4x/kafka/Plc4xSinkConnector.java | 1 -
.../java/org/apache/plc4x/kafka/Plc4xSinkTask.java | 2 -
.../apache/plc4x/kafka/Plc4xSourceConnector.java | 3 -
.../org/apache/plc4x/kafka/Plc4xSourceTask.java | 5 +-
plc4j/integrations/opcua-server/pom.xml | 14 +-
.../plc4x/java/opcuaserver/KeyStoreLoader.java | 154 ------------
.../apache/plc4x/java/opcuaserver/OPCUAServer.java | 263 ++++++++++-----------
.../opcuaserver/backend/Plc4xCommunication.java | 238 +++++++++----------
.../java/opcuaserver/backend/Plc4xNamespace.java | 125 ++++------
.../opcuaserver/configuration/Configuration.java | 7 -
.../opcuaserver/context/CertificateGenerator.java | 122 ++++++++++
.../Tag.java => context/CertificateKeyPair.java} | 26 +-
.../plc4x/java/opcuaserver/OpcuaPlcDriverTest.java | 75 +++---
.../opcua-server/src/test/resources/config.yml | 1 -
17 files changed, 466 insertions(+), 582 deletions(-)
delete mode 100644
plc4j/integrations/opcua-server/src/main/java/org/apache/plc4x/java/opcuaserver/KeyStoreLoader.java
create mode 100644
plc4j/integrations/opcua-server/src/main/java/org/apache/plc4x/java/opcuaserver/context/CertificateGenerator.java
copy
plc4j/integrations/opcua-server/src/main/java/org/apache/plc4x/java/opcuaserver/{configuration/Tag.java
=> context/CertificateKeyPair.java} (61%)