This is an automated email from the ASF dual-hosted git repository.
hepin pushed a change to branch testkitWarning
in repository https://gitbox.apache.org/repos/asf/pekko.git
omit c2f7490b8a Fix Java compiler warnings for unchecked calls in
TestSink/TestSource (#2625)
add ccd3dcc5b4 Fix Java unchecked warnings in stream testkit fluent API
(#2625)
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 (c2f7490b8a)
\
N -- N -- N refs/heads/testkitWarning (ccd3dcc5b4)
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:
.../java/jdocs/stream/StreamTestKitDocTest.java | 2 +-
.../javadsl/cookbook/RecipeAdhocSourceTest.java | 10 +--
.../javadsl/cookbook/RecipeGlobalRateLimit.java | 2 +-
.../jdocs/stream/javadsl/cookbook/RecipeHold.java | 8 +-
.../javadsl/cookbook/RecipeManualTrigger.java | 8 +-
.../stream/javadsl/cookbook/RecipeMissedTicks.java | 4 +-
.../stream/javadsl/cookbook/RecipeSimpleDrop.java | 2 +-
.../pekko/stream/testkit/StreamTestKit.scala | 99 +++++++++++++++++++++-
.../pekko/stream/testkit/javadsl/TestSink.scala | 12 +--
.../pekko/stream/testkit/javadsl/TestSource.scala | 12 +--
.../org/apache/pekko/stream/javadsl/FlowTest.java | 46 +++++-----
.../apache/pekko/stream/javadsl/RetryFlowTest.java | 8 +-
.../org/apache/pekko/stream/javadsl/SinkTest.java | 4 +-
.../apache/pekko/stream/javadsl/SourceTest.java | 48 +++++------
14 files changed, 183 insertions(+), 82 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]