You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by gi...@apache.org on 2023/01/11 11:05:14 UTC

[plc4x] branch dependabot/maven/org.checkerframework-checker-qual-3.29.0 updated (ff58f9c655 -> fe63b4bfbe)

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

github-bot pushed a change to branch dependabot/maven/org.checkerframework-checker-qual-3.29.0
in repository https://gitbox.apache.org/repos/asf/plc4x.git


    omit ff58f9c655 build(deps): bump checker-qual from 3.28.0 to 3.29.0
     add cb8e7e026c fix(build): fixed python build badge
     add 0cc434f0d1 build(deps): bump assertj-core from 3.23.1 to 3.24.0 (#730)
     add 17d7f765c6 feat(plc4go/modbus): Implementing the correct reading of BOOL type
     add b9749d7bc6 Merge remote-tracking branch 'origin/develop' into develop
     add 8a793e26d8 Revert "feat(plc4go/modbus): Implementing the correct reading of BOOL type"
     add 8c49f4c5ad fix(plc4j/modbus): Cleanup of ModbusTag (#732)
     add 0a19df2e74 feat(plc4j/opcua): update node id services
     add 86b07fb9e9 feat(plc4go/bacnet): update udp comms
     add 2d5a2b5b6e build(deps): bump assertj-core from 3.24.0 to 3.24.1 (#733)
     add c96fbeb77d build(deps): bump gson from 2.10 to 2.10.1 (#734)
     add 1e52ba4c57 build(deps): bump junit.jupiter.version from 5.9.1 to 5.9.2 (#735)
     add 48494acb25 build(deps): bump error_prone_annotations from 2.17.0 to 2.18.0 (#736)
     add fe63b4bfbe build(deps): bump checker-qual from 3.28.0 to 3.29.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ff58f9c655)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.checkerframework-checker-qual-3.29.0 (fe63b4bfbe)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 README.md                                          |   2 +-
 .../bacnetip/BACnetVirtualLinkLayerService.go      |  10 +-
 plc4go/internal/bacnetip/Task.go                   |   4 +-
 .../internal/bacnetip/UDPCommunicationsModule.go   | 252 +++++++-
 .../plc4x/java/modbus/base/tag/ModbusTag.java      |  51 +-
 .../plc4x/java/modbus/base/tag/ModbusTagCoil.java  |  16 +-
 .../modbus/base/tag/ModbusTagDiscreteInput.java    |  18 +-
 .../modbus/base/tag/ModbusTagExtendedRegister.java |  17 +-
 .../modbus/base/tag/ModbusTagHoldingRegister.java  |  16 +-
 .../modbus/base/tag/ModbusTagInputRegister.java    |  16 +-
 .../apache/plc4x/java/modbus/ModbusTagTest.java    | 131 ++--
 .../java/opcua/readwrite/OpcuaNodeIdServices.java  | 673 +++++++++++++++++++++
 plc4j/examples/hello-world-kotlin/pom.xml          |   2 +-
 plc4j/integrations/apache-calcite/pom.xml          |   2 +-
 pom.xml                                            |   6 +-
 15 files changed, 1093 insertions(+), 123 deletions(-)