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

github-bot pushed a change to branch dependabot/maven/logback.version-1.5.3
in repository https://gitbox.apache.org/repos/asf/plc4x.git


 discard 3f0ff0fa73 build(deps): bump logback.version from 1.5.1 to 1.5.3
     add 1a8e0f35c4 chore: Disabled a flaky test in GO
     add d61da27505 docs: Updated the url for the opie tool
     add 9452f491f3 chore: Updated vendor ids
     add 0cc4997e54 docs: Added some information on the site plugin and the 
asciidoctor plugin.
     add a89d016d5a chore: Updated vendor ids
     add 645eeba472 build: Continued fine-tuning the reproducible build 
release-scripts.
     add dbb84b57a8 chore: Updated vendor ids
     add 210a348b16 feat: The S7 driver now returns supporting S7, if the 
connected device is an S7-300.
     add f9c2e8ccb9 fix: Fixed logging in the example.
     add 7203ad8121 refactor: Made the "protocol" accessible in the 
AbstractPlcConnection
     add ad92e6a801 refactor: Added S7-400 to the list of supported devices.
     add 13fcae7fde fix: Fixed the dependency usage error.
     add 8658150970 build(deps): bump logback.version from 1.5.1 to 1.5.3

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   (3f0ff0fa73)
            \
             N -- N -- N   refs/heads/dependabot/maven/logback.version-1.5.3 
(8658150970)

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:
 build-reproducible.sh                              |   2 +-
 plc4go/internal/cbus/Browser_test.go               |   2 +
 .../bacnetip/readwrite/model/BACnetVendorId.go     | 112 +++++++++++++++++++--
 .../knxnetip/readwrite/model/KnxManufacturer.go    |  72 ++++++++++---
 .../java/bacnetip/readwrite/BACnetVendorId.java    |   8 +-
 .../java/knxnetip/readwrite/KnxManufacturer.java   |   9 +-
 .../readwrite/protocol/S7HGeneratedDriverBase.java |   3 +-
 .../s7/readwrite/protocol/S7HPlcConnection.java    |  15 ++-
 plc4j/examples/hello-world-plc4x-subscribe/pom.xml |   7 ++
 .../java/spi/connection/AbstractPlcConnection.java |   4 +
 .../src/generated/plc4j-tools-ui-frontend.ts       |   2 +-
 .../knxnetip/readwrite/model/KnxManufacturer.cs    |  41 ++++++--
 pom.xml                                            |   6 +-
 .../protocols/bacnetip/bacnet-vendorids.mspec      |   8 +-
 .../protocols/knxnetip/knx-master-data.mspec       |   7 +-
 .../asciidoc/developers/infrastructure/vm.adoc     |   2 +-
 .../tools/opm/src/site/site.xml => tools/NOTES.md  |  12 +--
 tools/docker-compose.yaml                          |   2 +-
 tools/release-0-update-generated-code.sh           |   5 +-
 tools/release-1-create-branch.sh                   |   2 +-
 tools/release-2-prepare-release.sh                 |   2 +-
 tools/release-3-perform-release.sh                 |   3 +-
 tools/release-abort.sh                             |   2 +-
 tools/validate-release.sh                          | 107 ++++++++++++++++++++
 24 files changed, 376 insertions(+), 59 deletions(-)
 copy plc4j/tools/opm/src/site/site.xml => tools/NOTES.md (76%)
 create mode 100755 tools/validate-release.sh

Reply via email to