pekko/project
Andrea Peruffo da70e0ccd4
Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956)
* Remove @switch when it doesn't take effect
* Use ActorRef.noSender
* Minor tweaks to SchedulerSpec
* Disambiguate TypedActor for Scala 3
* Bump ScalaTest to a version compatible with Scala 3
* Bump ScalaCheck
* Disambiguate Event in SupervisorHierarchySpec
* Scala 3 compatible EventBusSpec
* Prevent private unused variables to be erased by Scala 3
* Bump mockito
* Explicit actorRef2Scala import
* restore original .scalafix.conf
* Scala 3 compatible tailrec
* Reminder to re add switch annotation in case
* Move to nowarn instead of silencer
* Bump to Scala 2.12.13
* Cross compatible annotations
* fix docs generation
* adapt the build for Scala 3
* fix errors but bus
* remove more SerialVersion from trait
* scalacheck only from scalatest
* cross-compile akka-actor-tests
* restore cross-compilation
* early initializers workaround
* scalacheck switch
* cross compatible FSM.State class
* cross compatible LARS spec
* Change results to pass LineNumberSpec
* fix stackoverflow in AsyncDnsResolverIntegrationSpec
* FSM.State unapply
* fix Scala 2.13 mima
* SerialVersionRemover compiler plugin
* removed unused nowarns
2021-02-01 16:38:29 +01:00
..
scripts Remove 'dry run' feature (#29225) 2020-06-11 12:31:07 +02:00
AddLogTimestamps.scala Update copyright to 2021 2021-01-08 17:55:38 +01:00
AkkaBuild.scala Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
AkkaDisciplinePlugin.scala Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
AutomaticModuleName.scala Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
build.properties Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
CliOptions.scala Update copyright to 2021 2021-01-08 17:55:38 +01:00
CopyrightHeader.scala Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
CopyrightHeaderForBoilerplate.scala Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
CopyrightHeaderForBuild.scala Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
CopyrightHeaderForJdk9.scala Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
CopyrightHeaderForProtobuf.scala Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
Dependencies.scala Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
Doc.scala Update copyright to 2021 2021-01-08 17:55:38 +01:00
GitHub.scala Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
JavaFormatter.scala Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
Jdk9.scala Update copyright to 2021 2021-01-08 17:55:38 +01:00
JdkOptions.scala Update copyright to 2021 2021-01-08 17:55:38 +01:00
MiMa.scala MiMa for 2.6.12 take 2 (#29987) 2021-02-01 12:48:05 +01:00
MultiNode.scala Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
OSGi.scala Update copyright to 2021 2021-01-08 17:55:38 +01:00
Paradox.scala Update copyright to 2021 2021-01-08 17:55:38 +01:00
ParadoxBrowse.scala Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
plugins.sbt Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
project-info.conf docs: Link project info to snapshots (#29862) 2020-12-07 09:00:52 +01:00
ProjectFileIgnoreSupport.scala Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
Protobuf.scala Update copyright to 2021 2021-01-08 17:55:38 +01:00
Publish.scala Update copyright to 2021 2021-01-08 17:55:38 +01:00
ScalaFixExtraRulesPlugin.scala Update copyright to 2021 2021-01-08 17:55:38 +01:00
ScalaFixForJdk9Plugin.scala Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
ScalafixForMultiNodePlugin.scala Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
ScalafixIgnoreFilePlugin.scala Update copyright to 2021 2021-01-08 17:55:38 +01:00
ScalafixSupport.scala Update copyright to 2021 2021-01-08 17:55:38 +01:00
SigarLoader.scala Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
StreamOperatorsIndexGenerator.scala Update copyright to 2021 2021-01-08 17:55:38 +01:00
TestExtras.scala Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
ValidatePullRequest.scala Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
VersionGenerator.scala Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
Whitesource.scala Update copyright to 2021 2021-01-08 17:55:38 +01:00