This is an automated email from the ASF dual-hosted git repository.
He-Pin pushed a change to branch fix/partition-hub-poststop
in repository https://gitbox.apache.org/repos/asf/pekko.git
discard 9ad7de6733 fix(stream): correct misleading comment in
PartitionHub.postStop
discard 2f60bf3131 fix(stream): guard PartitionHub consumer notifications with
NonFatal
discard 8b0e9d3cd0 fix(stream): notify PartitionHub consumers on materializer
shutdown
add c6454b2d68 Pass input from testQuickUntilPassed to testQuickRecursive
(#3344)
add b3f5bf90cc Check if expected messages are produced (#3351)
add 561ade6484 use lambdas instead of `new Runnable` (#3349)
add 704be7236c fix(stream): notify BroadcastHub consumers on materializer
shutdown (#3346)
add 081f120b26 fix(stream): notify PartitionHub consumers on materializer
shutdown
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 (9ad7de6733)
\
N -- N -- N refs/heads/fix/partition-hub-poststop (081f120b26)
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:
.../dispatch/ForkJoinPoolVirtualThreadSpec.scala | 37 ++++++++---------
.../pekko/dispatch/ExecutionContextSpec.scala | 37 +++++++----------
.../actor/typed/internal/ActorSystemSpec.scala | 4 +-
.../scala/org/apache/pekko/actor/ActorSystem.scala | 2 +-
.../pekko/actor/LightArrayRevolverScheduler.scala | 4 +-
.../scala/org/apache/pekko/actor/Scheduler.scala | 27 +++++--------
.../dispatch/VirtualizedExecutorService.scala | 26 ++++++------
.../org/apache/pekko/pattern/CircuitBreaker.scala | 20 ++++------
.../impl/OutputStreamSourceStageBenchmark.scala | 14 +++----
.../pekko/cluster/typed/ActorSystemSpec.scala | 4 +-
.../scala/org/apache/pekko/cluster/Cluster.scala | 4 +-
project/PekkoBuild.scala | 1 +
project/TestQuickUntilPassed.scala | 12 ++++--
.../pekko/stream/scaladsl/FlowConcatSpec.scala | 12 ++----
.../pekko/stream/scaladsl/FlowLimitSpec.scala | 11 +++---
.../org/apache/pekko/stream/scaladsl/HubSpec.scala | 27 ++++++++++++-
.../org/apache/pekko/stream/scaladsl/Hub.scala | 46 +++++++++++++++-------
.../pekko/stream/scaladsl/StreamConverters.scala | 2 +-
.../scala/org/apache/pekko/testkit/Coroner.scala | 2 +-
19 files changed, 149 insertions(+), 143 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]