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 93db78b5c6 build(deps): bump
org.apache.maven.plugins:maven-release-plugin (#2346)
new b9c1d4509a feat(plc4go)!: simplify ping
new 1594dfc2f8 chore(build): add a go mod tidy to Makefile
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/Makefile | 7 +-
plc4go/internal/knxnetip/Connection.go | 39 ++---
plc4go/internal/modbus/Connection.go | 81 +++++----
plc4go/internal/simulated/Connection.go | 78 ++++-----
plc4go/internal/simulated/Connection_test.go | 38 ++---
plc4go/internal/simulated/Driver_test.go | 3 +-
plc4go/pkg/api/PlcConnection.go | 2 +-
plc4go/pkg/api/cache/PlcConnectionCache_test.go | 66 +++++---
plc4go/pkg/api/cache/mocks_test.go | 35 ++--
plc4go/pkg/api/cache/plcConnectionLease.go | 23 +--
plc4go/pkg/api/cache/plcConnectionLease_test.go | 4 +-
plc4go/pkg/api/mocks_test.go | 35 ++--
plc4go/spi/default/DefaultConnection.go | 21 +--
plc4go/spi/default/DefaultConnection_test.go | 89 ++--------
.../spi/default/DefaultPlcConnectionPingResult.go | 41 -----
.../defaultPlcConnectionPingResult_plc4xgen.go | 75 ---------
plc4go/spi/default/mocks_test.go | 185 +++++----------------
17 files changed, 270 insertions(+), 552 deletions(-)
delete mode 100644 plc4go/spi/default/DefaultPlcConnectionPingResult.go
delete mode 100644
plc4go/spi/default/defaultPlcConnectionPingResult_plc4xgen.go