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 376f4ed570 feat: Migrate all Java unit tests from JUnit 4 to JUnit 5 
(Jupiter)
     add 566a3470f7 fix(stream): Source.combine single source with 
type-transforming fan-in strategies (#2723) (#2726)
     add 32b265eaa0 switch some tests over to using junit-jupiter naming (#2729)
     add 234d9d8dc8 feat: Migrate all Java unit tests from JUnit 4 to JUnit 5 
(Jupiter)

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   (376f4ed570)
            \
             N -- N -- N   refs/heads/removeJunit4 (234d9d8dc8)

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:
 ...Test.java => JUnit5IntegrationExampleTest.java} |  10 +-
 .../apache/pekko/stream/javadsl/SourceTest.java    |  15 +++
 .../apache/pekko/stream/scaladsl/SinkSpec.scala    |  40 ++++++++
 .../apache/pekko/stream/scaladsl/SourceSpec.scala  | 101 +++++++++++++++++++++
 .../apache/pekko/stream/TypePreservingFanIn.scala  |  48 ++++++++++
 .../apache/pekko/stream/TypePreservingFanOut.scala |  44 +++++++++
 .../org/apache/pekko/stream/scaladsl/Graph.scala   |  43 ++++++---
 .../org/apache/pekko/stream/scaladsl/Sink.scala    |  22 ++++-
 .../org/apache/pekko/stream/scaladsl/Source.scala  |  41 ++++++++-
 9 files changed, 344 insertions(+), 20 deletions(-)
 copy 
actor-testkit-typed/src/test/java/jdocs/org/apache/pekko/actor/testkit/typed/javadsl/{JUnitJupiterIntegrationExampleTest.java
 => JUnit5IntegrationExampleTest.java} (92%)
 create mode 100644 
stream/src/main/scala/org/apache/pekko/stream/TypePreservingFanIn.scala
 create mode 100644 
stream/src/main/scala/org/apache/pekko/stream/TypePreservingFanOut.scala


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

Reply via email to