Commit graph

6181 commits

Author SHA1 Message Date
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
Peter Vlugter
83cac71aad Added a little to meta-docs 2011-04-21 13:34:26 +12:00
Patrik Nordwall
66c7c31fbb Additional improvement of documentation of dispatchers 2011-04-20 21:33:03 +02:00
Patrik Nordwall
fc76062917 Improved documentation of dispatchers 2011-04-20 21:13:39 +02:00
Patrik Nordwall
be4c0ec90b Merge branch 'master' of github.com:jboner/akka 2011-04-20 20:49:23 +02:00
Jonas Bonér
aefbace03c Merge branch 'eclipse-tutorial' 2011-04-20 18:37:39 +02:00
Jonas Bonér
eb9f1f4396 Added Iulian's Akka Eclipse tutorial with some minor edits of Jonas 2011-04-20 18:36:49 +02:00
Viktor Klang
392c947826 Deprecating methods as discussed on ML 2011-04-20 12:56:42 +02:00
Viktor Klang
a18471520d Updating most of the migration docs, added a _general_ section of the docs 2011-04-20 12:03:54 +02:00
Viktor Klang
e18127d966 Adding Devoxx talk to docs 2011-04-20 11:08:54 +02:00
Viktor Klang
634252cdc2 Merge branch 'master' of github.com:jboner/akka 2011-04-20 11:08:35 +02:00
Viktor Klang
46b646842a Two birds with one stone, fixing #791 and #792 2011-04-20 10:29:11 +02:00
Jonas Bonér
05f635cfba Merge branch 'master' of github.com:jboner/akka 2011-04-20 10:04:54 +02:00