You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by na...@apache.org on 2020/03/04 08:48:46 UTC

[plc4x] branch rel/0.6 updated (9b1a8f3 -> 6471721)

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

nalim2 pushed a change to branch rel/0.6
in repository https://gitbox.apache.org/repos/asf/plc4x.git.


    from 9b1a8f3  Added explizit channel close to ADS.
     add 1775743  [fix] Bug in the regular expression of the variable address which includes the fix of the issue #PLC4X-142 OPC-UA read variables
     add 4c6e062  [fix] Bug in the regular expression of the variable address which includes the fix of the issue #PLC4X-142 OPC-UA read variables
     add 68b9cb8  [fix] Added some tests for spaces and siemens style addresses
     new 6471721  Merge pull request #130 from apache/fix-OPC-wrong-paramhandling

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:
 RELEASE_NOTES                                      |  1 +
 plc4j/drivers/opcua/pom.xml                        |  7 +++
 .../plc4x/java/opcua/protocol/OpcuaField.java      |  2 +-
 .../apache/plc4x/java/opcua/ManualPLC4XOpcua.java  | 55 ++++++++++++----------
 .../plc4x/java/opcua/protocol/OpcuaFieldTest.java  |  7 +++
 5 files changed, 46 insertions(+), 26 deletions(-)


[plc4x] 01/01: Merge pull request #130 from apache/fix-OPC-wrong-paramhandling

Posted by na...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nalim2 pushed a commit to branch rel/0.6
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit 6471721af90c604a3efc7d05768f994b7b97a587
Merge: 9b1a8f3 68b9cb8
Author: Matthias Strljic <na...@users.noreply.github.com>
AuthorDate: Wed Mar 4 09:48:36 2020 +0100

    Merge pull request #130 from apache/fix-OPC-wrong-paramhandling
    
    PLC4x-142 OPC-UA read variables

 RELEASE_NOTES                                      |  1 +
 plc4j/drivers/opcua/pom.xml                        |  7 +++
 .../plc4x/java/opcua/protocol/OpcuaField.java      |  2 +-
 .../apache/plc4x/java/opcua/ManualPLC4XOpcua.java  | 55 ++++++++++++----------
 .../plc4x/java/opcua/protocol/OpcuaFieldTest.java  |  7 +++
 5 files changed, 46 insertions(+), 26 deletions(-)