This is an automated email from the ASF dual-hosted git repository.
hepin pushed a change to branch unpersistent
in repository https://gitbox.apache.org/repos/asf/pekko.git
discard 7be4275559 .
discard c591bad42f feat: Add unpersistent versions of persistent behaviors
discard c25a074ea1 feat: Add asking support to BehaviorTestKit
add 7aa5457b36 Add tools.jackson dependencies to scala-steward config
(#2454)
add d2b7cdb208 chore: Fix typo of OptionVal's scaladoc (#2451)
add e695cc9988 chore: Remove stream testkit's prob methods (#2440)
add 51392022ab feat: Add effectful asking support in typed BehaviorTestKit
(#2450)
add ce29da307c feat: Add asking support to BehaviorTestKit
add a00093f9f9 feat: Add unpersistent versions of persistent behaviors
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 (7be4275559)
\
N -- N -- N refs/heads/unpersistent (a00093f9f9)
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:
.scala-steward.conf | 5 +
.../apache/pekko/actor/testkit/typed/Effect.scala | 57 ++++++-
.../typed/internal/BehaviorTestKitImpl.scala | 9 +-
.../typed/internal/EffectfulActorContext.scala | 67 +++++++-
.../actor/testkit/typed/javadsl/Effects.scala | 16 +-
.../actor/testkit/typed/scaladsl/Effects.scala | 15 +-
.../typed/javadsl/SyncTestingExampleTest.java | 119 +++++++++++++++
.../testkit/typed/javadsl/BehaviorTestKitTest.java | 63 ++++++++
.../typed/scaladsl/SyncTestingExampleSpec.scala | 71 +++++++++
.../typed/scaladsl/BehaviorTestKitSpec.scala | 170 +++++++++++++++++++++
.../scala/org/apache/pekko/util/OptionVal.scala | 7 +-
docs/src/main/paradox/typed/testing-sync.md | 10 ++
.../docs/stream/RateTransformationDocSpec.scala | 8 +-
.../remove-deprecated-methods.excludes | 4 +
.../pekko/stream/testkit/javadsl/TestSink.scala | 7 -
.../pekko/stream/testkit/javadsl/TestSource.scala | 7 -
.../pekko/stream/testkit/scaladsl/TestSink.scala | 6 -
.../pekko/stream/testkit/scaladsl/TestSource.scala | 6 -
.../apache/pekko/stream/scaladsl/FlowSpec.scala | 2 +-
.../apache/pekko/stream/scaladsl/SourceSpec.scala | 2 +-
20 files changed, 608 insertions(+), 43 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]