Commit graph

6193 commits

Author SHA1 Message Date
Patrik Nordwall
884a9ae2ef Cleanup 2011-04-26 21:52:45 +02:00
Patrik Nordwall
e2c0d11c10 Moved dispatchers from pending 2011-04-26 21:45:33 +02:00
Patrik Nordwall
850536bd2a cleanup 2011-04-26 21:42:11 +02:00
Patrik Nordwall
40533a7334 Moved event-handler from pending 2011-04-26 21:39:10 +02:00
Patrik Nordwall
b19bd275d2 typo 2011-04-26 21:34:04 +02:00
Patrik Nordwall
054403325d Added serialize-messages description to scala typed actors doc 2011-04-26 21:31:13 +02:00
Patrik Nordwall
89b1814d1c Added sidebar toc 2011-04-26 21:29:08 +02:00
Patrik Nordwall
2efa82fc8e Moved typed-actors from pending 2011-04-26 21:27:49 +02:00
Patrik Nordwall
a0f52113aa Moved actor-registry from pending 2011-04-26 21:11:58 +02:00
Patrik Nordwall
88d400a4e9 index for java api 2011-04-26 20:57:05 +02:00
Patrik Nordwall
9c7242f374 Moved untyped-actors from pending 2011-04-26 20:48:30 +02:00
Patrik Nordwall
bce7d176f4 Added parens to override of preStart and postStop 2011-04-26 20:31:08 +02:00
Patrik Nordwall
d0447c76cb Minor, added import 2011-04-26 20:16:31 +02:00
Patrik Nordwall
e5cee9faa4 Improved stm docs 2011-04-26 16:09:48 +02:00
Patrik Nordwall
371ac01a4b Improved stm docs 2011-04-26 14:20:02 +02:00
Patrik Nordwall
60b650133a Improved agents doc 2011-04-26 14:20:02 +02:00
Viktor Klang
d9fbefd452 Fixing ticket #805 2011-04-26 14:16:12 +02:00
Viktor Klang
5ff0165717 Pointing Jersey sample to v1.0 tag, closing #776 2011-04-26 13:03:03 +02:00
Viktor Klang
66853294b1 Making ActorRegistry public so it`ll be in the scaladoc, constructor remains private tho, closing #743 2011-04-26 12:12:25 +02:00
Viktor Klang
7446afd51b Adding the class that failed to instantiate, closing ticket #803 2011-04-26 12:05:33 +02:00
Viktor Klang
8f43d6f0b8 Adding parens to preStart and postStop closing #798 2011-04-26 12:00:09 +02:00
Viktor Klang
69ee799dd9 Removing unused imports, closing ticket #802 2011-04-26 11:52:17 +02:00
Derek Williams
b041329b98 Update Jetty to version 7.4.0 2011-04-24 11:24:29 -06:00
Jonas Bonér
2468f9e68a Fixed broken pi calc algo 2011-04-24 09:02:37 -07:00
Jonas Bonér
e22113075f Fixed broken pi calc algo 2011-04-24 09:01:45 -07:00
Patrik Nordwall
b16108b661 Applied the last typo fixes also 2011-04-24 08:33:13 +02:00
Jonas Bonér
a2da2bfa02 Merge branch 'master' of github.com:jboner/akka 2011-04-23 11:57:20 +02:00
Jonas Bonér
2770f47f27 Fixed problem in Pi calculation algorithm 2011-04-23 11:55:54 +02:00
Roland
0eb921c172 Merge branch 'future-rk' 2011-04-23 11:51:46 +02:00
Jonas Bonér
06c134ca91 Added EventHandler.shutdown()' 2011-04-23 11:49:33 +02:00
Roland
33f05856c1 use Future.empty in Future.channel 2011-04-23 11:49:03 +02:00
Roland
6e45ab7c17 add Future.empty[T] 2011-04-23 11:35:54 +02:00
Jonas Bonér
e3a7a2cf66 Removed logging ClassNotFoundException to EventHandler in ReflectiveAccess 2011-04-23 11:34:19 +02:00
Jonas Bonér
18bfe152ba Changed default event-handler level to INFO 2011-04-23 11:32:19 +02:00
Jonas Bonér
e4c1d8f569 Merge branch 'master' of github.com:jboner/akka 2011-04-23 11:31:14 +02:00
Jonas Bonér
78beaa9e43 added some generic lookup methods to Configuration 2011-04-23 11:31:00 +02:00
Roland
1ee2446d1f Merge branch 'wip-testkit2'
- also fix some sphinx-build warnings/errors
2011-04-23 11:23:50 +02:00
Roland
2adc45cf2c move Duration doc to general/util.rst
move migration guide links one level down
2011-04-23 11:04:02 +02:00
Roland Kuhn
d55c9cea10 add Java API to Duration 2011-04-23 09:44:59 +02:00
Patrik Nordwall
a60bbc5f59 Applied patch from bruce.mitchener, with minor adjustment 2011-04-23 08:11:31 +02:00
Roland
78250478a7 add references to testkit example from Ray 2011-04-21 22:20:43 +02:00
Roland
1715e3ca58 add testing doc (scala) 2011-04-21 22:06:46 +02:00
Roland
df9be27718 test exception reception on TestActorRef.apply() 2011-04-21 21:59:12 +02:00
Roland
c86b63cff8 merge master and wip-testkit into wip-testkit2 2011-04-21 21:36:28 +02:00
Roland
cb332b2756 make testActor.dispatcher=CallingThreadDispatcher
- it's needed for unit testing, and it does not hurt since testActor
  does not send anything
2011-04-21 21:31:30 +02:00
Roland
b6446f50dd proxy isDefinedAt/apply through TestActorRef 2011-04-21 21:31:24 +02:00
Roland
4868f726c5 add Future.channel() for obtaining a completable channel 2011-04-21 21:29:57 +02:00
Viktor Klang
b1db0f42d5 Merge branch 'master' of github.com:jboner/akka 2011-04-21 11:26:11 +02:00
Viktor Klang
f804340a12 Tweaked the migration guide documentation 2011-04-21 11:25:56 +02:00
Heiko Seeberger
cff4ca7732 Removed OSGi from all modules except for akka-actor. Added OSGi example. 2011-04-21 11:22:31 +02:00