=doc #3899 duration2TestDuration migration
This commit is contained in:
parent
f9ddb3757b
commit
94bcbfc69c
1 changed files with 11 additions and 0 deletions
|
|
@ -248,3 +248,14 @@ Akka OSGi Aries Blueprint is Removed
|
|||
|
||||
``akka-osgi-aries`` has been removed. Similar can be implemented outside of Akka if needed.
|
||||
|
||||
TestKit: reworked time dilation
|
||||
===============================
|
||||
|
||||
``TestDuration`` has been changed into an implicit value class plus a Java API in JavaTestKit. Please change::
|
||||
|
||||
import akka.testkit.duration2TestDuration
|
||||
|
||||
into::
|
||||
|
||||
import akka.testkit.TestDuration
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue