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 407acefa42 feat(plc4go): default ZerologInterfacePLCMessageFormat to
JSON
new 009fbdd0aa test(plc4go): use sync test
new 87f5a6c229 fix(plc4go): finally fix hanging shutdown
new a97260fd86 perf(plc4go/spi): avoid frequent recompile of ascii regex
new 00d8afa7aa feat(plc4go/spi): add interaction id to better identify
failing requests
new fdf8e842b4 fix(plc4go/spi): TransportInstance should stop on ctx abort
new 215605fe8a feat(plc4go/spi): add transactionInfo to RequestTransaction
new 8281025d40 feat(plc4go/spi): add operationInfo to Submit for
transaction
new 9eda95c2bb test(plc4go/cbus): disable test temporary
The 8 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/DiscoveryMessageCodec.go | 4 +-
plc4go/internal/ads/Interactions.go | 12 +-
plc4go/internal/ads/MessageCodec.go | 4 +-
.../bacnetip/ApplicationLayerMessageCodec.go | 6 +-
plc4go/internal/bacnetip/MessageCodec.go | 4 +-
plc4go/internal/bacnetip/Reader.go | 6 +-
.../bacgopes/tests/test_bvll/test_foreign_test.go | 373 ++++++++++----------
.../bacgopes/tests/test_network/test_net_2_test.go | 263 ++++++++-------
plc4go/internal/cbus/Browser_test.go | 37 +-
plc4go/internal/cbus/CBusMessageMapper_test.go | 88 ++---
plc4go/internal/cbus/Connection.go | 136 ++++----
plc4go/internal/cbus/Connection_test.go | 35 +-
plc4go/internal/cbus/MessageCodec.go | 11 +-
plc4go/internal/cbus/MessageCodec_test.go | 257 +++++++-------
plc4go/internal/cbus/Reader.go | 6 +-
plc4go/internal/cbus/Writer.go | 6 +-
plc4go/internal/cbus/mocks_test.go | 2 +-
plc4go/internal/eip/Connection.go | 10 +-
plc4go/internal/eip/MessageCodec.go | 4 +-
plc4go/internal/eip/Reader.go | 6 +-
.../knxnetip/ConnectionInternalOperations.go | 375 +++++++++++----------
plc4go/internal/knxnetip/Discoverer.go | 2 +-
plc4go/internal/knxnetip/MessageCodec.go | 6 +-
plc4go/internal/modbus/Connection.go | 2 +-
plc4go/internal/modbus/MessageCodec.go | 4 +-
plc4go/internal/modbus/Reader.go | 2 +-
plc4go/internal/modbus/Writer.go | 2 +-
plc4go/internal/opcua/MessageCodec.go | 4 +-
plc4go/internal/opcua/SecureChannel.go | 18 +-
plc4go/internal/s7/Connection.go | 6 +-
plc4go/internal/s7/MessageCodec.go | 4 +-
plc4go/internal/s7/Reader.go | 6 +-
plc4go/internal/s7/Writer.go | 6 +-
plc4go/spi/MessageCodec.go | 6 +-
plc4go/spi/default/DefaultCodec.go | 22 +-
plc4go/spi/default/DefaultCodec_test.go | 46 +--
plc4go/spi/default/defaultExpectation.go | 38 ++-
plc4go/spi/default/mocks_test.go | 214 +++++++-----
plc4go/spi/mocks_test.go | 94 +++---
plc4go/spi/testutils/ParserSerializerTestRunner.go | 9 +-
plc4go/spi/transactions/RequestTransaction.go | 30 +-
.../spi/transactions/RequestTransactionManager.go | 6 +-
.../transactions/RequestTransactionManager_test.go | 2 +-
plc4go/spi/transactions/RequestTransaction_test.go | 13 +-
plc4go/spi/transactions/mocks_test.go | 4 +-
.../transactions/requestTransaction_plc4xgen.go | 4 +
plc4go/spi/transports/test/TransportInstance.go | 4 +-
plc4go/spi/utils/asciiBox.go | 8 +-
48 files changed, 1177 insertions(+), 1030 deletions(-)