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

hepin pushed a change to branch preRestart
in repository https://gitbox.apache.org/repos/asf/pekko.git


 discard 543d0d7951 .
 discard 106e0f7ae3 chore: fix mima
 discard b9a92e3990 chore: fix mima
 discard 9098904e8b chore: fix mima
 discard 1695e8e24d refactor: finalize preRestart method in AbstractActor and 
add stash support trait
     add 98ed377601 Use ClusterShuttingDown in ddata Replicator (#2765)
     add ab12a8f5ec Port akka-core#31834: Add ScheduledClock to reduce nanoTime 
overhead in recency-based passivation (#2766)
     add cd6987c507 chore: fix flasky test in MetricsBasedResizerSpec (#2769)
     add 056d619a30 refactor: finalize preRestart method in AbstractActor and 
add stash support trait

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   (543d0d7951)
            \
             N -- N -- N   refs/heads/preRestart (056d619a30)

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:
 .../actor/AbstractActorPreRestartFinalTest.java    |  16 +++
 .../actor/AbstractActorPreRestartFinalSpec.scala   |  17 +++
 .../pekko/routing/MetricsBasedResizerSpec.scala    |   5 +
 .../org/apache/pekko/util/FrequencyListSpec.scala  |  13 +--
 .../org/apache/pekko/util/RecencyListSpec.scala    |  15 +--
 .../org/apache/pekko/util/ScheduledClockSpec.scala |  76 +++++++++++++
 .../pekko/util/SegmentedRecencyListSpec.scala      |  13 +--
 .../scala/org/apache/pekko/util/TestClock.scala    |  30 +++++
 .../add-scheduled-clock.excludes                   |   9 +-
 actor/src/main/resources/reference.conf            |   4 +
 .../main/scala/org/apache/pekko/util/Clock.scala   | 121 +++++++++++++++++++++
 .../org/apache/pekko/util/FrequencyList.scala      |   6 +-
 .../scala/org/apache/pekko/util/RecencyList.scala  |  18 +--
 .../apache/pekko/util/SegmentedRecencyList.scala   |   8 +-
 .../org/apache/pekko/cluster/sharding/Shard.scala  |   3 +-
 .../internal/EntityPassivationStrategy.scala       |  77 +++++++------
 .../sharding/passivation/CompositeSpec.scala       |   4 +-
 .../passivation/EntityPassivationSpec.scala        |   7 +-
 .../cluster/sharding/passivation/IdleSpec.scala    |   4 +-
 .../passivation/LeastFrequentlyUsedSpec.scala      |   4 +-
 .../passivation/LeastRecentlyUsedSpec.scala        |   4 +-
 .../passivation/MostRecentlyUsedSpec.scala         |   4 +-
 .../sharding/passivation/simulator/Simulator.scala |  52 +++++----
 .../apache/pekko/cluster/ddata/Replicator.scala    |   8 +-
 24 files changed, 393 insertions(+), 125 deletions(-)
 create mode 100644 
actor-tests/src/test/scala/org/apache/pekko/util/ScheduledClockSpec.scala
 create mode 100644 
actor-tests/src/test/scala/org/apache/pekko/util/TestClock.scala
 copy 
actor-typed/src/main/mima-filters/2.0.x.backwards.excludes/remove-deprecated-methods.excludes
 => 
actor/src/main/mima-filters/2.0.x.backwards.excludes/add-scheduled-clock.excludes
 (73%)
 create mode 100644 actor/src/main/scala/org/apache/pekko/util/Clock.scala


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to