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 594ed26 Added an Apache header to a new file
new 3ed3bdb PLC4X-215 - Drivers using the BaseOptimizer
(SingleFieldOptimizer) don't handle error responses gracefully - Fixed the
issue by only accessing the PlcValue if the return code is 'OK'
new f716fc8 PLC4X-213 - [Modbus] The Modbus driver doesn't handle error
responses gracefully
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:
RELEASE_NOTES | 5 ++
.../plc4x/java/api/types/PlcResponseCode.java | 4 ++
.../java/modbus/protocol/ModbusProtocolLogic.java | 56 ++++++++++++++++------
.../plc4x/java/spi/generation/ReadBuffer.java | 7 ++-
.../plc4x/java/spi/optimizer/BaseOptimizer.java | 7 +--
5 files changed, 58 insertions(+), 21 deletions(-)