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 1689aa8 - Added an "outputFlavor" element to the plugin configuration
which allows selecting different variants of output. - Made sure the generated
sources contain the output flavor in the package names to avoid collisions in
fat-jar installations.
new 7f3847f - Adjusted the java template to respect the "passive" output
flavor
new 01e02b0 - Refactored the AbEthProtocol to use a generic netty driver
layer build to support generated drivers
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:
.../main/resources/templates/java/io-template.ftlh | 4 ++-
.../resources/templates/java/pojo-template.ftlh | 5 ++-
plc4j/protocols/driver-bases/base/pom.xml | 5 +++
.../base/GeneratedDriverByteToMessageCodec.java | 25 +++++++-------
.../java/org/apache/plc4x/java/utils/Message.java | 3 ++
.../org/apache/plc4x/java/utils/SizeAware.java | 26 --------------
.../protocol/test/ProtocolTestsuiteRunner.java | 2 +-
.../plc4x/java/abeth/protocol/AbEthProtocol.java | 40 ++--------------------
8 files changed, 29 insertions(+), 81 deletions(-)
copy
sandbox/test-java-ab-eth-driver/src/main/java/org/apache/plc4x/java/abeth/protocol/AbEthProtocol.java
=>
plc4j/protocols/driver-bases/base/src/main/java/org/apache/plc4x/java/base/GeneratedDriverByteToMessageCodec.java
(67%)
delete mode 100644
plc4j/utils/driver-base-java/src/main/java/org/apache/plc4x/java/utils/SizeAware.java