From 94bcbfc69c381d6a8100e1311dfa4aba12a4fd8c Mon Sep 17 00:00:00 2001 From: Roland Kuhn Date: Tue, 4 Mar 2014 17:28:45 +0100 Subject: [PATCH] =doc #3899 duration2TestDuration migration --- akka-docs/rst/project/migration-guide-2.2.x-2.3.x.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/akka-docs/rst/project/migration-guide-2.2.x-2.3.x.rst b/akka-docs/rst/project/migration-guide-2.2.x-2.3.x.rst index 4b5e2b6217..285fbf5748 100644 --- a/akka-docs/rst/project/migration-guide-2.2.x-2.3.x.rst +++ b/akka-docs/rst/project/migration-guide-2.2.x-2.3.x.rst @@ -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 +