Merge remote-tracking branch 'akka/master' into scalatest310

This commit is contained in:
Mikhail Limansky 2020-01-17 16:03:32 +03:00
commit 52c01832da
17 changed files with 321 additions and 28 deletions

View file

@ -70,7 +70,6 @@ object StreamOperatorsIndexGenerator extends AutoPlugin {
"orElseGraph",
"divertToGraph",
"zipWithGraph",
"actorRefWithAck" // deprecated
)
// FIXME document these methods as well
@ -99,12 +98,8 @@ object StreamOperatorsIndexGenerator extends AutoPlugin {
"actorSubscriber",
"foldAsync",
"newOnCompleteStage",
"actorRefWithAck" // deprecated
),
"ActorSink" -> Seq("actorRefWithAck" // deprecated
),
"ActorSource" -> Seq("actorRefWithAck" // deprecated
))
)
)
val ignore =
Set("equals", "hashCode", "notify", "notifyAll", "wait", "toString", "getClass") ++

View file

@ -23,5 +23,5 @@ addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.29")
addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.18")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.4.0") // for maintenance of copyright file header
addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % "1.0.0")
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.22")
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.23")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0")