This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a change to branch fix/opc-ua-fine-tuning
in repository https://gitbox.apache.org/repos/asf/plc4x.git


    from 3212e68bd2 chore: Reformatting.
     new 7719c55e6f chore: Switched to the javac compiler.
     new 58eca3c2f0 chore: Updated KNX manufacturer data
     new f80dc154cb fix: Worked on getting all various types of OPC-UA request 
working with my Siemens S7 OPC-UA Server.

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:
 .../java/bacnetip/readwrite/BACnetVendorId.java    | 19 ++++-
 .../java/knxnetip/readwrite/KnxManufacturer.java   | 36 +++++++--
 .../readwrite/BinaryExtensionObjectWithMask.java   | 23 ++++--
 .../plc4x/java/opcua/context/Conversation.java     | 20 ++---
 .../java/opcua/protocol/OpcuaProtocolLogic.java    | 92 +++++++++++++++------
 .../opcua/readwrite/UnknownExtensionObject.java    | 93 ++++++++++++++++++++++
 .../java/opcua/readwrite/utils/StaticHelper.java   | 36 ++++++++-
 ....java => ManualOpcUaS71500NewFWDriverTest.java} | 53 ++++++------
 .../java/opcua/OpcuaParserSerializerTest.java      |  2 +-
 .../protocol/OpcuaSubscriptionHandleTest.java      |  5 +-
 .../opcua/src/test/resources/logback-test.xml      |  2 +-
 .../apache/plc4x/java/spi/Plc4xNettyWrapper.java   |  4 +-
 .../java/spi/values/LegacyPlcValueHandler.java     |  4 +
 pom.xml                                            | 10 +--
 .../protocols/bacnetip/bacnet-vendorids.mspec      | 17 +++-
 .../protocols/knxnetip/knx-master-data.mspec       | 31 ++++++--
 .../generated/protocols/opcua/opc-manual.mspec     |  2 +-
 protocols/opcua/src/main/xslt/opc-manual.xsl       |  2 +-
 18 files changed, 348 insertions(+), 103 deletions(-)
 create mode 100644 
plc4j/drivers/opcua/src/main/java/org/apache/plc4x/java/opcua/readwrite/UnknownExtensionObject.java
 rename 
plc4j/drivers/opcua/src/test/java/org/apache/plc4x/java/opcua/{ManualS71500NewFWDriverTest.java
 => ManualOpcUaS71500NewFWDriverTest.java} (69%)

Reply via email to