Commit graph

6 commits

Author SHA1 Message Date
Viktor Klang
cd8e97c060 +act - 15757 - Reworks implementation of ActorSystem shutdown
* deprecates awaitTermination, shutdown and isTerminated
  * introduces a terminate-method that returns a Future[Unit]
  * introduces a whenTerminated-method that returns a Future[Unit]
  * simplifies the implementation by removing blocking constructs
  * adds tests for terminate() and whenTerminated
2014-08-25 15:49:28 +02:00
Björn Antonsson
c8b3ec0f0e =sam Update Scala dependencies to 2.10.4 2014-04-25 13:23:56 +02:00
Björn Antonsson
d84f7f35ff =sam #3945 Added license file and tutorial to java8 persistence sample 2014-03-27 13:32:28 +01:00
Björn Antonsson
723c931d16 +act,sam,doc #3940 Added receive setter for Java Lambda actors
* Added a setter for Java lambda actors to "hide" the not so nice looking type signature of the "receive" method.
* Updated docs to reflect the changes.
* Converted samples to use the new setter.
2014-03-22 10:53:54 +01:00
Björn Antonsson
49db5d2886 =sam #3936 Changed to correct akka version in sample 2014-03-19 09:14:54 +01:00
Björn Antonsson
ea6e459adf +sam #3925 Adding Supervision for Java with Lambda Support Activator template 2014-03-18 08:46:22 +01:00