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

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


    from 8031d622d1 add test case that shows we don't retry FailedSources 
(#2624)
     new ac7b5ef066 chore: unfold import selectors in scalafmt
     new 4dd60f592e chore: add "unfold import selectors in scalafmt" to 
.git-blame-ignore-revs

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .git-blame-ignore-revs                             |  1 +
 .scalafmt.conf                                     |  1 +
 .../main/scala/org/apache/pekko/actor/Stash.scala  |  5 ++++-
 .../org/apache/pekko/dispatch/Mailboxes.scala      |  5 ++++-
 .../apache/pekko/dispatch/ThreadPoolBuilder.scala  | 17 +++++++++++++---
 .../pekko/pattern/CircuitBreakersRegistry.scala    |  7 ++++++-
 .../scala/org/apache/pekko/pattern/Patterns.scala  |  8 ++++++--
 .../internal/BackoffOnRestartSupervisor.scala      |  8 +++++++-
 .../pattern/internal/BackoffOnStopSupervisor.scala |  8 +++++++-
 .../apache/pekko/io/dns/IdGeneratorBanchmark.scala | 11 ++++++++++-
 .../pekko/cluster/sharding/ShardCoordinator.scala  |  4 +++-
 .../ClusterShardingMessageSerializer.scala         |  3 ++-
 ...eastShardAllocationStrategyRandomizedSpec.scala |  6 +++++-
 .../pekko/cluster/typed/ClusterSingleton.scala     |  3 ++-
 .../receptionist/ClusterReceptionist.scala         |  4 +++-
 .../test/scala/typed/tutorial_5/DeviceGroup.scala  |  6 +++++-
 .../pekko/remote/testconductor/Conductor.scala     | 13 ++++++++++--
 .../remote/testconductor/RemoteConnection.scala    |  5 ++++-
 .../javadsl/PersistenceTestKitReadJournal.scala    |  6 +++++-
 .../scaladsl/PersistenceTestKitReadJournal.scala   |  5 ++++-
 .../PersistenceTestKitDurableStateStore.scala      |  7 ++++++-
 .../scaladsl/EventSourcedBehaviorTestKitSpec.scala |  3 ++-
 .../testkit/scaladsl/ScalaDslUtils.scala           | 10 +++++++++-
 .../pekko/persistence/typed/internal/Running.scala | 16 ++++++++++++---
 .../journal/PersistencePluginProxy.scala           | 11 +++++++++--
 project/PekkoDevelocityPlugin.scala                |  5 ++++-
 .../scala/org/apache/pekko/remote/Endpoint.scala   |  5 ++++-
 .../org/apache/pekko/remote/RemoteDaemon.scala     | 13 ++++++++++--
 .../transport/ThrottlerTransportAdapter.scala      |  6 +++++-
 .../remote/transport/netty/NettyTransport.scala    | 14 +++++++++++--
 .../remote/artery/RemoteActorSelectionSpec.scala   | 11 ++++++++++-
 .../classic/transport/PekkoProtocolSpec.scala      |  5 ++++-
 .../ArteryMessageSerializerSpec.scala              |  4 +++-
 .../jackson/JacksonObjectMapperProvider.scala      | 23 ++++++++++++++++++----
 .../jackson3/JacksonObjectMapperProvider.scala     | 13 ++++++++++--
 .../jackson3/JacksonSerializerSpec.scala           |  6 +++++-
 .../pekko/stream/testkit/StreamTestKit.scala       |  6 +++++-
 .../impl/fusing/GraphInterpreterSpecKit.scala      |  5 ++++-
 .../pekko/stream/io/InputStreamSourceSpec.scala    |  6 +++++-
 .../stream/scaladsl/FlowFlatMapPrefixSpec.scala    | 11 +++++++++--
 .../pekko/stream/MapAsyncPartitionedSpec.scala     | 11 ++++++++++-
 .../pekko/stream/impl/fusing/FutureFlow.scala      |  7 ++++++-
 .../org/apache/pekko/stream/impl/fusing/Ops.scala  | 12 +++++++++--
 .../pekko/stream/impl/fusing/SourceSink.scala      |  6 +++++-
 .../pekko/stream/impl/io/FileOutputStage.scala     |  7 ++++++-
 .../pekko/stream/impl/io/InputStreamSource.scala   |  7 ++++++-
 .../pekko/testkit/CallingThreadDispatcher.scala    | 19 +++++++++++++++---
 47 files changed, 313 insertions(+), 62 deletions(-)


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

Reply via email to