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

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


    omit 19368aebb0 refactor: replace sort-imports plugin with scalafix 
OrganizeImports
     add 8131b4b51e refactor: replace SortImports with OrganizeImports scalafix 
rule

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   (19368aebb0)
            \
             N -- N -- N   
refs/heads/refactor/replace-sort-imports-with-organize-imports (8131b4b51e)

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:
 .scalafix.conf                                           |  7 ++++---
 .../actor/testkit/typed/internal/CapturingAppender.scala |  4 ++--
 .../actor/testkit/typed/internal/TestAppender.scala      |  8 ++++----
 .../pekko/actor/testkit/typed/javadsl/LogCapturing.scala |  8 ++++----
 .../testkit/typed/javadsl/LogCapturingExtension.scala    |  6 +++---
 .../testkit/typed/javadsl/TestKitJUnit5Extension.scala   |  4 ++--
 .../typed/javadsl/TestKitJUnitJupiterExtension.scala     |  4 ++--
 .../testkit/typed/javadsl/TestKitJunitResource.scala     |  6 +++---
 .../org/apache/pekko/util/TypedMultiMapSpec.scala        |  4 ++--
 .../org/apache/pekko/actor/ActorCreationPerfSpec.scala   |  4 ++--
 .../scala/org/apache/pekko/actor/ActorSystemSpec.scala   |  4 ++--
 .../scala/org/apache/pekko/io/TcpConnectionSpec.scala    |  4 ++--
 .../org/apache/pekko/io/dns/DockerBindDnsService.scala   | 12 ++++++------
 .../org/apache/pekko/serialization/SerializeSpec.scala   |  4 ++--
 .../org/apache/pekko/util/BoundedBlockingQueueSpec.scala |  4 ++--
 .../scala/org/apache/pekko/util/ByteStringSpec.scala     | 10 +++++-----
 .../org/apache/pekko/actor/typed/BehaviorSpec.scala      |  4 ++--
 .../apache/pekko/actor/typed/internal/jfr/Events.scala   |  4 ++--
 .../scala/org/apache/pekko/actor/ActorBenchmark.scala    |  4 ++--
 .../pekko/actor/AffinityPoolComparativeBenchmark.scala   |  4 ++--
 .../pekko/actor/AffinityPoolIdleCPULevelBenchmark.scala  |  4 ++--
 .../actor/AffinityPoolRequestResponseBenchmark.scala     |  4 ++--
 .../pekko/actor/DirectByteBufferPoolBenchmark.scala      |  4 ++--
 .../org/apache/pekko/actor/ForkJoinActorBenchmark.scala  |  4 ++--
 .../scala/org/apache/pekko/actor/JCToolsMailbox.scala    |  4 ++--
 .../org/apache/pekko/actor/ManyToOneArrayMailbox.scala   |  4 ++--
 .../apache/pekko/actor/RouterPoolCreationBenchmark.scala |  4 ++--
 .../scala/org/apache/pekko/actor/ScheduleBenchmark.scala |  4 ++--
 .../org/apache/pekko/actor/StashCreationBenchmark.scala  |  4 ++--
 .../scala/org/apache/pekko/actor/TellOnlyBenchmark.scala |  4 ++--
 .../apache/pekko/actor/typed/TypedActorBenchmark.scala   |  4 ++--
 .../pekko/actor/typed/TypedForkJoinActorBenchmark.scala  |  8 ++++----
 .../actor/typed/delivery/ReliableDeliveryBenchmark.scala |  4 ++--
 .../apache/pekko/cluster/ddata/ORSetMergeBenchmark.scala |  4 ++--
 .../cluster/ddata/ORSetSerializationBenchmark.scala      |  8 ++++----
 .../pekko/cluster/ddata/VersionVectorBenchmark.scala     |  4 ++--
 .../apache/pekko/dispatch/CachingConfigBenchmark.scala   |  4 ++--
 .../org/apache/pekko/dispatch/NodeQueueBenchmark.scala   |  4 ++--
 .../org/apache/pekko/event/LogLevelAccessBenchmark.scala |  4 ++--
 .../pekko/persistence/LevelDbBatchingBenchmark.scala     |  4 ++--
 .../persistence/PersistenceActorDeferBenchmark.scala     |  4 ++--
 .../pekko/persistence/PersistentActorBenchmark.scala     |  4 ++--
 ...PersistentActorWithAtLeastOnceDeliveryBenchmark.scala |  4 ++--
 .../org/apache/pekko/remote/artery/CodecBenchmark.scala  |  4 ++--
 .../pekko/remote/artery/LiteralEncodingBenchmark.scala   |  4 ++--
 .../apache/pekko/remote/artery/SendQueueBenchmark.scala  |  6 +++---
 .../compress/SerializationFormatCacheBenchmark.scala     |  4 ++--
 .../pekko/remote/compress/HeavyHittersBenchmark.scala    |  4 ++--
 .../jackson/JacksonSerializationBench.scala              |  4 ++--
 .../stream/ActorGraphInterpreterBoundaryBenchmark.scala  |  8 ++++----
 .../apache/pekko/stream/ActorRefSourceBenchmark.scala    |  4 ++--
 .../scala/org/apache/pekko/stream/AskBenchmark.scala     |  4 ++--
 .../pekko/stream/AsyncBoundaryThroughputBenchmark.scala  |  6 +++---
 .../org/apache/pekko/stream/BroadcastHubBenchmark.scala  |  4 ++--
 .../scala/org/apache/pekko/stream/CollectBenchmark.scala |  4 ++--
 .../org/apache/pekko/stream/EmptySourceBenchmark.scala   |  4 ++--
 .../org/apache/pekko/stream/FlatMapConcatBenchmark.scala |  4 ++--
 .../org/apache/pekko/stream/FlatMapMergeBenchmark.scala  |  4 ++--
 .../scala/org/apache/pekko/stream/FlowMapBenchmark.scala |  4 ++--
 .../scala/org/apache/pekko/stream/FramingBenchmark.scala |  4 ++--
 .../org/apache/pekko/stream/FusedGraphsBenchmark.scala   |  6 +++---
 .../org/apache/pekko/stream/GraphBuilderBenchmark.scala  |  4 ++--
 .../pekko/stream/GraphStageConstructionBenchmark.scala   | 16 ++++++++--------
 .../org/apache/pekko/stream/InterpreterBenchmark.scala   |  4 ++--
 .../pekko/stream/InvokeWithFeedbackBenchmark.scala       |  4 ++--
 .../org/apache/pekko/stream/JsonFramingBenchmark.scala   |  4 ++--
 .../apache/pekko/stream/LazyFutureSourceBenchmark.scala  |  4 ++--
 .../org/apache/pekko/stream/MapAsyncBenchmark.scala      |  4 ++--
 .../apache/pekko/stream/MaterializationBenchmark.scala   |  4 ++--
 .../pekko/stream/MaterializerWiringBenchmark.scala       |  4 ++--
 .../org/apache/pekko/stream/PartitionHubBenchmark.scala  |  4 ++--
 .../org/apache/pekko/stream/RangeSourceBenchmark.scala   |  4 ++--
 .../org/apache/pekko/stream/SourceRefBenchmark.scala     |  4 ++--
 .../org/apache/pekko/stream/StageActorRefBenchmark.scala |  4 ++--
 .../org/apache/pekko/stream/ZipWithIndexBenchmark.scala  |  4 ++--
 .../stream/impl/OutputStreamSourceStageBenchmark.scala   |  4 ++--
 .../apache/pekko/stream/io/FileSourcesBenchmark.scala    |  4 ++--
 .../pekko/stream/io/FileSourcesScaleBenchmark.scala      |  4 ++--
 .../scala/org/apache/pekko/stream/io/TlsBenchmark.scala  |  4 ++--
 .../pekko/util/ByteStringParser_readNum_Benchmark.scala  |  4 ++--
 .../apache/pekko/util/ByteString_apply_Benchmark.scala   |  4 ++--
 .../pekko/util/ByteString_asInputStream_Benchmark.scala  |  4 ++--
 .../pekko/util/ByteString_concat3way_Benchmark.scala     |  4 ++--
 .../pekko/util/ByteString_copyToBuffer_Benchmark.scala   |  4 ++--
 .../apache/pekko/util/ByteString_decode_Benchmark.scala  |  4 ++--
 .../pekko/util/ByteString_dropRight_Benchmark.scala      |  4 ++--
 .../pekko/util/ByteString_dropSliceTake_Benchmark.scala  |  4 ++--
 .../apache/pekko/util/ByteString_drop_Benchmark.scala    |  4 ++--
 .../apache/pekko/util/ByteString_take_Benchmark.scala    |  4 ++--
 .../org/apache/pekko/util/LruBoundedCacheBench.scala     |  4 ++--
 .../apache/pekko/cluster/metrics/MetricsCollector.scala  |  4 ++--
 .../org/apache/pekko/cluster/metrics/TestUtil.scala      |  4 ++--
 .../ClusterShardingRememberEntitiesPerfSpec.scala        |  4 ++--
 .../pekko/cluster/sharding/internal/jfr/Events.scala     |  4 ++--
 .../cluster/sharding/MultiNodeClusterShardingSpec.scala  |  4 ++--
 .../sharding/RemoveInternalClusterShardingDataSpec.scala |  4 ++--
 .../apache/pekko/cluster/sharding/ShardRegionSpec.scala  |  4 ++--
 .../pekko/cluster/typed/ChunkLargeMessageSpec.scala      |  4 ++--
 .../apache/pekko/cluster/SharedMediaDriverSupport.scala  |  8 ++++----
 .../org/apache/pekko/cluster/ddata/DurableStore.scala    |  8 ++++----
 .../cluster/ddata/DeltaPropagationSelectorSpec.scala     |  4 ++--
 .../org/apache/pekko/osgi/ActorSystemActivator.scala     |  6 +++---
 .../scala/org/apache/pekko/osgi/DefaultOSGiLogger.scala  |  4 ++--
 .../org/apache/pekko/osgi/OsgiActorSystemFactory.scala   |  4 ++--
 .../org/apache/pekko/osgi/ActorSystemActivatorTest.scala |  4 ++--
 .../scala/org/apache/pekko/osgi/PojoSRTestSupport.scala  |  4 ++--
 .../org/apache/pekko/osgi/test/TestActivators.scala      |  4 ++--
 .../persistence/query/journal/leveldb/Cleanup.scala      |  4 ++--
 .../pekko/persistence/serialization/SerializerSpec.scala |  4 ++--
 .../persistence/japi/journal/JavaJournalPerfSpec.scala   |  4 ++--
 .../org/apache/pekko/persistence/scalatest/MayVerb.scala |  4 ++--
 .../org/apache/pekko/persistence/PluginCleanup.scala     |  4 ++--
 .../testkit/javadsl/PersistenceProbeBehavior.scala       |  4 ++--
 .../jackson/ReplicatedEventSourcingJacksonSpec.scala     |  4 ++--
 .../scaladsl/SnapshotRecoveryWithEmptyJournalSpec.scala  |  4 ++--
 .../persistence/typed/javadsl/EventSourcedBehavior.scala |  4 ++--
 .../typed/state/javadsl/DurableStateBehavior.scala       |  4 ++--
 .../typed/scaladsl/SnapshotIsOptionalSpec.scala          |  4 ++--
 .../persistence/journal/leveldb/LeveldbIdMapping.scala   |  4 ++--
 .../persistence/journal/leveldb/LeveldbRecovery.scala    |  4 ++--
 .../pekko/persistence/journal/leveldb/LeveldbStore.scala |  4 ++--
 .../pekko/persistence/EndToEndEventAdapterSpec.scala     |  4 ++--
 .../org/apache/pekko/persistence/PersistenceSpec.scala   |  4 ++--
 .../SnapshotRecoveryWithEmptyJournalSpec.scala           |  4 ++--
 .../apache/pekko/persistence/fsm/PersistentFSMSpec.scala |  4 ++--
 .../journal/leveldb/JournalCompactionSpec.scala          |  4 ++--
 .../org/apache/pekko/pki/pem/DERPrivateKeyLoader.scala   |  4 ++--
 .../org/apache/pekko/remote/artery/LatencySpec.scala     |  4 ++--
 .../remote/artery/aeron/AeronStreamConcistencySpec.scala |  6 +++---
 .../remote/artery/aeron/AeronStreamLatencySpec.scala     |  8 ++++----
 .../artery/aeron/AeronStreamMaxThroughputSpec.scala      |  8 ++++----
 .../remote/artery/aeron/AeronStreamMultiNodeSpec.scala   |  4 ++--
 .../org/apache/pekko/remote/artery/Association.scala     |  4 ++--
 .../apache/pekko/remote/artery/EnvelopeBufferPool.scala  |  4 ++--
 .../pekko/remote/artery/FixedSizePartitionHub.scala      |  4 ++--
 .../org/apache/pekko/remote/artery/aeron/AeronSink.scala |  4 ++--
 .../apache/pekko/remote/artery/aeron/AeronSource.scala   |  4 ++--
 .../remote/artery/aeron/ArteryAeronUdpTransport.scala    |  4 ++--
 .../apache/pekko/remote/artery/aeron/TaskRunner.scala    |  4 ++--
 .../pekko/remote/artery/compress/CompressionTable.scala  |  4 ++--
 .../remote/artery/compress/InboundCompressions.scala     |  4 ++--
 .../org/apache/pekko/remote/artery/jfr/Events.scala      |  4 ++--
 .../pekko/remote/artery/RemoteInstrumentsSpec.scala      |  6 +++---
 .../org/apache/pekko/remote/artery/SendQueueSpec.scala   |  4 ++--
 .../apache/pekko/remote/artery/aeron/AeronSinkSpec.scala |  4 ++--
 .../pekko/serialization/jackson/ActorRefModule.scala     |  4 ++--
 .../pekko/serialization/jackson/AddressModule.scala      |  4 ++--
 .../serialization/jackson/FiniteDurationModule.scala     |  4 ++--
 .../pekko/serialization/jackson/JacksonModule.scala      |  4 ++--
 .../jackson/JacksonObjectMapperProvider.scala            |  8 ++++----
 .../pekko/serialization/jackson/JacksonSerializer.scala  |  4 ++--
 .../serialization/jackson/PekkoSerializationModule.scala |  4 ++--
 .../pekko/serialization/jackson/StreamRefModule.scala    |  4 ++--
 .../serialization/jackson/TypedActorRefModule.scala      |  4 ++--
 .../pekko/serialization/jackson/JacksonFactorySpec.scala |  4 ++--
 .../serialization/jackson/JacksonSerializerSpec.scala    | 16 ++++++++--------
 .../pekko/serialization/jackson3/ActorRefModule.scala    |  4 ++--
 .../pekko/serialization/jackson3/AddressModule.scala     |  4 ++--
 .../serialization/jackson3/FiniteDurationModule.scala    |  4 ++--
 .../pekko/serialization/jackson3/JacksonModule.scala     |  4 ++--
 .../jackson3/JacksonObjectMapperProvider.scala           |  8 ++++----
 .../pekko/serialization/jackson3/JacksonSerializer.scala |  4 ++--
 .../jackson3/PekkoSerializationModule.scala              |  4 ++--
 .../pekko/serialization/jackson3/StreamRefModule.scala   |  4 ++--
 .../serialization/jackson3/TypedActorRefModule.scala     |  4 ++--
 .../serialization/jackson3/JacksonFactorySpec.scala      |  4 ++--
 .../serialization/jackson3/JacksonSerializerSpec.scala   | 16 ++++++++--------
 .../org/apache/pekko/event/slf4j/Slf4jLoggerSpec.scala   |  4 ++--
 .../apache/pekko/stream/tck/ActorSystemLifecycle.scala   |  6 +++---
 .../pekko/stream/tck/CancelledSinkSubscriberTest.scala   |  4 ++--
 .../org/apache/pekko/stream/tck/FilePublisherTest.scala  |  4 ++--
 .../stream/tck/PekkoIdentityProcessorVerification.scala  |  6 +++---
 .../pekko/stream/tck/PekkoPublisherVerification.scala    |  4 ++--
 .../pekko/stream/tck/PekkoSubscriberVerification.scala   |  4 ++--
 .../apache/pekko/stream/tck/SinkholeSubscriberTest.scala |  4 ++--
 .../scala/org/apache/pekko/stream/io/FileSinkSpec.scala  |  4 ++--
 .../org/apache/pekko/stream/io/FileSourceSpec.scala      |  4 ++--
 .../pekko/stream/scaladsl/FlowMapWithResourceSpec.scala  |  4 ++--
 .../apache/pekko/stream/scaladsl/FlowSlidingSpec.scala   |  6 +++---
 .../pekko/stream/scaladsl/GraphMergeSortedSpec.scala     |  4 ++--
 .../pekko/stream/scaladsl/GraphZipLatestSpec.scala       |  6 +++---
 .../pekko/stream/scaladsl/UnfoldResourceSourceSpec.scala |  4 ++--
 .../apache/pekko/stream/MapAsyncPartitionedSpec.scala    |  6 +++---
 .../pekko/stream/impl/JavaFlowAndRsConverters.scala      |  4 ++--
 .../scala/org/apache/pekko/stream/javadsl/Flow.scala     |  4 ++--
 .../apache/pekko/stream/javadsl/FlowWithContext.scala    |  4 ++--
 .../scala/org/apache/pekko/stream/javadsl/Sink.scala     |  4 ++--
 .../scala/org/apache/pekko/stream/javadsl/Source.scala   |  4 ++--
 .../apache/pekko/stream/javadsl/SourceWithContext.scala  |  4 ++--
 .../scala/org/apache/pekko/stream/javadsl/SubFlow.scala  |  4 ++--
 .../org/apache/pekko/stream/javadsl/SubSource.scala      |  4 ++--
 .../test/scala/org/apache/pekko/testkit/PekkoSpec.scala  |  6 +++---
 .../pekko/testkit/metrics/FileDescriptorMetricSet.scala  |  4 ++--
 .../testkit/metrics/FileDescriptorMetricSetSpec.scala    |  4 ++--
 .../org/apache/pekko/testkit/metrics/MetricsKit.scala    |  4 ++--
 .../org/apache/pekko/testkit/metrics/MetricsKitOps.scala |  4 ++--
 .../testkit/metrics/reporter/PekkoConsoleReporter.scala  |  4 ++--
 197 files changed, 457 insertions(+), 456 deletions(-)


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

Reply via email to