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

hepin pushed a change to branch 1.3.x-fromArray
in repository https://gitbox.apache.org/repos/asf/pekko.git


 discard bedc467d60 feat: Add fromArray to Source scaladsl (#2424)
     add 37b4f6a840 Update jackson-core to 2.20.1 (#2417) (#2421)
     add fe5a0437e3 feat: Add mapOption operator (#2414) (#2423)
     add c9ef524bd7 feat: Add fromArray to Source scaladsl (#2424)

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   (bedc467d60)
            \
             N -- N -- N   refs/heads/1.3.x-fromArray (c9ef524bd7)

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:
 .../stream/operators/Source-or-Flow/mapOption.md   | 31 ++++++++++++++++++++++
 docs/src/main/paradox/stream/operators/index.md    |  2 ++
 .../operators/{Map.scala => MapOption.scala}       | 12 ++++-----
 project/Dependencies.scala                         |  2 +-
 .../apache/pekko/stream/javadsl/SourceTest.java    | 11 ++++++++
 .../apache/pekko/stream/scaladsl/FlowSpec.scala    |  9 +++++++
 .../apache/pekko/stream/scaladsl/SourceSpec.scala  | 14 ++++++++++
 .../org/apache/pekko/stream/impl/Stages.scala      |  1 +
 .../org/apache/pekko/stream/javadsl/Flow.scala     | 22 +++++++++++++++
 .../org/apache/pekko/stream/javadsl/Source.scala   | 22 +++++++++++++++
 .../org/apache/pekko/stream/javadsl/SubFlow.scala  | 22 +++++++++++++++
 .../apache/pekko/stream/javadsl/SubSource.scala    | 22 +++++++++++++++
 .../org/apache/pekko/stream/scaladsl/Flow.scala    | 20 ++++++++++++++
 13 files changed, 183 insertions(+), 7 deletions(-)
 create mode 100644 
docs/src/main/paradox/stream/operators/Source-or-Flow/mapOption.md
 copy docs/src/test/scala/docs/stream/operators/{Map.scala => MapOption.scala} 
(67%)


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

Reply via email to