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 95571e9494 refactor(plc4go): switch from global loggers to local
loggers
new 04d235d1a8 refactor(plc4go): switch from global loggers to local
loggers
new f8ddf688c3 chore(plc4go): code sync
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/cbus/Reader_test.go | 6 ++
.../pkg/api/cache/mock_tracedPlcConnection_test.go | 15 ++--
.../api/config}/mock_WithOption_test.go | 2 +-
.../knxnetip/readwrite/model/KnxManufacturer.go | 58 +++++++++++--
.../spi/default/mock_CustomMessageHandler_test.go | 98 ++++++++++++++++++++++
.../mock_DefaultPlcConnectionCloseResult_test.go | 15 ++--
plc4go/spi/pool/WorkerPool.go | 7 +-
plc4go/spi/pool/WorkerPool_test.go | 11 +++
plc4go/spi/tracer/mock_TracerProvider_test.go | 4 +-
.../java/knxnetip/readwrite/KnxManufacturer.java | 8 +-
10 files changed, 195 insertions(+), 29 deletions(-)
copy plc4go/{spi/options => pkg/api/config}/mock_WithOption_test.go (99%)
create mode 100644 plc4go/spi/default/mock_CustomMessageHandler_test.go