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 2019/12/13 10:07:10 UTC

[plc4x] branch develop updated (9db632c -> 7bdd25d)

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

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


    from 9db632c  - Code Generation -- Added spec-templates to the generator (Generated once per spec) -- Fixed the handling of BigIntegers -- Fixed the handling of BigInteger reference values -- Fixed the importing of the type-packages (for enums) - ADS/AMS Protocol -- Commented out stuff that was just copied form DF1 and didn't compile
     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
     new 7bdd25d  Merge pull request #105 from apache/PLC4X-157OPC-UADisablediscovery

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                        |   3 +-
 .../apache/plc4x/java/opcua/OpcuaPlcDriver.java    |   9 +-
 .../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 +-
 17 files changed, 384 insertions(+), 215 deletions(-)


[plc4x] 01/01: Merge pull request #105 from apache/PLC4X-157OPC-UADisablediscovery

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

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

commit 7bdd25dee8ee3265ddd83cd750c3f901f8deca89
Merge: 9db632c 088f14b
Author: Matthias Strljic <na...@users.noreply.github.com>
AuthorDate: Fri Dec 13 11:07:00 2019 +0100

    Merge pull request #105 from apache/PLC4X-157OPC-UADisablediscovery

 plc4j/drivers/opcua/pom.xml                        |   3 +-
 .../apache/plc4x/java/opcua/OpcuaPlcDriver.java    |   9 +-
 .../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 +-
 17 files changed, 384 insertions(+), 215 deletions(-)