Commit graph

2467 commits

Author SHA1 Message Date
ticktock
b786d35d2a closing ticket 518 2010-11-12 10:25:36 -05:00
ticktock
097009729c Merge branch 'ticket-518' of https://github.com/jboner/akka into ticket-518 2010-11-12 10:03:14 -05:00
ticktock
da970470f6 clean up some code 2010-11-12 10:02:30 -05:00
momania
c90b331426 minor simplification 2010-11-12 14:24:06 +01:00
momania
3646f9ed58 Merge branch 'master' of git-proxy:jboner/akka 2010-11-12 14:17:45 +01:00
momania
396d66180d - add possibility to specify channel prefetch side for consumer 2010-11-12 14:17:32 +01:00
Viktor Klang
d45962a7df Merge branch 'master' of github.com:jboner/akka 2010-11-12 14:04:50 +01:00
Viktor Klang
9898655f4a Adding configurable default dispatcher timeout and re-instating awaitEither 2010-11-12 14:04:06 +01:00
Viktor Klang
49d9151c70 Adding Futures.firstCompleteOf to allow for composability 2010-11-12 12:54:48 +01:00
Viktor Klang
4ccd860e19 Replacing awaitOne with a listener based approach 2010-11-12 12:52:08 +01:00
Viktor Klang
249f14191d Adding support for onComplete listeners to Future 2010-11-12 12:11:53 +01:00
Debasish Ghosh
c9abb47fdc Merge branch 'master' of git@github.com:jboner/akka 2010-11-12 10:03:53 +05:30
Debasish Ghosh
6832b2dff6 updated test case to ensure that sorted sets have diff scores 2010-11-12 10:02:58 +05:30
ticktock
a1d1640ea2 fix source of compiler warnings 2010-11-11 17:27:04 -05:00
ticktock
91cc372f6c finished enabling batch puts and gets in simpledb 2010-11-11 16:33:23 -05:00
Viktor Klang
9df923dd16 Fixing ticket #519 2010-11-11 19:41:06 +01:00
Viktor Klang
a0cc5d3855 Removing pointless synchroniation 2010-11-11 18:22:26 +01:00
Viktor Klang
05ecb14ed8 Fixing #522 2010-11-11 18:19:45 +01:00
Viktor Klang
08fd01c652 Fixing ticket #524 2010-11-11 17:23:37 +01:00
ticktock
774596eaef Merge branch 'master' of https://github.com/jboner/akka into ticket-518 2010-11-11 10:11:56 -05:00
Debasish Ghosh
efa5cf21de Fix for Ticket 513 : Implement snapshot based persistence control in SortedSet 2010-11-11 16:18:16 +05:30
ticktock
4fe3187d7f cassandra, riak, memcached, voldemort working, still need to enable bulk gets and puts in simpledb 2010-11-10 20:25:18 -05:00
ticktock
0eea188644 first pass at refactor, common access working (cassandra) now to KVAccess 2010-11-10 16:26:04 -05:00
Viktor Klang
5dff29642d Merge branch 'master' of github.com:jboner/akka 2010-11-10 15:07:40 +01:00
Viktor Klang
fc575498c7 Merge branch 'master' of https://github.com/paulpach/akka 2010-11-10 06:50:24 +01:00
ticktock
cdd0c1019c Merging support of amazon simpledb as a persistence backend 2010-11-09 16:57:58 -05:00
Paul Pacheco
4dd5ad5eee Check that either implementation or ref are specified 2010-11-09 13:25:59 -06:00
ticktock
bab4b9d61e test max key and value sizes 2010-11-09 12:49:52 -05:00
Viktor Klang
0538472f72 Merge branch 'master' of github.com:jboner/akka 2010-11-09 16:22:37 +01:00
Martin Krasser
70e9dc99c4 Merge branch '473-krasserm' 2010-11-09 14:29:54 +01:00
Martin Krasser
5550e743a2 Customizing routes to typed consumer actors (Scala and Java API) and refactorings. 2010-11-09 13:52:20 +01:00
Viktor Klang
f6abd71a2b Merge branch 'master' of https://github.com/paulpach/akka into paulpach-master 2010-11-09 11:07:49 +01:00
ticktock
4999956a75 merged master 2010-11-08 21:25:02 -05:00
ticktock
32fc3453ad working simpledb backend, not the fastest thing in the world 2010-11-08 20:40:19 -05:00
ticktock
01f64b103d change var names for aws keys 2010-11-08 19:42:17 -05:00
ticktock
c56b9e7a13 switching to aws-java-sdk, for consistent reads (Apache 2 licenced) finished impl 2010-11-08 16:16:11 -05:00
Jonas Bonér
4066515b5f Merge branch 'master' of git@github.com:jboner/akka 2010-11-08 17:57:41 +01:00
ticktock
934928d001 renaming dep 2010-11-08 10:40:13 -05:00
Viktor Klang
7668813382 Closing ticket 476 - verify licenses 2010-11-08 15:58:09 +01:00
Jonas Bonér
c8eae71815 Merge branch 'master' of git@github.com:jboner/akka 2010-11-08 15:42:16 +01:00
Jonas Bonér
a43009e465 Fixed maven groupId and some other minor stuff 2010-11-08 15:42:08 +01:00
Viktor Klang
5b1dc62778 Fixing optimistic sleep in actor model spec 2010-11-08 15:15:09 +01:00
Martin Krasser
1913b32738 Java API for customizing routes to consumer actors 2010-11-08 14:13:50 +01:00
momania
47ac667903 Merge branch 'master' of git-proxy:jboner/akka 2010-11-08 12:03:06 +01:00
momania
dce0e81093 - improved RPC, adding 'poolsize' and direct queue capabilities
- add redelivery property to delivery
2010-11-08 10:52:21 +01:00
Paul Pacheco
fc9c83396c Add a ref="..." attribute to untyped-actor and typed-actor so that akka can use spring created beans 2010-11-07 22:23:32 -06:00
ticktock
4e966be84a wip for simpledb backend 2010-11-07 20:04:07 -05:00
ticktock
f252efe734 Tweaking the encoding of map keys so that there is no possibility of stomping on the key used to hold the map keyset 2010-11-07 19:21:56 -05:00
ticktock
2944ca5845 Tweaking the encoding of map keys so that there is no possibility of stomping on the key used to hold the maps keyset 2010-11-07 19:20:39 -05:00
Peter Vlugter
ced628a9be Update sbt plugin 2010-11-08 13:02:49 +13:00