Commit graph

978 commits

Author SHA1 Message Date
Jonas Bonér
988f16c5a6 fixed bug in Agent.scala, fixed bug in RemoteClient.scala, fixed problem with tests 2010-04-09 11:16:38 +02:00
Peter Vlugter
4604d22bf5 Initial values possible for TransactionalRef, TransactionalMap, and TransactionalVector 2010-04-09 14:25:04 +08:00
Peter Vlugter
3f7c1fe240 Added alter method to TransactionalRef 2010-04-09 14:25:03 +08:00
Peter Vlugter
bdd7b9e637 fix for HashTrie: apply and + now return HashTrie rather than Map 2010-04-09 14:25:03 +08:00
Jan Kronquist
ed70b7395b Merge branch 'master' of git@github.com:jboner/akka 2010-04-08 20:53:00 +02:00
Jan Kronquist
08695c55dc Started working on issue #121 Added actorFor to get the actor for an activeObject 2010-04-08 20:52:22 +02:00
Jonas Bonér
2b8db32587 improved scaladoc for Actor.scala 2010-04-08 17:05:59 +02:00
Jonas Bonér
34dee73c71 removed Actor.remoteActor factory method since it does not work 2010-04-08 17:03:48 +02:00
Jonas Bonér
1b2451f131 Merge branch 'master' of git@github.com:jboner/akka into sbt 2010-04-07 21:29:00 +02:00
Jonas Bonér
675b2fb38e Cleaned up sbt build file + upgraded to sbt 0.7.3 2010-04-07 21:09:15 +02:00
Viktor Klang
0549fc0404 Merge branch 'either_sender_future' 2010-04-07 20:55:16 +02:00
Viktor Klang
0f875641b0 Removed uglies 2010-04-07 20:54:53 +02:00
Jonas Bonér
7dfbb8fa11 Improved ScalaDoc in Actor 2010-04-07 19:41:21 +02:00
Jonas Bonér
cf2c0eab75 added a method to retrieve the supervisor for an actor + a message Unlink to unlink himself 2010-04-07 18:49:22 +02:00
Jonas Bonér
5c9c1ba543 Merge branch 'master' of git@github.com:jboner/akka 2010-04-07 15:36:13 +02:00
Jonas Bonér
4dee6cbd64 fixed bug in nested supervisors + added tests + added latch to agent tests 2010-04-07 15:35:43 +02:00
Michael Kober
0368d9bca8 fixed @inittransactionalstate, updated pom for spring java tests
changed timeout in declarative config from Int to Long
2010-04-07 14:35:47 +02:00
Jonas Bonér
59e4b53bf4 Fixed: Akka kernel now loads all jars wrapped up in the jars in the ./deploy dir 2010-04-07 14:23:58 +02:00
Viktor Klang
92d5f2c347 Change sender and senderfuture to Either 2010-04-06 22:37:34 +02:00
Jonas Bonér
c9f0a87279 Added API to add listeners to subscribe to Error, Connect and Disconnect events on RemoteClient 2010-04-06 15:07:02 +02:00
Jonas Bonér
d5f09f8278 Added Logging trait back to Actor 2010-04-06 12:52:37 +02:00
Jonas Bonér
9c57c3ba97 Now doing a 'reply(..)' to remote sender after receiving a remote message through '!' works. Added tests.
Also removed the Logging trait from Actor for lower memory footprint.
2010-04-06 12:45:09 +02:00
Jonas Bonér
85cb032964 Merge branch 'master' of git@github.com:jboner/akka 2010-04-05 13:56:36 +02:00
Viktor Klang
9037ac279b Rename file 2010-04-05 13:56:09 +02:00
Jonas Bonér
c57aea98af renamed tests from *Test -> *Spec 2010-04-05 13:55:59 +02:00
Viktor Klang
cb533857ed Merged in akka-servlet 2010-04-05 13:37:33 +02:00
Viktor Klang
dc89cd189f Changed module name, packagename and classnames :-) 2010-04-05 13:31:39 +02:00
Jonas Bonér
98f85a783e Improved scaladoc for Transaction 2010-04-05 13:08:35 +02:00
Jonas Bonér
c382e449a0 cleaned up packaging in samples to all be "sample.x" 2010-04-05 12:32:15 +02:00
Jonas Bonér
0d95b09763 Refactored STM API into Transaction.Global and Transaction.Local, fixes issues with "atomic" outside actors 2010-04-05 11:53:43 +02:00
Jonas Bonér
fec271eb4c Merge branch 'master' of git@github.com:jboner/akka 2010-04-05 07:28:02 +02:00
Viktor Klang
736ace2f7e Created jxee module 2010-04-05 00:18:58 +02:00
Jonas Bonér
5aa8c58f2b fixed broken "sbt dist" 2010-04-04 18:55:40 +02:00
rossputin
092485e993 fix for comments 2010-04-04 09:53:23 +01:00
Jonas Bonér
fb77ee679a fixed bug with creating anonymous actor, renamed some anonymous actor factory methods 2010-04-03 18:58:16 +02:00
Jonas Bonér
c580695cf4 changed println -> log.info 2010-04-02 17:24:13 +02:00
Jan Van Besien
647bb9cc41 Added load balancer which prefers actors with small mailboxes (discussed on mailing list a while ago). 2010-04-02 13:52:03 +02:00
Debasish Ghosh
c110b86b5c Merge branch 'master' of git@github.com:jboner/akka 2010-04-02 16:50:23 +05:30
Debasish Ghosh
954ae0074b new redisclient with support for clustering 2010-04-02 16:48:02 +05:30
Jan Van Besien
7cab56d4e1 simplified tests using CountDownLatch.await with a timeout by asserting the count reached zero in a single statement. 2010-04-02 12:58:24 +02:00
Jonas Bonér
74b192f4e2 Merge branch 'master' of git@github.com:jboner/akka 2010-04-02 09:23:36 +02:00
Jonas Bonér
7efef1c4df cleaned up 2010-04-01 23:03:10 +02:00
Viktor Klang
eef1670b6b Minor cleanups and fixing super.unregister 2010-04-01 22:34:16 +02:00
Jan Van Besien
1e3b7ebefe Improved unit test performance by replacing Thread.sleep with more clever approaches (CountDownLatch, BlockingQueue and others). Here and there Thread.sleep could also simply be removed. 2010-04-01 16:45:04 +02:00
Jonas Bonér
cff55f8cd5 refactored build file 2010-04-01 10:06:43 +02:00
Jonas Bonér
5f4e8b8f17 release v0.8 2010-04-01 09:20:51 +02:00
Jonas Bonér
6d36ac9af0 merged with upstream 2010-04-01 08:10:52 +02:00
Jonas Bonér
6ff1d096f0 updated copyright header 2010-03-31 20:35:02 +02:00
Jonas Bonér
d4d705e755 updated Agent scaladoc with monadic examples 2010-03-31 20:27:41 +02:00
Jonas Bonér
ffeaac3023 Agent is now monadic, added more tests to AgentTest 2010-03-31 19:53:00 +02:00