akka
akka copied to clipboard
Additional cleanup after dropping Scala 2.12
We should make this cleanup later, probably in Akka 2.10.
- [x] ccompat and akka.compat
- [x] #32511
- [x]
unusedshouldn't be needed - [x] #32500
- [ ] and there could be some more, search for 2.12
- [x] drop scala-java8-compat (https://github.com/lightbend/akka-meta/issues/440)
- [x] #32501
- [x] drop scala.collection.JavaConverters
I see we use import scala.collection.JavaConverters._ which is noted as deprecated.
@patriknw Do you plan to refactor that usage as well for the next 2.10.0?
That would be good
Is this done done?
yes, as far as we know