Commit graph

2505 commits

Author SHA1 Message Date
Viktor Klang
d73d277823 Fixing ticket #533 by adding get/set LifeCycle in ActorRef 2010-11-21 15:11:14 +01:00
Viktor Klang
a3548df5fa Fixing groupID for SBT plugin and change url to akka homepage 2010-11-21 13:31:07 +01:00
Viktor Klang
7e40ee46d1 Adding a Java API for Channel, and adding some docs, have updated wiki, closing #536 2010-11-20 23:05:05 +01:00
Viktor Klang
2f62241519 Added a root akka folder for source files for the docs to work properly, closing ticket #541 2010-11-20 22:26:26 +01:00
Viktor Klang
2e12337d78 Changing signature for HotSwap to include self-reference, closing ticket #540 2010-11-20 22:03:57 +01:00
Viktor Klang
d80883c063 Changing artifact IDs so they dont include scala version no, closing ticket #529 2010-11-20 21:08:57 +01:00
Viktor Klang
7290315d42 Making register and unregister of ActorRegistry private 2010-11-18 16:46:24 +01:00
Peter Vlugter
bc41899f4b Change to akka-actor rather than akka-remote as default in sbt plugin 2010-11-18 12:54:55 +13:00
Peter Vlugter
1dee84cbce Change to akka-actor rather than akka-remote as default in sbt plugin 2010-11-18 12:43:51 +13:00
Debasish Ghosh
6c77de66b8 redis tests should not run by default 2010-11-16 18:08:17 +05:30
Debasish Ghosh
3056668c97 fixed ticket #531 - Fix RedisStorage add() method in Java API : added Java test case akka-persistence/akka-persistence-redis/src/test/java/akka/persistence/redis/RedisStorageTests.java 2010-11-16 17:52:43 +05:30
ticktock
b4842bbd7c fix ticket-532 2010-11-15 11:48:50 -05:00
Viktor Klang
2b9bfa919e Fixing ticket #530 2010-11-14 16:29:07 +01:00
Peter Vlugter
b69982431a Update redis test after rebase 2010-11-14 10:42:03 +13:00
Peter Vlugter
4ecd3f6cab Remove disabled src in stm module 2010-11-14 09:54:10 +13:00
Peter Vlugter
ca64512a07 Move transactor.typed to other packages 2010-11-14 09:54:10 +13:00
Peter Vlugter
f57fc4a0f3 Update agent and agent spec 2010-11-14 09:54:10 +13:00
Peter Vlugter
6e28745471 Add Atomically for transactor Java API 2010-11-14 09:54:10 +13:00
Peter Vlugter
c4a6abddcc Add untyped coordinated example to be used in docs 2010-11-14 09:54:10 +13:00
Peter Vlugter
89d2cee554 Use coordinated.await in test 2010-11-14 09:54:10 +13:00
Peter Vlugter
5fb14aeade Add coordinated transactions for typed actors 2010-11-14 09:54:10 +13:00
Peter Vlugter
a07a85a04f Update new redis tests 2010-11-14 09:54:10 +13:00
Peter Vlugter
489c3a54b8 Add untyped transactor 2010-11-14 09:53:15 +13:00
Peter Vlugter
0fa9a670c2 Add Java API for coordinated transactions 2010-11-14 09:53:15 +13:00
Peter Vlugter
49c2d7110a Move Transactor and Coordinated to akka.transactor package 2010-11-14 09:53:15 +13:00
Peter Vlugter
1fc7532142 Some tidy up 2010-11-14 09:53:15 +13:00
Peter Vlugter
f18881ba19 Add reworked Agent 2010-11-14 09:53:15 +13:00
Peter Vlugter
9a0b442704 Update stm scaladoc 2010-11-14 09:53:15 +13:00
Peter Vlugter
9f725b2742 Add new transactor based on new coordinated transactions 2010-11-14 09:53:14 +13:00
Peter Vlugter
2d3f3df971 Add new mechanism for coordinated transactions 2010-11-14 09:53:14 +13:00
Peter Vlugter
99d6d6b20d Reworked stm with no global/local 2010-11-14 09:53:14 +13:00
Peter Vlugter
a32c30ad75 First pass on separating stm into its own module
- removed transactors everywhere
- moved stm into akka-stm module
- disabled agents (they use transactors internally)
- rewrote persistence tests so that they don't use transactors
2010-11-14 09:53:14 +13:00
Viktor Klang
7b0347ff73 Merge branch 'master' of github.com:jboner/akka 2010-11-13 20:42:10 +01:00
Debasish Ghosh
2c9feef4cd Fixed Issue 528 - RedisPersistentRef should not throw in case of missing key 2010-11-13 22:02:35 +05:30
Debasish Ghosh
ac1baa8143 Implemented addition of entries with same score through zrange - updated test cases 2010-11-13 21:39:25 +05:30
Peter Vlugter
0678719ffe Ensure unique scores for redis sorted set test 2010-11-13 10:42:58 +13:00
ticktock
12ffe00d60 closing ticket 518 2010-11-12 10:25:36 -05:00
ticktock
febf3dfaed Merge branch 'ticket-518' of https://github.com/jboner/akka into ticket-518 2010-11-12 10:03:14 -05:00
ticktock
13bce50ee7 clean up some code 2010-11-12 10:02:30 -05:00
momania
c3af80f40b minor simplification 2010-11-12 14:24:06 +01:00
momania
bc7746493c Merge branch 'master' of git-proxy:jboner/akka 2010-11-12 14:17:45 +01:00
momania
d22148beca - add possibility to specify channel prefetch side for consumer 2010-11-12 14:17:32 +01:00
Viktor Klang
ae319f56a2 Merge branch 'remove-cluster' 2010-11-12 14:16:07 +01:00
Viktor Klang
3d69d05365 Merge branch 'master' of github.com:jboner/akka 2010-11-12 14:04:50 +01:00
Viktor Klang
23026d874a Adding configurable default dispatcher timeout and re-instating awaitEither 2010-11-12 14:04:06 +01:00
Viktor Klang
635d3d9613 Adding Futures.firstCompleteOf to allow for composability 2010-11-12 12:54:48 +01:00
Viktor Klang
b0f13c5517 Replacing awaitOne with a listener based approach 2010-11-12 12:52:08 +01:00
Viktor Klang
78a00b4565 Adding support for onComplete listeners to Future 2010-11-12 12:11:53 +01:00
Viktor Klang
98af9c42bc Removing legacy code for 1.0 2010-11-12 10:58:16 +01:00
Debasish Ghosh
353e306dac Merge branch 'master' of git@github.com:jboner/akka 2010-11-12 10:03:53 +05:30