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/01/24 20:13:10 UTC

[incubator-plc4x] branch feature/PLC4X-18--raw-sockets updated (e746e70 -> 04784d5)

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

cdutz pushed a change to branch feature/PLC4X-18--raw-sockets
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git.


    from e746e70  - Test implementation of a program sending raw icmp ip packets (ping)
     add c88271a  - Try to merge the github changes
     add 2bae256  cleanup Eclipse m2e plugin warnings
     add 9ffbaff  cleanup missing serialVersionUID values
     add e5ee3aa  cleanup unused imports
     add cde4479  cleanup Resource Leak
     add 5a10d2e  cleanup: invoke static methods in a static way
     add ad51b46  remove dup maven-scm-publish-plugin version decl
     add 48ce110  cleanup: Version is duplicate of parent version
     add 673aaa0  cleanup: remove unnecessary "unchecked" suppression in edgent connector
     add 531766c  Merge pull request #1 from dlaboss/warning-cleanup
     add f8fa7dc  - Merge changes from GitHub hopefully turning on the sync again
     new 04784d5  Merge branches 'feature/PLC4X-18--raw-sockets' and 'master' of https://gitbox.apache.org/repos/asf/incubator-plc4x into feature/PLC4X-18--raw-sockets

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:
 applications/iotree/pom.xml                        |  2 --
 applications/plclogger/pom.xml                     |  2 --
 applications/pom.xml                               |  1 -
 integrations/apache-brooklyn/pom.xml               |  1 -
 integrations/apache-camel/pom.xml                  |  2 --
 integrations/apache-edgent/pom.xml                 |  2 --
 .../apache/plc4x/edgent/mock/MockConnection.java   |  1 -
 integrations/apache-mynewt/pom.xml                 |  1 -
 integrations/pom.xml                               |  1 -
 plc4c/pom.xml                                      |  1 -
 plc4j/api/pom.xml                                  |  2 --
 .../api/exceptions/PlcConnectionException.java     |  1 +
 .../plc4x/java/api/exceptions/PlcException.java    |  1 +
 .../plc4x/java/api/exceptions/PlcIoException.java  |  1 +
 .../java/api/exceptions/PlcProtocolException.java  |  1 +
 plc4j/core/pom.xml                                 |  2 --
 plc4j/pom.xml                                      |  1 -
 plc4j/protocols/pom.xml                            |  1 -
 plc4j/protocols/s7-utils/pom.xml                   |  2 --
 plc4j/protocols/s7/pom.xml                         |  2 --
 .../java/s7/netty/model/types/S7TypeTests.java     |  8 +++---
 plc4j/protocols/utils/pom.xml                      |  2 --
 plc4s/pom.xml                                      |  1 -
 pom.xml                                            | 31 +++++++++++++++++++++-
 24 files changed, 38 insertions(+), 32 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
cdutz@apache.org.

[incubator-plc4x] 01/01: Merge branches 'feature/PLC4X-18--raw-sockets' and 'master' of https://gitbox.apache.org/repos/asf/incubator-plc4x into feature/PLC4X-18--raw-sockets

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

cdutz pushed a commit to branch feature/PLC4X-18--raw-sockets
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git

commit 04784d5aaf1aa365de6a85a58d8451defe3a4102
Merge: e746e70 f8fa7dc
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Jan 24 21:09:54 2018 +0100

    Merge branches 'feature/PLC4X-18--raw-sockets' and 'master' of https://gitbox.apache.org/repos/asf/incubator-plc4x into feature/PLC4X-18--raw-sockets

 applications/iotree/pom.xml                        |  2 --
 applications/plclogger/pom.xml                     |  2 --
 applications/pom.xml                               |  1 -
 integrations/apache-brooklyn/pom.xml               |  1 -
 integrations/apache-camel/pom.xml                  |  2 --
 integrations/apache-edgent/pom.xml                 |  2 --
 .../apache/plc4x/edgent/mock/MockConnection.java   |  1 -
 integrations/apache-mynewt/pom.xml                 |  1 -
 integrations/pom.xml                               |  1 -
 plc4c/pom.xml                                      |  1 -
 plc4j/api/pom.xml                                  |  2 --
 .../api/exceptions/PlcConnectionException.java     |  1 +
 .../plc4x/java/api/exceptions/PlcException.java    |  1 +
 .../plc4x/java/api/exceptions/PlcIoException.java  |  1 +
 .../java/api/exceptions/PlcProtocolException.java  |  1 +
 plc4j/core/pom.xml                                 |  2 --
 plc4j/pom.xml                                      |  1 -
 plc4j/protocols/pom.xml                            |  1 -
 plc4j/protocols/s7-utils/pom.xml                   |  2 --
 plc4j/protocols/s7/pom.xml                         |  2 --
 .../java/s7/netty/model/types/S7TypeTests.java     |  8 +++---
 plc4j/protocols/utils/pom.xml                      |  2 --
 plc4s/pom.xml                                      |  1 -
 pom.xml                                            | 31 +++++++++++++++++++++-
 24 files changed, 38 insertions(+), 32 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
cdutz@apache.org.