You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/12/17 10:24:28 UTC

[plc4x] branch feature/knxnet-ip-3 updated (70ce8d5 -> a6d8d85)

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

cdutz pushed a change to branch feature/knxnet-ip-3
in repository https://gitbox.apache.org/repos/asf/plc4x.git.


    from 70ce8d5  Merge branch 'develop' of https://gitbox.apache.org/repos/asf/plc4x into feature/knxnet-ip-3
     add ef3c530  [fix] replaced ipV4 address inside the discovered Endpoint
     add 7c27622  Merge remote-tracking branch 'origin/develop' into develop
     add 77c0b4b  [fix] removed start of the own OPC test server
     add a288a37  Merge branches 'develop' and 'PLC4X-157OPC-UADisablediscovery' of https://gitbox.apache.org/repos/asf/plc4x into develop
     add f924075  [fix] regex rule assumed a "/" after the port if a param is attached
     add 0240c08  [fix] Address replacement was wrong and the new configured endpoint for nDiscovery=true was not set
     add 447bc14  [feature] Changed parameter from nDiscovery to discovery
     add 9a13bfa  changed ManualPLC4XOpcua.java according to discovery param
     add 088f14b  [fix] Removed author tag [fix] Use of Calendar API
     add 7bdd25d  Merge pull request #105 from apache/PLC4X-157OPC-UADisablediscovery
     add 2820924  [fix] Added use of osgi component class
     add bcdea4f  PLC4X-45 Add float support to Modbus protocol
     new a6d8d85  Merge branches 'develop' and 'feature/knxnet-ip-3' of https://gitbox.apache.org/repos/asf/plc4x into feature/knxnet-ip-3

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:
 plc4j/drivers/opcua/pom.xml                        |  55 ++--
 .../apache/plc4x/java/opcua/OpcuaPlcDriver.java    |   7 +-
 .../opcua/connection/BaseOpcuaPlcConnection.java   |  14 +-
 .../opcua/connection/OpcuaConnectionFactory.java   |   4 +-
 .../opcua/connection/OpcuaTcpPlcConnection.java    | 307 ++++++++++++---------
 .../plc4x/java/opcua/protocol/OpcuaField.java      |   8 +-
 .../java/opcua/protocol/OpcuaPlcFieldHandler.java  |  27 +-
 .../opcua/protocol/OpcuaSubsriptionHandle.java     |  43 +--
 .../java/opcua/protocol/model/OpcuaDataTypes.java  |   4 +-
 .../opcua/protocol/model/OpcuaIdentifierType.java  |  11 +-
 .../apache/plc4x/java/opcua/ManualPLC4XOpcua.java  |  92 ++++--
 .../plc4x/java/opcua/OpcuaPlcDriverTest.java       |   6 +-
 .../org/apache/plc4x/java/opcua/UtilsTest.java     |   4 +-
 .../connection/OpcuaTcpPlcConnectionTest.java      |  55 +++-
 .../plc4x/java/opcua/protocol/OpcuaFieldTest.java  |   4 +-
 .../opcua/protocol/OpcuaPlcFieldHandlerTest.java   |   4 +-
 .../protocol/OpcuaSubscriptionHandleTest.java      |   4 +-
 .../items/DefaultModbusByteArrayFieldItem.java     |  46 ++-
 .../items/DefaultModbusByteArrayFieldItemTest.java |  36 ++-
 19 files changed, 488 insertions(+), 243 deletions(-)


[plc4x] 01/01: Merge branches 'develop' and 'feature/knxnet-ip-3' of https://gitbox.apache.org/repos/asf/plc4x into feature/knxnet-ip-3

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

cdutz pushed a commit to branch feature/knxnet-ip-3
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit a6d8d85907c5b10d5bcc30bad17df9e922da35a8
Merge: 70ce8d5 bcdea4f
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Tue Dec 17 11:09:07 2019 +0100

    Merge branches 'develop' and 'feature/knxnet-ip-3' of https://gitbox.apache.org/repos/asf/plc4x into feature/knxnet-ip-3

 plc4j/drivers/opcua/pom.xml                        |  55 ++--
 .../apache/plc4x/java/opcua/OpcuaPlcDriver.java    |   7 +-
 .../opcua/connection/BaseOpcuaPlcConnection.java   |  14 +-
 .../opcua/connection/OpcuaConnectionFactory.java   |   4 +-
 .../opcua/connection/OpcuaTcpPlcConnection.java    | 307 ++++++++++++---------
 .../plc4x/java/opcua/protocol/OpcuaField.java      |   8 +-
 .../java/opcua/protocol/OpcuaPlcFieldHandler.java  |  27 +-
 .../opcua/protocol/OpcuaSubsriptionHandle.java     |  43 +--
 .../java/opcua/protocol/model/OpcuaDataTypes.java  |   4 +-
 .../opcua/protocol/model/OpcuaIdentifierType.java  |  11 +-
 .../apache/plc4x/java/opcua/ManualPLC4XOpcua.java  |  92 ++++--
 .../plc4x/java/opcua/OpcuaPlcDriverTest.java       |   6 +-
 .../org/apache/plc4x/java/opcua/UtilsTest.java     |   4 +-
 .../connection/OpcuaTcpPlcConnectionTest.java      |  55 +++-
 .../plc4x/java/opcua/protocol/OpcuaFieldTest.java  |   4 +-
 .../opcua/protocol/OpcuaPlcFieldHandlerTest.java   |   4 +-
 .../protocol/OpcuaSubscriptionHandleTest.java      |   4 +-
 .../items/DefaultModbusByteArrayFieldItem.java     |  46 ++-
 .../items/DefaultModbusByteArrayFieldItemTest.java |  36 ++-
 19 files changed, 488 insertions(+), 243 deletions(-)