Migration kit and start of migration documentation. See #1406.
* Documentation of migration kit * Documentation of some of the changes * akka-actor-migration module containing GlobalActorSystem, OldXxx classes and some implicit conversions * Tried migration of WebWords sample * Tried migration of akka-samples/async-workers * Tried migration of akka-samples-trading
This commit is contained in:
parent
86265b2118
commit
4dd5e9612b
12 changed files with 1055 additions and 41 deletions
|
|
@ -7,6 +7,9 @@ package akka.docs.actor
|
|||
import akka.actor.Actor
|
||||
import akka.actor.Props
|
||||
import akka.event.Logging
|
||||
|
||||
//#imports1
|
||||
|
||||
import akka.dispatch.Future
|
||||
import akka.actor.ActorSystem
|
||||
import org.scalatest.{ BeforeAndAfterAll, WordSpec }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue