Commit graph

3102 commits

Author SHA1 Message Date
Jonas Bonér
95ec4a6c60 Added some comments and scaladoc to Pi tutorial sample 2011-04-01 16:02:55 +02:00
Jonas Bonér
7e3301dc96 Changed logging level in ReflectiveAccess and set the default Akka log level to INFO 2011-04-01 15:49:33 +02:00
Jonas Bonér
b226605075 Added Routing.Broadcast message and handling to be able to broadcast a message to all the actors a load-balancer represents 2011-04-01 15:33:46 +02:00
Jonas Bonér
d276b6bb68 removed JARs added by mistake 2011-04-01 14:48:04 +02:00
Jonas Bonér
3334f053c8 Fixed bug with not shutting down remote event handler listener properly 2011-04-01 14:31:53 +02:00
Jonas Bonér
7f791beb78 Merge branch 'master' of github.com:jboner/akka 2011-04-01 14:29:32 +02:00
Jonas Bonér
e977267227 Changed *Iterator to take a Seq instead of a List 2011-04-01 14:29:26 +02:00
Jonas Bonér
329e8bbcfd Added first tutorial based on Scala and SBT 2011-04-01 14:28:08 +02:00
Viktor Klang
2430341169 Adding Kill message, synonymous with Restart(new ActorKilledException(msg)) 2011-04-01 12:00:10 +02:00
Jonas Bonér
e7cf4850e2 Merge branch 'master' of github.com:jboner/akka 2011-03-31 16:14:10 +02:00
Jonas Bonér
2f9ec8649f Added comment about broken TypedActor remoting behavior 2011-03-31 15:55:30 +02:00
Peter Vlugter
1574f513f5 Should should be must, should must be must 2011-03-31 20:34:36 +13:00
Peter Vlugter
380f38576d Rework the tests in actor/actor 2011-03-31 20:32:04 +13:00
Peter Vlugter
1c8b557155 Add general mechanism for excluding tests 2011-03-31 11:36:49 +13:00
Jonas Bonér
8760c00e30 Merge branch 'master' of github.com:jboner/akka 2011-03-30 21:19:32 +02:00
Jonas Bonér
3b189433c8 improved scaladoc in Future 2011-03-30 21:19:26 +02:00
Jonas Bonér
f39c77f57a Added check to ensure that messages are not null. Also cleaned up misc code 2011-03-30 15:12:58 +02:00
Jonas Bonér
d582caf93a added some methods to the TypedActor context and deprecated all methods starting with 'get*' 2011-03-30 09:19:05 +02:00
Peter Vlugter
d476303708 More test timing adjustments 2011-03-30 14:38:14 +13:00
Peter Vlugter
a4ea2519cc Multiply test timing in ActorModelSpec 2011-03-30 13:41:39 +13:00
Peter Vlugter
264904b8a7 Multiply test timing in FSMTimingSpec 2011-03-30 12:32:12 +13:00
Peter Vlugter
c7db3e52f6 Add some testing times to FSM tests (for Jenkins) 2011-03-30 10:48:07 +13:00
Viktor Klang
4dfb3eb3dc Adding -optimise to the compile options 2011-03-29 22:50:42 +02:00
Viktor Klang
f397beab64 Temporarily disabling send-time-work-redistribution until I can devise a good way of avoiding a worst-case-stack-overflow 2011-03-29 22:50:23 +02:00
Jonas Bonér
0043e70b8b Merge branch 'master' of github.com:jboner/akka 2011-03-29 17:10:17 +02:00
Jonas Bonér
2ec22344b0 Added configuration to define capacity to the remote client buffer messages on failure to send 2011-03-29 17:07:41 +02:00
Jonas Bonér
cfa1a61c0b AspectWerkz license changed to Apache 2 2011-03-29 06:46:54 -07:00
Peter Vlugter
092c3a9cd9 Update to sbt 0.7.5.RC1 2011-03-29 21:19:38 +13:00
Peter Vlugter
5b668eacd7 Merge branch 'master' into wip-2.9.0 2011-03-29 20:55:19 +13:00
Viktor Klang
8c24a985b1 Merge branch 'master' of github.com:jboner/akka 2011-03-29 09:37:41 +02:00
Viktor Klang
1a8e1d3be2 Removing warninit from project def 2011-03-29 09:37:06 +02:00
Peter Vlugter
427e32e894 Merge branch 'master' into wip-2.9.0 2011-03-28 20:23:37 +13:00
Jonas Bonér
c885d4f477 Merge branch 'master' of github.com:jboner/akka 2011-03-28 09:22:31 +02:00
Jonas Bonér
a98669445c Merge branch 'master' of github.com:jboner/akka 2011-03-28 09:22:03 +02:00
Jonas Bonér
06cdc360e0 Merge branch 'master' of github.com:jboner/akka 2011-03-28 09:06:10 +02:00
Jonas Bonér
abd7622154 Renamed config option for remote client retry message send. 2011-03-28 09:05:16 +02:00
Jonas Bonér
e001c8424a Merge branch 'wip_resend_message_on_remote_failure' 2011-03-28 08:42:46 +02:00
Peter Vlugter
28b6933d99 Add sudo directly to network tests 2011-03-28 14:15:39 +13:00
Peter Vlugter
6c5f6305b9 Add system property to enable network failure tests 2011-03-28 14:13:58 +13:00
Peter Vlugter
4548671ef7 Update plugins 2011-03-28 11:31:56 +13:00
Peter Vlugter
4ea8e18f1a Re-enable ants sample 2011-03-28 11:07:23 +13:00
Jonas Bonér
78faeaa45a 1. Added config option to enable/disable the remote client transaction log for resending failed messages.
2. Swallows exceptions on appending to transaction log and do not complete the Future matching the message.
2011-03-27 22:58:50 +02:00
Peter Vlugter
814cb13373 Merge branch 'master' into wip-2.9.0 2011-03-28 09:38:56 +13:00
Viktor Klang
e15a2fc8f1 Potential fix for #723 2011-03-27 00:01:18 +01:00
Viktor Klang
e5df67c536 Upgrading to Scala 2.9.0-RC1 2011-03-26 20:02:33 +01:00
Viktor Klang
7fc7e4d60c Merging in master 2011-03-26 19:40:36 +01:00
Debasish Ghosh
26ca48a389 Merge branch 'master' of git@github.com:jboner/akka 2011-03-26 03:36:18 +05:30
Debasish Ghosh
d9e6175824 changed version of sjson to 0.10 2011-03-26 03:35:29 +05:30
Viktor Klang
1ac56ffa57 Removing race in isDefinedAt and in apply, closing ticket #722 2011-03-25 22:50:56 +01:00
Jonas Bonér
6d13a39015 Changed UnknownRemoteException to CannotInstantiateRemoteExceptionDueToRemoteProtocolParsingErrorException - should be more clear now. 2011-03-25 16:25:36 +01:00