Merge pull request #27141 from chbatey/migration-entity-ref

Fix entity ref link in migration guide
This commit is contained in:
Patrik Nordwall 2019-06-14 11:05:47 +02:00 committed by GitHub
commit edbe7d08fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -329,7 +329,7 @@ made before finalizing the APIs. Compared to Akka 2.5.x the source incompatible
they were redundant with corresponding @scala[scaladsl.Behaviors.x]@java[javadsl.Behaviors.x].
* `ActorContext` parameter removed in `javadsl.ReceiveBuilder` for the functional style in Java. Use `Behaviors.setup`
to retrieve `ActorContext`, and use an enclosing class to hold initialization parameters and `ActorContext`.
* Java @apidoc[EntityRef] ask timeout now takes a `java.time.Duration` rather than a @apidoc[Timeout]
* Java @apidoc[akka.cluster.sharding.typed.javadsl.EntityRef] ask timeout now takes a `java.time.Duration` rather than a @apidoc[Timeout]
#### Akka Typed Stream API changes