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

@ -212,7 +212,7 @@ Copyright (c) 2003-2011, LAMP/EPFL
pekko-actor contains code from scala-collection-compat in the `org.apache.pekko.util.ccompat` package
which has released under an Apache 2.0 license.
- actor/src/main/scala-2.12/org/apache/pekko/util/ccompat/package.scala
- actor/src/main/scala/org/apache/pekko/util/ccompat/package.scala
Scala (https://www.scala-lang.org)
@ -222,7 +222,6 @@ Copyright EPFL and Lightbend, Inc.
pekko-actor contains code from scala-library in the `org.apache.pekko.util.ccompat` package
and in `org.apache.pekko.util.Helpers.scala` which was released under an Apache 2.0 license.
- actor/src/main/scala-2.12/org/apache/pekko/util/ccompat/package.scala
- actor/src/main/scala/org/apache/pekko/util/Helpers.scala
Scala (https://www.scala-lang.org)