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

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


    omit d28b36b911 feat: Add Source#elements
     add 2c2daa88a1 feat: Add fromArray to Source scaladsl (#2424)
     add 7fa5559394 chore: sortImports (#2425)
     add c624e2cf4c chore: ignore sort imports commit (#2426)
     add 2f411d1413 feat: Add Source#elements

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   (d28b36b911)
            \
             N -- N -- N   refs/heads/elements (2f411d1413)

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:
 .git-blame-ignore-revs                                 |  3 +++
 .../main/scala/org/apache/pekko/util/ByteString.scala  |  4 ++--
 .../apache/pekko/stream/BroadcastHubBenchmark.scala    | 13 ++++++++-----
 .../util/ByteString_asInputStream_Benchmark.scala      |  3 ++-
 .../pekko/util/ByteString_indexOfSlice_Benchmark.scala |  2 +-
 .../main/paradox/stream/operators/Source/fromArray.md  |  2 +-
 .../PersistenceTestKitDurableStateStoreSpec.scala      |  1 +
 .../persistence/typed/javadsl/CommandHandler.scala     |  4 ++--
 .../typed/javadsl/CommandHandlerWithReply.scala        |  4 ++--
 .../pekko/persistence/typed/javadsl/EventHandler.scala |  3 ++-
 .../typed/state/javadsl/CommandHandler.scala           |  4 ++--
 .../typed/state/javadsl/CommandHandlerWithReply.scala  |  4 ++--
 .../pekko/serialization/jackson3/JacksonModule.scala   |  2 +-
 .../jackson3/JacksonObjectMapperProvider.scala         |  5 ++++-
 .../serialization/jackson3/JacksonSerializer.scala     |  2 +-
 .../serialization/jackson3/JacksonSerializerSpec.scala | 15 ++++++++++-----
 .../apache/pekko/stream/impl/fusing/DoOnCancel.scala   |  2 +-
 .../apache/pekko/stream/impl/fusing/DoOnFirst.scala    |  2 +-
 .../scala/org/apache/pekko/stream/javadsl/Source.scala |  5 ++---
 .../org/apache/pekko/stream/scaladsl/Source.scala      | 18 +++++++++++++++++-
 20 files changed, 65 insertions(+), 33 deletions(-)


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

Reply via email to