This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/github_actions/sbt/setup-sbt-1.4.0
in repository https://gitbox.apache.org/repos/asf/pekko-projection.git
omit 69801751 Bump sbt/setup-sbt from 1.2.1 to 1.4.0
add e384583a build: fix sbt lint warnings by excluding unused
mimaPreviousArtifacts key (#527)
add 7d2a05f4 upgrade to protobuf 4.35.0 (#513)
add 1c031485 Update sbt-mima-plugin to 1.1.6 (#528)
add 5c35221f fix: Scala 3.9 compatibility fixes (#529)
add 71dc60fc refactor: modernize Java test and example code with Java 17
features (#531)
add a9a7200f docs: add mandatory header workflow reminder to Licensing
Rules (#532)
add 582b175f chore: add sbt-salad-days to reduce Scaladoc archive size
(#533)
add 217e5b2d Revert "chore: add sbt-salad-days to reduce Scaladoc archive
size (#533)" (#534)
add 459e01a6 pin sbt 1.x dependency in scala-steward config (#535)
add 462de9b0 Fix issue in .scala-steward.conf (#536)
add e1ee9819 Update sbt, scripted-plugin to 1.12.13 (#539)
add 6e1f8256 Update r2dbc-postgresql to 1.1.2.RELEASE (#538)
add 0c0d4414 Update hibernate-core to 7.4.2.Final (#537)
add 9514917d Bump actions/checkout from 6.0.3 to 7.0.0 (#541)
add 0a423cbf Bump actions/setup-java from 5.2.0 to 5.3.0 (#540)
add 6a7dd104 Bump sbt/setup-sbt from 1.2.1 to 1.4.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 (69801751)
\
N -- N -- N
refs/heads/dependabot/github_actions/sbt/setup-sbt-1.4.0 (6a7dd104)
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:
.github/workflows/checks.yml | 12 +-
.github/workflows/dependency-graph.yml | 2 +-
.github/workflows/format.yml | 2 +-
.github/workflows/headers.yml | 4 +-
.github/workflows/integration-tests-cassandra.yml | 4 +-
.github/workflows/integration-tests-grpc.yml | 4 +-
.github/workflows/integration-tests-jdbc.yml | 4 +-
.github/workflows/integration-tests-kafka.yml | 4 +-
.github/workflows/integration-tests-r2dbc.yml | 12 +-
.github/workflows/integration-tests-slick.yml | 4 +-
.github/workflows/link-validator.yml | 4 +-
.github/workflows/nightly-pekko-1.x-tests.yml | 4 +-
.github/workflows/publish-1.0-docs.yml | 4 +-
.github/workflows/publish-1.0-nightly.yml | 4 +-
.github/workflows/publish-1.1-docs.yml | 4 +-
.github/workflows/publish-nightly.yml | 8 +-
.github/workflows/unit-tests.yml | 4 +-
.scala-steward.conf | 2 +
AGENTS.md | 2 +
.../cassandra/CassandraProjectionTest.java | 48 ++---
.../test/java/jdocs/eventsourced/ShoppingCart.java | 211 +++++----------------
.../test/java/jdocs/guide/EventGeneratorApp.java | 8 +-
.../guide/ItemPopularityProjectionHandler.java | 24 +--
.../test/java/jdocs/guide/ShoppingCartEvents.java | 81 +-------
.../test/java/jdocs/jdbc/JdbcHibernateTest.java | 16 +-
.../java/jdocs/jdbc/JdbcProjectionDocExample.java | 30 ++-
.../src/test/java/jdocs/kafka/KafkaDocExample.java | 18 +-
.../grpc/internal/ProtoAnySerialization.scala | 14 +-
.../cassandra/CassandraProjectionDocExample.java | 25 ++-
.../java/jdocs/cassandra/WordCountDocExample.java | 164 +++++-----------
.../pekko/projection/jdbc/JdbcProjectionTest.java | 24 +--
project/Common.scala | 3 +-
project/Dependencies.scala | 4 +-
project/PekkoDisciplinePlugin.scala | 7 +-
project/build.properties | 2 +-
project/plugins.sbt | 4 +-
.../projection/r2dbc/R2dbcProjectionSettings.scala | 2 +-
.../home/projection/R2dbcProjectionDocExample.java | 41 ++--
.../slick/internal/SlickOffsetStore.scala | 3 +-
39 files changed, 257 insertions(+), 560 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]