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

He-Pin pushed a change to branch refactor/pekko-style-imports
in repository https://gitbox.apache.org/repos/asf/pekko.git


 discard 54c6002aee refactor: convert org.apache.pekko.X imports to pekko.X 
style
     add a97eea3dca docs: clarify pool management and resizer bounds (#3363)
     add 3d68b6d67e fix: enforce cluster router limits for AdjustPoolSize 
(#3364)
     add 3e5ed4cb36 refactor: convert org.apache.pekko.X imports to pekko.X 
style
     add 436d0cf727 refactor: group pekko imports together without gaps

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   (54c6002aee)
            \
             N -- N -- N   refs/heads/refactor/pekko-style-imports (436d0cf727)

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:
 .../org/apache/pekko/actor/FSMTimingSpec.scala     |   1 +
 .../apache/pekko/typed/FaultToleranceDocSpec.scala |   2 +-
 .../apache/pekko/typed/SpawnProtocolDocSpec.scala  |   1 +
 .../org/apache/pekko/typed/myapp/package.scala     |   1 +
 actor/src/main/resources/reference.conf            |  16 +++-
 .../scala/org/apache/pekko/routing/Resizer.scala   |   6 +-
 .../org/apache/pekko/routing/RouterConfig.scala    |   7 ++
 .../ddata/typed/scaladsl/ReplicatorDocSpec.scala   |   1 +
 .../cluster/typed/BasicClusterExampleSpec.scala    |   1 +
 .../cluster/routing/ClusterRouterConfig.scala      |  42 ++++----
 .../routing/ClusterRouterSupervisorSpec.scala      | 106 +++++++++++++++++++++
 .../apache/pekko/discovery/CompileOnlySpec.scala   |   1 -
 docs/src/main/paradox/cluster-routing.md           |   4 +
 docs/src/main/paradox/routing.md                   |   6 ++
 .../scala/docs/actor/FaultHandlingDocSpec.scala    |   2 +-
 .../test/scala/docs/actor/PropsEdgeCaseSpec.scala  |   1 +
 .../test/scala/docs/actor/UnnestedReceives.scala   |   1 +
 .../actor/typed/BlockingDispatcherSample.scala     |   1 +
 .../test/scala/docs/cluster/ClusterDocSpec.scala   |   3 +-
 .../scala/docs/cluster/FactorialFrontend.scala     |   6 +-
 .../scala/docs/cluster/TransformationBackend.scala |   1 +
 .../docs/cluster/TransformationFrontend.scala      |   1 +
 .../src/test/scala/docs/config/ConfigDocSpec.scala |   1 +
 .../scala/docs/ddata/DistributedDataDocSpec.scala  |   5 +-
 .../scala/docs/discovery/DnsDiscoveryDocSpec.scala |   2 +-
 .../scala/docs/dispatcher/DispatcherDocSpec.scala  |   1 -
 .../test/scala/docs/event/EventBusDocSpec.scala    |   4 +-
 docs/src/test/scala/docs/io/IODocSpec.scala        |   1 +
 docs/src/test/scala/docs/io/ReadBackPressure.scala |   1 +
 .../test/scala/docs/io/ScalaUdpMulticastSpec.scala |   1 +
 docs/src/test/scala/docs/io/UdpDocSpec.scala       |   1 +
 .../docs/persistence/PersistenceDocSpec.scala      |   1 -
 .../PersistenceEventAdapterDocSpec.scala           |   1 +
 .../docs/persistence/PersistenceMultiDocSpec.scala |   1 +
 .../PersistenceSchemaEvolutionDocSpec.scala        |   1 +
 .../query/LeveldbPersistenceQueryDocSpec.scala     |   1 -
 .../docs/persistence/testkit/Configuration.scala   |   1 +
 .../persistence/testkit/PersistenceInitSpec.scala  |   1 +
 .../docs/persistence/testkit/TestKitExamples.scala |   1 +
 .../routing/ConsistentHashingRouterDocSpec.scala   |   1 -
 .../scala/docs/routing/CustomRouterDocSpec.scala   |   6 +-
 .../test/scala/docs/routing/RouterDocSpec.scala    |   4 +-
 .../test/scala/docs/stream/BidiFlowDocSpec.scala   |   1 +
 docs/src/test/scala/docs/stream/FlowDocSpec.scala  |   1 +
 .../test/scala/docs/stream/FlowErrorDocSpec.scala  |   1 +
 .../scala/docs/stream/FlowStreamRefsDocSpec.scala  |   4 +-
 .../test/scala/docs/stream/GraphStageDocSpec.scala |   1 -
 .../docs/stream/GraphStageLoggingDocSpec.scala     |   1 +
 docs/src/test/scala/docs/stream/HubsDocSpec.scala  |   1 +
 .../test/scala/docs/stream/KillSwitchDocSpec.scala |   1 +
 .../test/scala/docs/stream/RestartDocSpec.scala    |   1 +
 .../test/scala/docs/stream/SinkRecipeDocSpec.scala |   1 +
 .../stream/cookbook/RecipeGlobalRateLimit.scala    |   1 -
 .../scala/docs/stream/cookbook/RecipeHold.scala    |   1 -
 .../docs/stream/cookbook/RecipeManualTrigger.scala |   1 +
 .../docs/stream/cookbook/RecipeMissedTicks.scala   |   1 +
 .../docs/stream/cookbook/RecipeReduceByKey.scala   |   1 +
 .../scala/docs/stream/cookbook/RecipeSeq.scala     |   1 +
 .../docs/stream/cookbook/RecipeSimpleDrop.scala    |   1 +
 .../docs/stream/cookbook/RecipeSplitter.scala      |   1 +
 .../stream/operators/BroadcastDocExample.scala     |   6 +-
 .../stream/operators/MergeSequenceDocExample.scala |   1 -
 .../stream/operators/PartitionDocExample.scala     |   1 -
 .../docs/stream/operators/SourceOperators.scala    |   1 -
 .../docs/stream/operators/WithContextSpec.scala    |   1 -
 .../sourceorflow/ExtrapolateAndExpand.scala        |   1 +
 .../operators/sourceorflow/GroupedWeighted.scala   |   1 +
 .../test/scala/docs/testkit/ParentChildSpec.scala  |   1 +
 .../test/scala/docs/testkit/TestkitDocSpec.scala   |   2 +-
 .../tutorial_1/ActorHierarchyExperiments.scala     |   1 +
 .../test/scala/typed/tutorial_3/DeviceSpec.scala   |   1 +
 .../scala/typed/tutorial_4/DeviceGroupSpec.scala   |   1 +
 .../scala/typed/tutorial_4/DeviceManagerSpec.scala |   1 +
 .../test/scala/typed/tutorial_4/DeviceSpec.scala   |   1 +
 .../typed/tutorial_5/DeviceGroupQuerySpec.scala    |   1 +
 .../scala/typed/tutorial_5/DeviceGroupSpec.scala   |   1 +
 .../scala/typed/tutorial_5/DeviceManagerSpec.scala |   1 +
 .../test/scala/typed/tutorial_5/DeviceSpec.scala   |   1 +
 project/Paradox.scala                              |   1 +
 .../jackson/v1withv2/ItemAddedMigration.scala      |   1 +
 .../jackson/v2a/CustomerMigration.scala            |   1 +
 .../jackson/v2a/OrderPlacedMigration.scala         |   1 +
 .../jackson/v2c/ItemAddedMigration.scala           |   1 +
 .../jackson3/v1withv2/ItemAddedMigration.scala     |   1 +
 .../jackson3/v2a/CustomerMigration.scala           |   1 +
 .../jackson3/v2a/OrderPlacedMigration.scala        |   1 +
 .../jackson3/v2c/ItemAddedMigration.scala          |   1 +
 .../pekko/stream/scaladsl/FlowPrependSpec.scala    |   1 +
 .../apache/pekko/stream/scaladsl/SourceSpec.scala  |   1 +
 89 files changed, 244 insertions(+), 59 deletions(-)


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

Reply via email to