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

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


    from 04c9bf2  Merge branches 'develop' and 'merge-julian-branch' of 
https://gitbox.apache.org/repos/asf/plc4x into develop
     new a7eefd6  - Adjusted the code generation to the latest changes in the 
plc4x-maven-plugin
     new b0fe038  - First steps to implementing the Allen Bradley ETH protocol.

The 2 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:
 .../freemarker/FreemarkerLanguageOutput.java       |   5 +-
 .../language/java/JavaLanguageTemplateHelper.java  |  10 +-
 .../templates/java/active-io-template.ftlh         |  10 +-
 .../templates/java/passive-io-template.ftlh        |  10 +-
 .../resources/templates/java/pojo-template.ftlh    |   4 +-
 .../protocol/test/ProtocolTestsuiteRunner.java     |   5 +
 protocols/{df1 => ab-eth}/pom.xml                  |   6 +-
 .../plc4x/protocol/abeth/ABETHProtocol.java}       |   8 +-
 ...e.plc4x.plugins.codegenerator.protocol.Protocol |   2 +-
 .../main/resources/protocols/abeth/ab-eth.mspec    |  85 +++++++++++
 protocols/pom.xml                                  |   3 +-
 sandbox/pom.xml                                    |   1 +
 .../pom.xml                                        |  45 +++---
 .../apache/plc4x/protocol/abeth/AbEthTest.java}    |   8 +-
 .../test/resources/testsuite/AbEthTestsuite.xml    | 163 +++++++++++++++++++++
 15 files changed, 315 insertions(+), 50 deletions(-)
 copy protocols/{df1 => ab-eth}/pom.xml (90%)
 copy 
protocols/{df1/src/main/java/org/apache/plc4x/protocol/df1/Df1Protocol.java => 
ab-eth/src/main/java/org/apache/plc4x/protocol/abeth/ABETHProtocol.java} (87%)
 copy protocols/{df1 => 
ab-eth}/src/main/resources/META-INF/services/org.apache.plc4x.plugins.codegenerator.protocol.Protocol
 (94%)
 create mode 100644 
protocols/ab-eth/src/main/resources/protocols/abeth/ab-eth.mspec
 copy sandbox/{test-java-s7-driver => test-java-ab-eth-driver}/pom.xml (62%)
 copy 
sandbox/{test-java-df1-driver/src/test/java/org/apache/plc4x/protocol/df1/Df1Test.java
 => 
test-java-ab-eth-driver/src/test/java/org/apache/plc4x/protocol/abeth/AbEthTest.java}
 (83%)
 create mode 100644 
sandbox/test-java-ab-eth-driver/src/test/resources/testsuite/AbEthTestsuite.xml

Reply via email to