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

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


    from fcd2fa11a0 doc: Updated the website to correctly update the current 
version and replaced the old scraper documentation with new event-pump 
documentation.
     new ab894d4b9e feat: Added an intervalMillis to the event pump.
     new 393044dd51 fix(plc4j): report unparseable tag addresses per tag

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:
 .../plc4x/java/eip/base/EipTcpConnection.java      |  94 +++++--
 .../java/modbus/ascii/ModbusAsciiConnection.java   |  19 +-
 .../plc4x/java/modbus/rtu/ModbusRtuConnection.java |  19 +-
 .../plc4x/java/modbus/tcp/ModbusTcpConnection.java |  19 +-
 .../rtu/ModbusRtuConnectionRequestChainTest.java   |  61 +++++
 .../apache/plc4x/java/opcua/OpcuaConnection.java   |  93 +++++--
 .../plc4x/java/opcua/OpcuaPlcDriverTest.java       |  64 +++++
 .../org/apache/plc4x/java/s7/S7CotpConnection.java |  43 +++-
 .../java/s7/optimizer/S7BlockReadOptimizer.java    |   3 +
 .../plc4x/java/s7/optimizer/S7Optimizer.java       |  19 +-
 .../plc4x/java/s7/S7ConnectionInvalidTagTest.java  | 106 ++++++++
 .../plc4x/java/s7/S7ScriptedConnectionHarness.java | 278 +++++++++++++++++++++
 .../simulated/connection/SimulatedConnection.java  |  10 +
 .../connection/SimulatedConnectionTest.java        |  56 +++++
 .../tools/eventpump/config/EventPumpFactory.java   |  32 ++-
 .../eventpump/config/TriggerConfiguration.java     |  55 +++-
 .../eventpump/config/EventPumpFactoryTest.java     | 147 +++++++++++
 .../modules/users/pages/tools/event-pump.adoc      |  15 ++
 18 files changed, 1079 insertions(+), 54 deletions(-)
 create mode 100644 
plc4j/drivers/s7/src/test/java/org/apache/plc4x/java/s7/S7ConnectionInvalidTagTest.java
 create mode 100644 
plc4j/drivers/s7/src/test/java/org/apache/plc4x/java/s7/S7ScriptedConnectionHarness.java

Reply via email to