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-extras.git


    from 96719d6  chore(deps-dev): bump org.cyclonedx:cyclonedx-maven-plugin 
(#716)
     new 2514ed7  chore: Disabled the s7event module as it's completely out of 
sync with the refactored driver.
     new 0859a6c  chore: Made the integration modules build again.
     new afc56ed  feat: Updated the plc4x server and driver to operate via TLS 
and to support authentication.

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:
 RELEASE_NOTES                                      |  19 ++
 plc4j/examples/pom.xml                             |   2 +-
 plc4j/integrations/apache-calcite/pom.xml          |   6 +
 plc4j/integrations/apache-nifi/README.md           |  54 ++--
 plc4j/tools/plc4x-server/pom.xml                   |  22 +-
 .../plc4x/java/tools/plc4xserver/Plc4xServer.java  | 285 ++++++++++++++-----
 .../java/tools/plc4xserver/ServerTlsContext.java   | 153 +++++++++++
 .../plc4xserver/protocol/Plc4xServerAdapter.java   | 302 ++++++++++++---------
 .../protocol/SocketTransportInstance.java          | 121 +++++++++
 .../java/tools/plc4xserver/Plc4xServerTest.java    |  58 ++--
 10 files changed, 767 insertions(+), 255 deletions(-)
 create mode 100644 
plc4j/tools/plc4x-server/src/main/java/org/apache/plc4x/java/tools/plc4xserver/ServerTlsContext.java
 create mode 100644 
plc4j/tools/plc4x-server/src/main/java/org/apache/plc4x/java/tools/plc4xserver/protocol/SocketTransportInstance.java

Reply via email to