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 2ff14f33c0 fix(plc4go): pass loggers where missing
     new 25480b1d22 fix(plc4go): transaction should now be properly handled
     new b9c89ebea3 fix(plc4go/spi): harden request transaction manager 
implementation

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:
 plc4go/internal/bacnetip/Connection.go             |   2 +-
 plc4go/internal/bacnetip/Reader.go                 |  12 +-
 plc4go/internal/cbus/Reader.go                     |   4 -
 plc4go/internal/cbus/Writer.go                     |   4 +-
 .../internal/cbus/mock_RequestTransaction_test.go  |  41 ++++
 plc4go/internal/eip/Reader.go                      |   4 +-
 plc4go/internal/eip/Writer.go                      |   8 +-
 plc4go/internal/s7/Reader.go                       |   4 +-
 plc4go/internal/s7/Writer.go                       |   4 +-
 .../spi/transactions/RequestTransactionManager.go  |  63 ++++-
 .../transactions/RequestTransactionManager_test.go | 253 ++++++++++++++++++---
 .../{pool => transactions}/mock_Executor_test.go   |  21 +-
 .../transactions/mock_RequestTransaction_test.go   |  41 ++++
 plc4go/spi/transactions/mock_requirements.go       |   5 +
 14 files changed, 404 insertions(+), 62 deletions(-)
 copy plc4go/spi/{pool => transactions}/mock_Executor_test.go (90%)

Reply via email to