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/17 10:38:05 UTC

[plc4x] branch dependabot/maven/io.netty-netty-bom-4.1.87.Final updated (c58317ed06 -> 5083cb7514)

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

github-bot pushed a change to branch dependabot/maven/io.netty-netty-bom-4.1.87.Final
in repository https://gitbox.apache.org/repos/asf/plc4x.git


 discard c58317ed06 build(deps): bump netty-bom from 4.1.86.Final to 4.1.87.Final
     add 60381995b6 fix(readme): Add PLC4X website link to the PLC4X image in the readme
     add 574dd3f633 feat(plc4go/bacnet): basic comm working
     add 7ff73a2cf6 fix(plc-simulator/bacnet): simulator should now respond to the right ip on bacnet
     add eb59f7c111 feat(plc4go/bacnet): fix some open issues regarding task processing
     add 55f7913ed3 feat(plc4go/bacnet): basic mapping to reader/writer
     add 8eeec1e33b feat(bacnet): update vendors
     add f02c4c53a6 feat(knx): update vendors
     add 4f51eef495 feat(bacnet): update vendors
     add 90e30e30ec feat(knx): update vendors
     add 56ba6a4490 Revert "build(deps): bump maven-dependency-plugin from 3.1.2 to 3.5.0 (#742)"
     add 7fba0884b9 build(deps): bump mockito.version from 4.11.0 to 5.0.0 (#746)
     add 1914f95637 build(deps): bump freemarker from 2.3.31 to 2.3.32 (#744)
     add 5083cb7514 build(deps): bump netty-bom from 4.1.86.Final to 4.1.87.Final

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   (c58317ed06)
            \
             N -- N -- N   refs/heads/dependabot/maven/io.netty-netty-bom-4.1.87.Final (5083cb7514)

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                                          |   4 +-
 plc4go/internal/bacnetip/ApplicationLayer.go       |   5 +-
 plc4go/internal/bacnetip/ApplicationModule.go      |   4 +-
 .../bacnetip/BACnetVirtualLinkLayerService.go      |  46 ++-
 plc4go/internal/bacnetip/Core.go                   |  63 +++-
 plc4go/internal/bacnetip/IOCBModule.go             |  16 +-
 plc4go/internal/bacnetip/MessageCodec.go           |  71 ++++-
 plc4go/internal/bacnetip/NetworkService.go         | 322 ++++++++++++++++++++-
 plc4go/internal/bacnetip/Reader.go                 |   8 +-
 plc4go/internal/bacnetip/Task.go                   |  14 -
 .../internal/bacnetip/UDPCommunicationsModule.go   |  42 +--
 .../bacnetip/readwrite/model/BACnetVendorId.go     |  48 +++
 .../knxnetip/readwrite/model/KnxManufacturer.go    |  72 ++++-
 .../java/bacnetip/readwrite/BACnetVendorId.java    |   3 +
 .../java/knxnetip/readwrite/KnxManufacturer.java   |   7 +-
 .../server/bacnet/BacnetServerModule.java          |   8 +-
 pom.xml                                            |   6 +-
 17 files changed, 628 insertions(+), 111 deletions(-)