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 2018/08/02 09:20:58 UTC

[incubator-plc4x] branch master updated (44c0d68 -> 8639d34)

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

cdutz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git.


    from 44c0d68  Added an enforcer rule, that fails the build if any dependencies (direct and transitive) are used for which known vulnerabilities exist.
     add 75bf337  Added some javadoc to S7 communication path and several todos that may be helpful.
     add a919e94  Added javadoc on S7PlcConnection.
     add b1c4c86  Merge branch 's7-communication-documentation' of https://github.com/JulianFeinauer/incubator-plc4x into JulianFeinauer-s7-communication-documentation
     add 4caff3c  Removed the TODOs
     new 8639d34  Merge branch 'JulianFeinauer-s7-communication-documentation'

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:
 .../apache/plc4x/java/api/messages/PlcReadRequest.java | 13 +++++++++++++
 .../plc4x/java/api/messages/PlcReadResponse.java       | 10 ++++++++++
 .../plc4x/java/api/messages/items/ReadRequestItem.java | 12 ++++++++++++
 .../java/api/messages/items/ReadResponseItem.java      |  6 ++++++
 .../plc4x/java/api/messages/items/RequestItem.java     |  5 +++++
 .../api/messages/specific/TypeSafePlcReadRequest.java  |  8 ++++++++
 .../plc4x/java/s7/connection/S7PlcConnection.java      | 18 ++++++++++++++++++
 .../apache/plc4x/java/s7/netty/Plc4XS7Protocol.java    |  9 +++++++++
 .../org/apache/plc4x/java/s7/netty/S7Protocol.java     |  9 +++++++++
 .../plc4x/java/s7/netty/model/messages/S7Message.java  | 10 ++++++++++
 .../java/s7/netty/model/messages/S7RequestMessage.java |  5 +++++
 .../s7/netty/model/messages/S7ResponseMessage.java     |  3 +++
 .../plc4x/java/s7/netty/model/params/VarParameter.java |  6 +++++-
 .../model/params/items/S7AnyVarParameterItem.java      | 15 +++++++++++++++
 .../plc4x/java/s7/netty/model/payloads/VarPayload.java |  5 +++++
 15 files changed, 133 insertions(+), 1 deletion(-)


[incubator-plc4x] 01/01: Merge branch 'JulianFeinauer-s7-communication-documentation'

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

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git

commit 8639d3436f3edeac78d29090040dcf4588746958
Merge: 44c0d68 4caff3c
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Thu Aug 2 11:20:37 2018 +0200

    Merge branch 'JulianFeinauer-s7-communication-documentation'

 .../apache/plc4x/java/api/messages/PlcReadRequest.java | 13 +++++++++++++
 .../plc4x/java/api/messages/PlcReadResponse.java       | 10 ++++++++++
 .../plc4x/java/api/messages/items/ReadRequestItem.java | 12 ++++++++++++
 .../java/api/messages/items/ReadResponseItem.java      |  6 ++++++
 .../plc4x/java/api/messages/items/RequestItem.java     |  5 +++++
 .../api/messages/specific/TypeSafePlcReadRequest.java  |  8 ++++++++
 .../plc4x/java/s7/connection/S7PlcConnection.java      | 18 ++++++++++++++++++
 .../apache/plc4x/java/s7/netty/Plc4XS7Protocol.java    |  9 +++++++++
 .../org/apache/plc4x/java/s7/netty/S7Protocol.java     |  9 +++++++++
 .../plc4x/java/s7/netty/model/messages/S7Message.java  | 10 ++++++++++
 .../java/s7/netty/model/messages/S7RequestMessage.java |  5 +++++
 .../s7/netty/model/messages/S7ResponseMessage.java     |  3 +++
 .../plc4x/java/s7/netty/model/params/VarParameter.java |  6 +++++-
 .../model/params/items/S7AnyVarParameterItem.java      | 15 +++++++++++++++
 .../plc4x/java/s7/netty/model/payloads/VarPayload.java |  5 +++++
 15 files changed, 133 insertions(+), 1 deletion(-)