Merge pull request #27518 from akka/wip-27437-systemActorOf-patriknw

Remove Future from typed.ActorSystem.systemActorOf, #27437
This commit is contained in:
Patrik Nordwall 2019-09-03 13:03:49 +02:00 committed by GitHub
commit c0ee1080b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 20 additions and 31 deletions

View file

@ -487,6 +487,7 @@ made before finalizing the APIs. Compared to Akka 2.5.x the source incompatible
* `StashBuffer`s are now created with `Behaviors.withStash` rather than instantiating directly
* To align with the Akka Typed style guide `SpawnProtocol` is now created through @scala[`SpawnProtocol()`]@java[`SpawnProtocol.create()`], the special `Spawn` message
factories has been removed and the top level of the actor protocol is now `SpawnProtocol.Command`
* `Future` removed from `ActorSystem.systemActorOf`.
#### Akka Typed Stream API changes