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/05/12 08:03:15 UTC

[plc4x] branch dependabot/maven/com.google.errorprone-error_prone_annotations-2.19.1 updated (ffa89bf933 -> 841162a581)

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

github-bot pushed a change to branch dependabot/maven/com.google.errorprone-error_prone_annotations-2.19.1
in repository https://gitbox.apache.org/repos/asf/plc4x.git


 discard ffa89bf933 build(deps): bump error_prone_annotations from 2.19.0 to 2.19.1
     add 4ab57bda2e docs(test-generator): Added a README for the test-generator
     add 680b6184ca docs(test-generator): Added a README for the test-generator
     add 13920f025b feat: update manufacturers
     add 93289741b4 fix(plc4go/knx): avoid panics
     add 33f1d9a283 fix(plc4go): don't panic - catch panics and log them
     add 2a89ca729b build(plc4go): switch from XUnit to go-junit-report
     add eefcef9505 build(plc4go): fix failing go-junit-report command
     add 2b029b4586 fix(plc4go/spi): don't panic when nil runnable is submitted to WorkerPool
     add a3ea768d2f fix(plc4j): fix critical sonar issues
     add 30995f2c95 fix(plc4j/profinet): Sonar fix regex matching zeo chars
     add e57df53af3 fix(plc4j/profinet): Sonar fix issue with changed name of parameter
     add 9c8431c2fd feat(plc4py): Add more tests for the write buffer
     add 5ae793ea3c feat(plc4py): Finish unsigned integer writes for ByteBuffer
     add e14a3d7dc8 feat(plc4py): Add initial signed int
     add 4e2b758a66 build(deps): bump maven-failsafe-plugin from 3.0.0 to 3.1.0 (#939)
     add 19d216fae4 build(deps): bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#940)
     add cb599ede13 build(deps): bump groovy.version from 4.0.11 to 4.0.12 (#942)
     add 841162a581 build(deps): bump error_prone_annotations from 2.19.0 to 2.19.1

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   (ffa89bf933)
            \
             N -- N -- N   refs/heads/dependabot/maven/com.google.errorprone-error_prone_annotations-2.19.1 (841162a581)

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/internal/ads/Browser.go                     |   9 ++
 plc4go/internal/ads/Connection.go                  |  10 ++
 plc4go/internal/ads/Discoverer.go                  |   5 +
 plc4go/internal/ads/Driver.go                      |  12 +-
 plc4go/internal/ads/Interactions.go                |  31 +++++
 plc4go/internal/ads/Reader.go                      |  28 ++--
 plc4go/internal/ads/Subscriber.go                  |  12 +-
 plc4go/internal/ads/Writer.go                      |  21 +--
 plc4go/internal/bacnetip/Connection.go             |  11 ++
 plc4go/internal/cbus/Browser.go                    |   5 +
 plc4go/internal/cbus/Connection.go                 |  15 +++
 plc4go/internal/cbus/Discoverer.go                 |  15 +++
 plc4go/internal/cbus/Driver.go                     |   6 +-
 plc4go/internal/cbus/Reader.go                     |   5 +
 plc4go/internal/cbus/Subscriber.go                 |   6 +
 plc4go/internal/cbus/Writer.go                     |   5 +
 plc4go/internal/eip/Connection.go                  |  10 ++
 plc4go/internal/eip/EipDriver.go                   |  24 ++--
 plc4go/internal/eip/Reader.go                      |  46 ++++---
 plc4go/internal/eip/Writer.go                      |  30 +++--
 plc4go/internal/knxnetip/Connection.go             |  41 ++++--
 .../knxnetip/ConnectionDriverSpecificOperations.go |  35 +++++
 plc4go/internal/knxnetip/ConnectionHelper.go       |   5 +
 plc4go/internal/knxnetip/Discoverer.go             |  10 ++
 plc4go/internal/knxnetip/Driver.go                 |  12 +-
 plc4go/internal/knxnetip/Reader.go                 |  29 +++-
 plc4go/internal/knxnetip/Subscriber.go             |   6 +
 plc4go/internal/knxnetip/SubscriptionEvent.go      |  10 +-
 plc4go/internal/knxnetip/Utils.go                  |  26 ++--
 plc4go/internal/modbus/Connection.go               |  20 ++-
 plc4go/internal/modbus/ModbusAsciiDriver.go        |  17 +--
 plc4go/internal/modbus/ModbusRtuDriver.go          |  17 +--
 plc4go/internal/modbus/ModbusTcpDriver.go          |  17 +--
 plc4go/internal/modbus/Reader.go                   |  29 ++--
 plc4go/internal/modbus/Writer.go                   |  28 ++--
 plc4go/internal/s7/Connection.go                   |   5 +
 plc4go/internal/s7/Driver.go                       |  24 ++--
 plc4go/internal/s7/Reader.go                       |  23 ++--
 plc4go/internal/s7/Writer.go                       |  25 ++--
 plc4go/internal/simulated/Connection.go            |  24 +++-
 plc4go/internal/simulated/Reader.go                |  12 +-
 plc4go/internal/simulated/Writer.go                |  12 +-
 plc4go/pkg/api/driverManager.go                    |  24 ++--
 plc4go/pom.xml                                     |  20 +--
 .../bacnetip/readwrite/model/BACnetVendorId.go     |  32 +++--
 .../knxnetip/readwrite/model/KnxManufacturer.go    |  42 +++++-
 plc4go/spi/default/DefaultConnection.go            |  16 ++-
 plc4go/spi/model/DefaultPlcReadRequest.go          |   5 +
 plc4go/spi/model/DefaultPlcWriteRequest.go         |   5 +
 plc4go/spi/transports/pcap/Transport.go            |   5 +
 plc4go/spi/utils/Net.go                            |  10 ++
 plc4go/spi/utils/WorkerPool.go                     |  15 +++
 .../java/bacnetip/readwrite/BACnetVendorId.java    |   5 +-
 .../java/knxnetip/readwrite/KnxManufacturer.java   |   6 +-
 .../profinet/config/ProfinetConfiguration.java     |  15 ++-
 .../java/profinet/device/ProfinetChannel.java      |   2 +-
 .../java/s7/readwrite/context/S7DriverContext.java |   2 +-
 .../java/s7/readwrite/tag/S7SubscriptionTag.java   |   6 +-
 plc4j/utils/test-generator/README.md               |  18 +++
 plc4j/utils/test-generator/pom.xml                 |   2 +
 pom.xml                                            |   6 +-
 .../plc4py/plc4py/spi/generation/WriteBuffer.py    |  87 +++++++-----
 .../tests/unit/plc4py/spi/test_write_buffer.py     | 150 ++++++++++++++++++---
 63 files changed, 863 insertions(+), 343 deletions(-)