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 2022/07/05 10:16:27 UTC

[plc4x] branch dependabot/maven/org.apache.maven.plugins-maven-shade-plugin-3.3.0 updated (36aea3d49 -> 4c4d45757)

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

github-bot pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-shade-plugin-3.3.0
in repository https://gitbox.apache.org/repos/asf/plc4x.git


 discard 36aea3d49 build(deps): bump maven-shade-plugin from 3.2.4 to 3.3.0
     add 9b0ed94c5 build(deps): bump protobuf-java from 3.12.0 to 3.21.2 (#413)
     add 3c6372041 build(deps): bump assertj-core from 3.22.0 to 3.23.1 (#415)
     add 39530b026 build(deps): bump byte-buddy from 1.12.10 to 1.12.12 (#414)
     add 06b6ba5e4 Fix for BOOL writes on eip
     add 38725e121 build(deps): bump maven-jar-plugin from 3.2.0 to 3.2.2 (#420)
     add 7c3110426 build(deps): bump milo.version from 0.6.6 to 0.6.7 (#419)
     add 0312ddcbd build(deps): bump github.com/stretchr/testify in /plc4go (#417)
     add 3692499dc chore(plc4go): use get instead of install to get rid of the error
     add ca5aa3f20 build(deps): bump properties-maven-plugin from 1.0.0 to 1.1.0 (#421)
     add 52edd7092 chore(asciibox): add note about mis-alignment
     add 5e4ac8643 fix(c-bus): fixed several issues parsing messages
     add 4c4d45757 build(deps): bump maven-shade-plugin from 3.2.4 to 3.3.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   (36aea3d49)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.apache.maven.plugins-maven-shade-plugin-3.3.0 (4c4d45757)

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:
 plc4go/go.mod                                      |   4 +-
 plc4go/go.sum                                      |   9 +-
 plc4go/internal/spi/utils/asciiBox.go              |   2 +
 plc4go/pom.xml                                     |  10 +-
 .../cbus/readwrite/model/ConfirmationReply.go      |  64 +++++++-
 plc4go/protocols/cbus/readwrite/model/Request.go   | 163 +++++++++++++++++++--
 .../cbus/readwrite/model/RequestCommand.go         |   9 +-
 .../readwrite/model/RequestDirectCommandAccess.go  |   9 +-
 .../protocols/cbus/readwrite/model/RequestEmpty.go |   9 +-
 .../protocols/cbus/readwrite/model/RequestNull.go  |   9 +-
 .../protocols/cbus/readwrite/model/RequestReset.go |  45 +-----
 .../readwrite/model/RequestSmartConnectShortcut.go |  76 +++++++++-
 .../protocols/cbus/readwrite/model/StaticHelper.go | 100 ++++++-------
 .../internal/analyzer/analyzer.go                  |   6 +-
 .../internal/cbusanalyzer/analyzer.go              |  45 +++++-
 .../java/cbus/readwrite/utils/StaticHelper.java    |  70 ++++-----
 .../apache/plc4x/java/cbus/RandomPackagesTest.java |  22 ++-
 .../eip/readwrite/protocol/EipProtocolLogic.java   |   3 +
 plc4j/examples/hello-world-kotlin/pom.xml          |   2 +-
 plc4j/integrations/apache-calcite/pom.xml          |   2 +-
 .../plc4x/java/spi/utils/ascii/AsciiBoxWriter.java |   1 +
 pom.xml                                            |  10 +-
 .../src/main/resources/protocols/cbus/c-bus.mspec  |  18 ++-
 23 files changed, 482 insertions(+), 206 deletions(-)