This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git.
from c533745 plc4j: simple xml based writer
new 63a5849 plc4go: small optimization in ReadBufferXmlBased.go
new e7f2f4c plc4j: simple xml based reader
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:
.../resources/templates/java/io-template.java.ftlh | 3 +-
.../plc4go/spi/utils/ReadBufferXmlBased.go | 6 +-
plc4j/drivers/s7/src/test/java/S7IoTest.java | 134 +++++++++++
plc4j/drivers/s7/src/test/java/s7IoTest.java | 121 ----------
.../java/spi/generation/ReadBufferXmlBased.java | 264 +++++++++++++++++++++
.../java/spi/generation/WriteBufferXmlBased.java | 125 ++++------
6 files changed, 450 insertions(+), 203 deletions(-)
create mode 100644 plc4j/drivers/s7/src/test/java/S7IoTest.java
delete mode 100644 plc4j/drivers/s7/src/test/java/s7IoTest.java
create mode 100644
plc4j/spi/src/main/java/org/apache/plc4x/java/spi/generation/ReadBufferXmlBased.java