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:
PJ Fanning 2025-09-13 10:03:10 +01:00 committed by GitHub
parent 0f6def662f
commit f2b677dfa0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
120 changed files with 31 additions and 3597 deletions

View file

@ -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