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
3
LICENSE
3
LICENSE
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue