Commit graph

2597 commits

Author SHA1 Message Date
Jan Van Besien
df28413ef9 use Actor.forward(...) when redistributing work. 2010-03-10 17:50:22 +01:00
Jonas Bonér
79fa971af6 fixed warnins in PerformanceTest 2010-03-10 17:24:58 +01:00
Jonas Bonér
bde7563bd8 Finalized SBT packaging task, now Akka is fully ported to SBT 2010-03-10 17:16:10 +01:00
ross.mcdonald
156ed2d461 remove redundant method in tests 2010-03-10 10:44:04 +00:00
Jonas Bonér
7f5f709de6 Added tests to Spring module, currently failing 2010-03-09 22:13:43 +01:00
Jonas Bonér
5c6f6fb0fc Cleaned up Spring interceptor and helpers 2010-03-09 22:13:43 +01:00
Jonas Bonér
647dcccd75 updated spring module pom to latest akka module layout. 2010-03-09 22:13:43 +01:00
Staffan Fransson
b5aabb061b modified pom.xml to include akka-spring 2010-03-09 22:13:43 +01:00
Staffan Fransson
fdfbe68eac Added contructor to Dispatcher and AspectInit 2010-03-09 22:11:15 +01:00
Staffan Fransson
ef36304f85 Added akka-spring 2010-03-09 22:11:15 +01:00
Jonas Bonér
5e7f928cb0 added final tasks (package up distribution and executable JAR) to SBT build 2010-03-09 22:07:14 +01:00
Jan Van Besien
d7a85c0b3c Merge commit 'upstream/master' into workstealing 2010-03-09 21:04:16 +01:00
Jan Van Besien
b4bd4d583e enhanced test such that it uses the same actor type as slow and fast actor 2010-03-09 21:02:38 +01:00
Debasish Ghosh
edf1d9a6eb added atomic increment and decrement in RedisStorageBackend 2010-03-09 11:32:58 +05:30
Martin Krasser
f8fab07bc8 error handling enhancements 2010-03-08 16:38:23 +01:00
Eckart Hertzler
f94dc3f12e fix classloader error when starting AKKA as a library in jetty (fixes http://www.assembla.com/spaces/akka/tickets/129 ) 2010-03-08 15:31:36 +01:00
Eckart Hertzler
198dfc4398 prevent Exception when shutting down cluster 2010-03-08 10:53:21 +01:00
Viktor Klang
b209e1ca6a Cleanup of onLoad 2010-03-07 23:45:25 +01:00
Viktor Klang
49da43d46f Merge branch 'master' into ticket_136 2010-03-07 23:28:28 +01:00
Viktor Klang
4840f789dd Making it possile to turn cluster on/off in config 2010-03-07 23:23:09 +01:00
Viktor Klang
b284760042 Added documentation for all methods of the Cluster trait 2010-03-07 21:13:07 +01:00
Viktor Klang
d0a3f12da6 Merge branch 'master' into ticket_136 2010-03-07 20:33:13 +01:00
Viktor Klang
92a3daac72 Revert change to RemoteServer port 2010-03-07 20:32:25 +01:00
Viktor Klang
e33cf4ddd8 Should do the trick 2010-03-07 20:27:52 +01:00
Jonas Bonér
7873a7a9e0 added assembly task and dist task to package distribution 2010-03-07 14:07:59 +01:00
Jonas Bonér
38251f6361 added java fun tests back to sbt project 2010-03-07 11:14:56 +01:00
Jan Van Besien
71ab645895 Improved work stealing algorithm such that work is stolen only after having processed at least all our own outstanding messages. 2010-03-07 10:16:35 +01:00
Jan Van Besien
8a462095a4 Documentation and some cleanup. 2010-03-07 09:44:03 +01:00
Jonas Bonér
14579aaaab fixed bug in using akka as dep jar in app server 2010-03-07 08:35:39 +01:00
Jonas Bonér
974ebf3d9a merged sbt branch with master 2010-03-07 08:14:48 +01:00
Martin Krasser
35a557de6d performance improvement 2010-03-06 19:23:10 +01:00
Martin Krasser
a6ffa67846 Added lifecycle methods to CamelService 2010-03-06 10:32:01 +01:00
ross.mcdonald
af8a87749c update docs, and comments 2010-03-06 09:29:39 +00:00
Martin Krasser
9f31bf5c31 Fixed mess-up of previous commit (rollback changes to akka.iml), CamelService companion object for standalone applications to create their own CamelService instances 2010-03-06 08:54:10 +01:00
Martin Krasser
c04ebf4dee CamelService companion object for standalone applications to create their own CamelService instances 2010-03-06 08:47:37 +01:00
Martin Krasser
8100cdc27e Merge branch 'master' into camel 2010-03-06 06:27:37 +01:00
Roman Roelofsen
a0d8a32681 Merge branch 'master' into osgi 2010-03-06 01:27:20 +01:00
Viktor Klang
a1e58b5b5e Default-enabling JGroups 2010-03-05 23:48:36 +01:00
Martin Krasser
68fcbe8562 fixed compile errors after merging with master 2010-03-05 22:18:26 +01:00
Martin Krasser
8d5c3fd217 Merge remote branch 'remotes/origin/master' into camel 2010-03-05 21:51:38 +01:00
Martin Krasser
722d3f24fe do not include *QSpec.java for testing 2010-03-05 21:38:23 +01:00
Martin Krasser
c0b41379e6 Producer trait for producing messages to Camel endpoints (sync/async, oneway/twoway), Immutable representation of Camel message, consumer/producer examples, refactorings/improvements/cleanups. 2010-03-05 19:38:23 +01:00
Jonas Bonér
f084e6e076 removed log.trace that gave bad perf 2010-03-05 17:44:11 +01:00
Jonas Bonér
90f8eb3be1 merged with master 2010-03-05 16:15:13 +01:00
Jonas Bonér
954c0ad2a1 Fixed last persistence issues with new STM, all test pass 2010-03-05 16:07:06 +01:00
Jan Van Besien
41e7d131c6 removed some logging and todo comments. 2010-03-05 15:27:34 +01:00
Jan Van Besien
0ace9a7033 Merge commit 'upstream/master' into workstealing 2010-03-05 15:22:49 +01:00
Jonas Bonér
9705ee52c5 added test filter to filter away all tests that end with Spec 2010-03-05 14:33:14 +01:00
Roman Roelofsen
d52a9cb276 added akka-osgi module to parent pom 2010-03-05 11:51:23 +01:00
Roman Roelofsen
879ff02caa Merge commit 'origin/osgi' into osgi 2010-03-05 09:59:38 +01:00