Remove JavaTestkit (#27022)
* Remove JavaTestKit * mima * Also remove Caching partial function * Formatting * Update akka-docs/src/main/paradox/project/migration-guide-2.5.x-2.6.x.md Co-Authored-By: Arnout Engelen <github@bzzt.net>
This commit is contained in:
parent
3888de23ed
commit
6754bf7f73
5 changed files with 7 additions and 814 deletions
|
|
@ -63,6 +63,9 @@ Use @apidoc[AbstractPersistentActorWithAtLeastOnceDelivery] instead.
|
|||
* `LoggingReceive.create(Receive, ActorContext)` use `AbstractActor.Receive` instead.
|
||||
* `ActorMaterialzierSettings.withAutoFusing` disabling fusing is no longer possible.
|
||||
|
||||
### JavaTestKit removed
|
||||
|
||||
The `JavaTestKit` has been deprecated since `2.5.0`. Use `akka.testkit.javadsl.TestKit` instead.
|
||||
|
||||
## Deprecated features
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue