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 577d61e312 test(plc4go/spi): code sync
     new 3193782fb9 feat(plc4go): add new WithCustomLogger option
     new aa260692f3 test(plc4go): avoid global logging in connection cache

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/ads/Connection.go                  |  10 +-
 plc4go/internal/ads/Driver.go                      |   9 +-
 plc4go/internal/bacnetip/Connection.go             |  10 +-
 plc4go/internal/bacnetip/Driver.go                 |   7 +-
 plc4go/internal/cbus/Connection.go                 |   9 +-
 plc4go/internal/cbus/Connection_test.go            |  51 ++++----
 plc4go/internal/cbus/Reader_test.go                |  45 ++++---
 plc4go/internal/eip/Connection.go                  |   5 +-
 plc4go/internal/eip/EipDriver.go                   |   8 +-
 plc4go/internal/knxnetip/Connection.go             |   7 +-
 plc4go/internal/knxnetip/Driver.go                 |   9 +-
 plc4go/internal/modbus/Connection.go               |   7 +-
 plc4go/internal/modbus/ModbusAsciiDriver.go        |  10 +-
 plc4go/internal/modbus/ModbusRtuDriver.go          |  10 +-
 plc4go/internal/modbus/ModbusTcpDriver.go          |  10 +-
 plc4go/internal/s7/Connection.go                   |  10 +-
 plc4go/internal/s7/Driver.go                       |   8 +-
 plc4go/internal/simulated/Connection.go            |  24 ++--
 plc4go/internal/simulated/Driver.go                |   9 +-
 plc4go/internal/simulated/Reader.go                |   6 +-
 plc4go/internal/simulated/Subscriber.go            |   6 +-
 plc4go/internal/simulated/Writer.go                |   6 +-
 plc4go/pkg/api/cache/PlcConnectionCache.go         |  49 ++++----
 plc4go/pkg/api/cache/PlcConnectionCache_test.go    |  43 ++++---
 plc4go/pkg/api/cache/common.go                     |  22 +++-
 plc4go/pkg/api/cache/connectionContainer.go        | 132 +++++++++++----------
 plc4go/pkg/api/cache/connectionContainer_test.go   | 127 +++++++++++++-------
 .../pkg/api/cache/mock_tracedPlcConnection_test.go |   3 +-
 .../cbus => pkg/api/cache}/noGlobalLog_test.go     |   2 +-
 plc4go/pkg/api/cache/plcConnectionLease.go         |   6 +-
 plc4go/pkg/api/cache/tracedPlcConnection.go        |   4 +-
 plc4go/pkg/api/config/config.go                    |  15 +++
 plc4go/pkg/api/driverManager.go                    |  57 +++++----
 plc4go/pkg/api/driverManager_test.go               |   5 +-
 plc4go/pkg/api/drivers/drivers.go                  |  38 +++---
 plc4go/pkg/api/logging/init.go                     |   7 ++
 plc4go/pkg/api/transports/transports.go            |  14 ++-
 plc4go/spi/default/DefaultConnection.go            |   9 +-
 plc4go/spi/default/DefaultConnection_test.go       |  11 +-
 .../mock_DefaultPlcConnectionCloseResult_test.go   |   3 +-
 .../converter/OptionConverter.go}                  |  27 ++---
 plc4go/spi/{ => tracer}/Tracer.go                  |  20 +++-
 plc4go/spi/{ => tracer}/Tracer_test.go             |   2 +-
 .../spi/{ => tracer}/mock_TracerProvider_test.go   |   6 +-
 plc4go/spi/utils/IdGenerator.go                    |   5 +-
 plc4go/spi/utils/IdGenerator_test.go               |   3 +-
 46 files changed, 533 insertions(+), 353 deletions(-)
 copy plc4go/{internal/cbus => pkg/api/cache}/noGlobalLog_test.go (98%)
 copy plc4go/spi/{utils/ReadBuffer_test.go => 
options/converter/OptionConverter.go} (67%)
 rename plc4go/spi/{ => tracer}/Tracer.go (88%)
 rename plc4go/spi/{ => tracer}/Tracer_test.go (99%)
 rename plc4go/spi/{ => tracer}/mock_TracerProvider_test.go (98%)

Reply via email to