You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2023/06/15 14:59:36 UTC

[plc4x] branch chore/profinet-phase-3 updated (57d06a026a -> 4fba7c8f03)

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a change to branch chore/profinet-phase-3
in repository https://gitbox.apache.org/repos/asf/plc4x.git


    from 57d06a026a chore(plc4j/profinet): Removed unneeded code
     add c12edf33d6 fix(plc4go/cbus): handle pre registered consumers
     add 2ca899206f test(plc4go/spi): add env var to enable high precision timestamps
     add 5b3633f77d refactor(plc4go): retire Connect on codec
     add 1797abebc5 fix(plc4go/cbus): fix some concurrency issue when closing the codec
     new 4fba7c8f03 Merge remote-tracking branch 'origin/develop' into chore/profinet-phase-3

The 1 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         |  2 +-
 plc4go/internal/ads/Subscriber.go         |  6 ++++--
 plc4go/internal/cbus/Browser_test.go      |  2 +-
 plc4go/internal/cbus/Connection.go        | 20 +++++++++++++++++-
 plc4go/internal/cbus/Discoverer.go        |  2 +-
 plc4go/internal/cbus/MessageCodec.go      | 34 +++++++++++++++++++++++++++++--
 plc4go/internal/cbus/MessageCodec_test.go | 17 ++++++++++++----
 plc4go/internal/cbus/Subscriber.go        | 13 +++++++++++-
 plc4go/internal/eip/Connection.go         |  2 +-
 plc4go/internal/knxnetip/Connection.go    |  2 +-
 plc4go/internal/knxnetip/Discoverer.go    |  2 +-
 plc4go/internal/s7/Connection.go          |  2 +-
 plc4go/spi/MessageCodec.go                |  1 +
 plc4go/spi/default/DefaultConnection.go   |  1 +
 plc4go/spi/testutils/TestUtils.go         | 27 +++++++++++++++++++-----
 15 files changed, 111 insertions(+), 22 deletions(-)


[plc4x] 01/01: Merge remote-tracking branch 'origin/develop' into chore/profinet-phase-3

Posted by cd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch chore/profinet-phase-3
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit 4fba7c8f03a5fe55a75ca4e8490680adbd91c1ca
Merge: 57d06a026a 1797abebc5
Author: Christofer Dutz <cd...@apache.org>
AuthorDate: Thu Jun 15 16:59:22 2023 +0200

    Merge remote-tracking branch 'origin/develop' into chore/profinet-phase-3

 plc4go/internal/ads/Connection.go         |  2 +-
 plc4go/internal/ads/Subscriber.go         |  6 ++++--
 plc4go/internal/cbus/Browser_test.go      |  2 +-
 plc4go/internal/cbus/Connection.go        | 20 +++++++++++++++++-
 plc4go/internal/cbus/Discoverer.go        |  2 +-
 plc4go/internal/cbus/MessageCodec.go      | 34 +++++++++++++++++++++++++++++--
 plc4go/internal/cbus/MessageCodec_test.go | 17 ++++++++++++----
 plc4go/internal/cbus/Subscriber.go        | 13 +++++++++++-
 plc4go/internal/eip/Connection.go         |  2 +-
 plc4go/internal/knxnetip/Connection.go    |  2 +-
 plc4go/internal/knxnetip/Discoverer.go    |  2 +-
 plc4go/internal/s7/Connection.go          |  2 +-
 plc4go/spi/MessageCodec.go                |  1 +
 plc4go/spi/default/DefaultConnection.go   |  1 +
 plc4go/spi/testutils/TestUtils.go         | 27 +++++++++++++++++++-----
 15 files changed, 111 insertions(+), 22 deletions(-)