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 9205b257b7 feat(plc4go): implement BACnet/IP segmentation, write 
priority, and directed WhoIs
     new 0624edc90c chore: Re-enabled all drivers in the "all-drivers" module
     new f61231d06a feat: Added string support to the Simulated driver.
     new 1e0eaaf2c3 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                                      |  16 +++
 plc4j/drivers/all/pom.xml                          |  56 ++++----
 plc4j/drivers/plc4x/pom.xml                        |   5 +
 .../java/plc4x/readwrite/Plc4xAuthRequest.java     | 149 +++++++++++++++++++++
 ...ConnectResponse.java => Plc4xAuthResponse.java} |  41 ++----
 .../plc4x/java/plc4x/readwrite/Plc4xMessage.java   |   6 +-
 .../java/plc4x/readwrite/Plc4xRequestType.java     |   6 +-
 .../apache/plc4x/java/plc4x/Plc4xConnection.java   |  45 +++++++
 .../org/apache/plc4x/java/plc4x/Plc4xDriver.java   |  11 +-
 .../apache/plc4x/java/plc4x/Plc4xMessageCodec.java |  29 ++++
 .../java/plc4x/config/Plc4xConfiguration.java      |  24 ++++
 ...on.java => Plc4xTlsTransportConfiguration.java} |   4 +-
 .../java/simulated/connection/SimulatedDevice.java |  34 ++++-
 .../simulated/connection/SimulatedDeviceTest.java  |  38 ++++++
 .../main/resources/protocols/plc4x/v0/plc4x.mspec  |  11 ++
 15 files changed, 408 insertions(+), 67 deletions(-)
 create mode 100644 
plc4j/drivers/plc4x/src/main/generated/org/apache/plc4x/java/plc4x/readwrite/Plc4xAuthRequest.java
 copy 
plc4j/drivers/plc4x/src/main/generated/org/apache/plc4x/java/plc4x/readwrite/{Plc4xConnectResponse.java
 => Plc4xAuthResponse.java} (71%)
 copy 
plc4j/drivers/plc4x/src/main/java/org/apache/plc4x/java/plc4x/config/{Plc4xTcpTransportConfiguration.java
 => Plc4xTlsTransportConfiguration.java} (89%)

Reply via email to