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/06 16:03:36 UTC

[plc4x] branch dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.0.0-M7 updated (189e682e6 -> 57c42738d)

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-surefire-plugin-3.0.0-M7
in repository https://gitbox.apache.org/repos/asf/plc4x.git


    omit 189e682e6 build(deps): bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M7
     add 52edd7092 chore(asciibox): add note about mis-alignment
     add 5e4ac8643 fix(c-bus): fixed several issues parsing messages
     add 12f1f376a build(deps): bump kafka.version from 3.2.0 to 7.1.2-ce (#422)
     add 6cba01a8a fix(c-bus): add additional alpha for confirm
     add 23ca2655e chore(plc4go): use install in single calls as it seems that in one cmd it fails
     add 88f255b07 feat(plc4go): add additional output for analyzer
     add 48a1a83d2 feat(plc4go): output progressbar on stderr for analyzer
     add 13a18608c test(c-bus): add more test cases
     add aa12e1eba disable opc-tests on linux
     add 88ec8c489 fix(plc4j): reverted kafka connect version
     add bd6f3d770 refactor(codegen): move WildcardTerm to build-tools
     add df6aef101 refactor(codegen): move WildcardTerm to build-tools
     add e282643e2 fix(codegen/plc4go): fixed issue when multiple wildcards are used
     add 0b8d3cbad fix(c-bus): fixed more parsing issues
     add 9e22a4491 fix(codegen/plc4go): fixed build
     add 57c42738d build(deps): bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M7

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   (189e682e6)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.0.0-M7 (57c42738d)

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:
 .../BaseFreemarkerLanguageTemplateHelper.java      |   1 +
 .../templates/go/complex-type-template.go.ftlh     |   4 +-
 code-generation/language-java/pom.xml              |  12 +-
 .../language/mspec/model/terms/WildcardTerm.java   |   4 +
 plc4go/README.md                                   |   2 +-
 plc4go/internal/spi/utils/asciiBox.go              |   2 +
 plc4go/pom.xml                                     |  37 +-
 plc4go/protocols/bacnetip/readwrite/model/APDU.go  |   2 +-
 .../model/BACnetConfirmedServiceRequest.go         |   2 +-
 .../readwrite/model/BACnetConstructedData.go       | 908 ++++++++++-----------
 .../bacnetip/readwrite/model/BACnetError.go        |   2 +-
 .../readwrite/model/BACnetOptionalBinaryPV.go      |   2 +-
 .../model/BACnetOptionalCharacterString.go         |   2 +-
 .../bacnetip/readwrite/model/BACnetOptionalREAL.go |   2 +-
 .../readwrite/model/BACnetOptionalUnsigned.go      |   2 +-
 .../readwrite/model/BACnetProcessIdSelection.go    |   2 +-
 .../model/BACnetUnconfirmedServiceRequest.go       |   2 +-
 plc4go/protocols/cbus/readwrite/ParserHelper.go    |  61 +-
 plc4go/protocols/cbus/readwrite/XmlParserHelper.go |  60 +-
 plc4go/protocols/cbus/readwrite/model/CALData.go   |   2 +-
 .../cbus/readwrite/model/CALReplyReply.go          |  14 +-
 .../protocols/cbus/readwrite/model/CBusCommand.go  |  18 +-
 .../readwrite/model/CBusCommandDeviceManagement.go |   8 +-
 .../model/CBusCommandPointToMultiPoint.go          |  10 +-
 .../readwrite/model/CBusCommandPointToPoint.go     |  10 +-
 .../model/CBusCommandPointToPointToMultiPoint.go   |  10 +-
 .../protocols/cbus/readwrite/model/CBusMessage.go  |  37 +-
 .../cbus/readwrite/model/CBusMessageToClient.go    |  15 +-
 .../cbus/readwrite/model/CBusMessageToServer.go    |  15 +-
 .../protocols/cbus/readwrite/model/CBusOptions.go  |  30 +-
 .../model/CBusPointToMultiPointCommand.go          |  14 +-
 .../model/CBusPointToMultiPointCommandStatus.go    |  10 +-
 .../readwrite/model/CBusPointToPointCommand.go     |  14 +-
 .../model/CBusPointToPointCommandDirect.go         |   8 +-
 .../model/CBusPointToPointCommandIndirect.go       |   8 +-
 .../model/CBusPointToPointToMultipointCommand.go   |  16 +-
 ...> CBusPointToPointToMultipointCommandNormal.go} |  86 +-
 ...> CBusPointToPointToMultipointCommandStatus.go} |  84 +-
 .../protocols/cbus/readwrite/model/Confirmation.go |  60 +-
 .../cbus/readwrite/model/ConfirmationReply.go      |  70 +-
 .../model/ExtendedFormatStatusReplyReply.go        |  60 +-
 .../cbus/readwrite/model/MonitoredSALReply.go      |  84 +-
 ...PointToMultiPointCommandNormal.go => Normal.go} |  88 +-
 .../protocols/cbus/readwrite/model/NormalReply.go  |  94 ++-
 .../cbus/readwrite/model/ParameterChangeReply.go   |  10 +-
 .../protocols/cbus/readwrite/model/PowerUpReply.go |  10 +-
 plc4go/protocols/cbus/readwrite/model/Reply.go     |  14 +-
 .../cbus/readwrite/model/ReplyNormalReply.go       |  38 +-
 plc4go/protocols/cbus/readwrite/model/Request.go   | 181 +++-
 .../cbus/readwrite/model/RequestCommand.go         |  15 +-
 .../cbus/readwrite/model/RequestContext.go         | 181 ++++
 .../readwrite/model/RequestDirectCommandAccess.go  |  13 +-
 .../protocols/cbus/readwrite/model/RequestEmpty.go |  13 +-
 .../protocols/cbus/readwrite/model/RequestNull.go  |  13 +-
 .../{RequestCommand.go => RequestObsolete.go}      | 156 ++--
 .../protocols/cbus/readwrite/model/RequestReset.go |  49 +-
 .../readwrite/model/RequestSmartConnectShortcut.go |  80 +-
 .../cbus/readwrite/model/ServerErrorReply.go       |  10 +-
 .../model/StandardFormatStatusReplyReply.go        |  60 +-
 .../protocols/cbus/readwrite/model/StaticHelper.go | 132 +--
 plc4go/tools/plc4xpcapanalyzer/cmd/analyze.go      |   8 +-
 plc4go/tools/plc4xpcapanalyzer/cmd/root.go         |   2 +-
 .../internal/analyzer/analyzer.go                  |  28 +-
 .../internal/cbusanalyzer/analyzer.go              |  94 ++-
 .../java/cbus/readwrite/utils/StaticHelper.java    | 106 +--
 .../apache/plc4x/java/cbus/RandomPackagesTest.java | 260 +++++-
 .../plc4x/java/opcua/OpcuaPlcDriverTest.java       |  13 +-
 .../protocol/OpcuaSubscriptionHandleTest.java      |  14 +-
 .../plc4x/java/spi/utils/ascii/AsciiBoxWriter.java |   1 +
 pom.xml                                            |   8 +-
 .../src/main/resources/protocols/cbus/c-bus.mspec  | 151 ++--
 71 files changed, 2357 insertions(+), 1277 deletions(-)
 rename plc4go/protocols/cbus/readwrite/model/{CBusCommandPointToPointToMultiPointNormal.go => CBusPointToPointToMultipointCommandNormal.go} (70%)
 rename plc4go/protocols/cbus/readwrite/model/{CBusCommandPointToPointToMultiPointStatus.go => CBusPointToPointToMultipointCommandStatus.go} (69%)
 rename plc4go/protocols/cbus/readwrite/model/{CBusPointToMultiPointCommandNormal.go => Normal.go} (69%)
 create mode 100644 plc4go/protocols/cbus/readwrite/model/RequestContext.go
 copy plc4go/protocols/cbus/readwrite/model/{RequestCommand.go => RequestObsolete.go} (55%)