Commit graph

2597 commits

Author SHA1 Message Date
Viktor Klang
12aedd9fbe Merge with master + update RemoteProtocol.proto 2010-09-17 11:32:03 +02:00
Michael Kober
b78658ad29 closing #364, serializiation for typed actor proxy ref 2010-09-17 09:56:36 +02:00
ticktock
e9cb289e5c sorted set hand serialization and working actor test 2010-09-16 11:47:35 -04:00
Viktor Klang
8e8a9c72ff Adding support for optional maxrestarts and withinTime, closing ticket #346 2010-09-16 17:09:16 +02:00
Viktor Klang
b924647c30 Merge branch 'master' of github.com:jboner/akka 2010-09-16 15:59:17 +02:00
Viktor Klang
971ebf4501 Fixing #437 by adding "Remote" Future 2010-09-16 15:58:46 +02:00
Martin Krasser
4cb00820d6 Merge branch 'master' of https://github.com/jboner/akka 2010-09-16 15:19:07 +02:00
Martin Krasser
adc1092531 Extended akka-sample-camel to include server-managed remote typed consumer actors. Minor refactorings. 2010-09-16 15:18:28 +02:00
Viktor Klang
1960241b87 Merge branch 'master' of github.com:jboner/akka 2010-09-16 14:36:14 +02:00
Viktor Klang
b410df5a1d Closing #427 and #424 2010-09-16 14:31:10 +02:00
Viktor Klang
8acfb5f528 Make ExecutorBasedEventDrivenDispatcherActorSpec deterministic 2010-09-16 14:28:06 +02:00
Michael Kober
e6974cc3b7 Merge branch 'ticket434' 2010-09-16 13:51:32 +02:00
Michael Kober
e77f07c643 closing ticket 434; added id to ActorInfoProtocol 2010-09-16 13:50:57 +02:00
David Greco
633ba6e51b Merge remote branch 'upstream/master' 2010-09-16 13:13:08 +02:00
Debasish Ghosh
8d15870bba fix for issue #436, new version of sjson jar 2010-09-16 16:09:53 +05:30
David Greco
1703e58004 Corrected a problem merging with the upstream 2010-09-16 08:35:24 +02:00
David Greco
7261f21fac Merge remote branch 'upstream/master'
Conflicts:
	project/build/AkkaProject.scala
2010-09-16 08:08:58 +02:00
ticktock
f69d1b73da tests of PersistentRef,Map,Vector StorageBackend working 2010-09-15 22:39:34 -04:00
Peter Vlugter
ff9c24a8c9 Resolve casbah time dependency from casbah snapshots repo 2010-09-16 13:58:25 +12:00
ticktock
364ad7af6d more tests, working on map api 2010-09-15 20:20:56 -04:00
ticktock
e617b13810 Initial tests working with bdb backed voldemort, 2010-09-15 19:37:54 -04:00
ticktock
46c24fd170 switched voldemort to log4j-over-slf4j 2010-09-15 19:37:21 -04:00
ticktock
b1816121cd finished ref map vector and some initial test scaffolding 2010-09-15 16:25:23 -04:00
David Greco
324a76b8c0 Merge remote branch 'upstream/master' 2010-09-15 17:40:09 +02:00
David Greco
3f83c1d65e Start to work on the HbaseStorageBackend 2010-09-15 17:37:27 +02:00
David Greco
4e5f288ac0 Start to work on the HbaseStorageBackend 2010-09-15 17:36:50 +02:00
Viktor Klang
8a36b24832 Closing #264, addign JavaAPI to DataFlowVariable 2010-09-15 16:49:05 +02:00
David Greco
b98ecef8c2 working on the hbase integration 2010-09-15 16:06:02 +02:00
David Greco
f7ae1ff431 Merge remote branch 'upstream/master' 2010-09-15 15:33:49 +02:00
Viktor Klang
9b85da6a67 Updated akka-reference.conf with deadline 2010-09-15 15:15:56 +02:00
Viktor Klang
ce2730f1bd Added support for throughput deadlines 2010-09-15 15:10:47 +02:00
David Greco
ed6084fb33 Added a simple test showing how to use Hbase testing utilities 2010-09-15 15:03:46 +02:00
David Greco
0541140b04 Added a simple test showing how to use Hbase testing utilities 2010-09-15 15:03:22 +02:00
David Greco
a13c839096 Added a simple test showing how to use Hbase testing utilities 2010-09-15 15:02:51 +02:00
David Greco
e40a72b7e5 Added a new project akka-persistence-hbase 2010-09-15 09:31:53 +02:00
David Greco
c3411e96aa Added a new project akka-persistence-hbase 2010-09-15 09:08:46 +02:00
ticktock
1de3c3dd30 Initial PersistentMap backend 2010-09-14 21:02:22 -04:00
ticktock
16f21b9356 initial structures 2010-09-14 16:43:15 -04:00
Viktor Klang
dd62dbc703 Merge branch 'master' of github.com:jboner/akka 2010-09-14 14:24:35 +02:00
Debasish Ghosh
1ef3049665 fixed bug in PersistentSortedSet implemnetation of redis 2010-09-14 17:33:11 +05:30
Viktor Klang
e43d9b2b61 Merge branch 'master' into ticket_419 2010-09-14 13:48:52 +02:00
Debasish Ghosh
d6f099632b disabled tests for redis and mongo to be run automatically since they need running servers 2010-09-14 16:28:52 +05:30
Viktor Klang
4ec896bbb4 Merge branch 'master' of github.com:jboner/akka
Conflicts:
	embedded-repo/org/scala-tools/time/2.8.0-0.2-SNAPSHOT/time-2.8.0-0.2-SNAPSHOT.pom
2010-09-14 12:24:46 +02:00
Viktor Klang
46904f077c The unborkening of master: The return of the Poms 2010-09-14 12:18:39 +02:00
Viktor Klang
d24d9bc9d7 The unborkening of master: The return of the Poms 2010-09-14 11:54:25 +02:00
Michael Kober
8d96c42c56 Merge branch 'ticket194' 2010-09-13 18:42:17 +02:00
Jonas Bonér
31cd0c5321 Added meta data to network protocol 2010-09-13 17:57:13 +02:00
Debasish Ghosh
61c9b3d4e5 Merge branch 'master' of git@github.com:jboner/akka 2010-09-13 18:07:29 +05:30
Debasish Ghosh
4e294fa63b Merge branch 'branch-343' 2010-09-13 17:43:39 +05:30
Michael Kober
b5b08e23cf merged with master 2010-09-13 14:04:22 +02:00