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

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


 discard 782555c8ec Migrate all Java unit tests from JUnit 4 to JUnit 5
    omit ee9a524c26 docs: Update migration checklist and CSV with final 
analysis results
    omit 1b9394ece8 Silence false-positive serializer warnings for pekko-grpc 
and pekko-http
     add 7895473c8a chore(deps): bump sbt/setup-sbt from 1.1.18 to 1.1.19 
(#2717)
     add 66d7dc1946 Add Sink.eagerFutureSink to avoid 
NeverMaterializedException on empty streams (#2684)
     new afbabbcbb3 Migrate all Java unit tests from JUnit 4 to JUnit 5

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   (782555c8ec)
            \
             N -- N -- N   refs/heads/removeJunit4 (afbabbcbb3)

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.

The 1 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:
 .github/workflows/binary-compatibility-checks.yml  |   2 +-
 .github/workflows/build-test-prValidation.yml      |   8 +-
 .github/workflows/dependency-graph.yml             |   2 +-
 .github/workflows/generate-doc-check.yml           |   2 +-
 .github/workflows/headers.yml                      |   2 +-
 .github/workflows/link-validator.yml               |   2 +-
 .github/workflows/nightly-1.0-builds.yml           |   6 +-
 .github/workflows/nightly-1.1-builds.yml           |   6 +-
 .github/workflows/nightly-1.2-builds.yml           |   6 +-
 .github/workflows/nightly-1.3-builds.yml           |   6 +-
 .github/workflows/nightly-1.4-builds.yml           |   6 +-
 .github/workflows/nightly-1.5-builds.yml           |   6 +-
 .github/workflows/nightly-builds-aeron.yml         |   2 +-
 .github/workflows/nightly-builds.yml               |   6 +-
 .github/workflows/publish-1.0-docs.yml             |   2 +-
 .github/workflows/publish-1.0-nightly.yml          |   2 +-
 .github/workflows/publish-1.1-docs.yml             |   2 +-
 .github/workflows/publish-1.1-nightly.yml          |   2 +-
 .github/workflows/publish-1.2-docs.yml             |   2 +-
 .github/workflows/publish-1.2-nightly.yml          |   2 +-
 .github/workflows/publish-1.3-docs.yml             |   2 +-
 .github/workflows/publish-1.3-nightly.yml          |   2 +-
 .github/workflows/publish-1.4-docs.yml             |   2 +-
 .github/workflows/publish-1.4-nightly.yml          |   2 +-
 .github/workflows/publish-1.5-nightly.yml          |   2 +-
 .github/workflows/publish-2.0-docs.yml             |   2 +-
 .github/workflows/publish-nightly.yml              |   2 +-
 .github/workflows/stage-release-candidate.yml      |   2 +-
 .github/workflows/timing-tests.yml                 |   2 +-
 .../apache/pekko/serialization/Serialization.scala |   4 +-
 docs/migration/checklist.md                        |  62 -------
 docs/migration/commits_detailed.csv                |  99 -----------
 .../stream/operators/Sink/completionStageSink.md   |   8 +
 .../operators/Sink/eagerCompletionStageSink.md     |  33 ++++
 .../stream/operators/Sink/eagerFutureSink.md       |  37 ++++
 .../paradox/stream/operators/Sink/futureSink.md    |   6 +
 .../operators/Sink/lazyCompletionStageSink.md      |   5 +-
 .../stream/operators/Sink/lazyFutureSink.md        |   4 +-
 docs/src/main/paradox/stream/operators/index.md    |   4 +
 .../pekko/stream/DslFactoriesConsistencySpec.scala |   1 +
 .../stream/scaladsl/EagerFutureSinkSpec.scala      | 193 +++++++++++++++++++++
 .../scala/org/apache/pekko/stream/impl/Sinks.scala | 128 ++++++++++++++
 .../org/apache/pekko/stream/impl/Stages.scala      |   1 +
 .../org/apache/pekko/stream/javadsl/Sink.scala     |  20 +++
 .../org/apache/pekko/stream/scaladsl/Sink.scala    |  18 ++
 45 files changed, 503 insertions(+), 212 deletions(-)
 delete mode 100644 docs/migration/checklist.md
 delete mode 100644 docs/migration/commits_detailed.csv
 create mode 100644 
docs/src/main/paradox/stream/operators/Sink/eagerCompletionStageSink.md
 create mode 100644 
docs/src/main/paradox/stream/operators/Sink/eagerFutureSink.md
 create mode 100644 
stream-tests/src/test/scala/org/apache/pekko/stream/scaladsl/EagerFutureSinkSpec.scala


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

Reply via email to