remove scala 2.12 support (#1986)
* remove scala 2.12 support * move around some source because we don't need as many source dirs * move more files * remove annotations * remove annotations * Create remove-scala-2.12-support.excludes * remove some scala-2.12 refs * remove compat.PartialFunction * Update remove-scala-2.12-support.excludes
This commit is contained in:
parent
0f6def662f
commit
f2b677dfa0
120 changed files with 31 additions and 3597 deletions
|
|
@ -35,7 +35,6 @@ import pekko.stream.impl._
|
|||
import pekko.testkit.{ TestActor, TestProbe }
|
||||
import pekko.testkit.TestActor.AutoPilot
|
||||
import pekko.util.JavaDurationConverters._
|
||||
import pekko.util.ccompat._
|
||||
import pekko.util.ccompat.JavaConverters._
|
||||
|
||||
import org.reactivestreams.{ Publisher, Subscriber, Subscription }
|
||||
|
|
@ -120,7 +119,6 @@ object TestPublisher {
|
|||
|
||||
type Self <: ManualProbe[I]
|
||||
|
||||
@ccompatUsedUntil213
|
||||
private val probe: TestProbe = TestProbe()
|
||||
|
||||
// this is a way to pause receiving message from probe until subscription is done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue