This is an automated email from the ASF dual-hosted git repository.
He-Pin pushed a change to branch scala3-fix-scala38-compat
in repository https://gitbox.apache.org/repos/asf/pekko.git
omit c93f67cc70 style: apply scalafmt to PekkoDisciplinePlugin.scala
omit 92f6e7376c feat: Fix Scala 3.8.4 compilation compatibility while
preserving 2.13 and 3.3.x cross-build
add 645b76fbc9 Runtime plugin configuration for DurableState (#3058)
add b3219211ee Update sbt, scripted-plugin to 1.12.12 (#3069)
add 83e45001d2 Update sbt-api-mappings to 3.0.3 (#3068)
add f253c25de6 Update sbt-scalafix to 0.14.7 (#3067)
add e5a86cc849 feat: Fix Scala 3.8.4 compilation compatibility while
preserving 2.13 and 3.3.x cross-build
add 22a434408b style: apply scalafmt to PekkoDisciplinePlugin.scala
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 (c93f67cc70)
\
N -- N -- N refs/heads/scala3-fix-scala38-compat (22a434408b)
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:
.../javadsl/RuntimeDurableStateStoreTest.java | 160 +++++++++++++++++++++
.../scaladsl/RuntimeDurableStateStoreSpec.scala | 100 +++++++++++++
.../durablestate-runtime-config.excludes | 4 +-
.../typed/state/internal/BehaviorSetup.scala | 6 +-
.../state/internal/DurableStateBehaviorImpl.scala | 12 +-
.../state/internal/DurableStateSettings.scala | 34 ++++-
.../typed/state/javadsl/DurableStateBehavior.scala | 19 ++-
.../state/scaladsl/DurableStateBehavior.scala | 10 ++
.../state/DurableStateStoreRegistry.scala | 33 ++++-
project/build.properties | 2 +-
project/plugins.sbt | 4 +-
11 files changed, 368 insertions(+), 16 deletions(-)
create mode 100644
persistence-typed-tests/src/test/java/org/apache/pekko/persistence/typed/state/javadsl/RuntimeDurableStateStoreTest.java
create mode 100644
persistence-typed-tests/src/test/scala/org/apache/pekko/persistence/typed/state/scaladsl/RuntimeDurableStateStoreSpec.scala
copy
stream/src/main/mima-filters/1.0.x.backwards.excludes/pr-1374-boundedsourcequeue-iscompleted-classes.backwards.excludes
=>
persistence-typed/src/main/mima-filters/2.0.x.backwards.excludes/durablestate-runtime-config.excludes
(84%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]