Commit graph

2513 commits

Author SHA1 Message Date
Jonas Bonér
fd2faeccba Fixed issues with config - Ticket #535 2010-11-22 15:32:54 +01:00
Jonas Bonér
4f8b3ea6fb Fixed bug in ActorRegistry getting typed actor by manifest 2010-11-22 09:00:13 +01:00
Jonas Bonér
9c072327d9 fixed wrong path in voldermort tests - now test are passing again 2010-11-22 08:09:12 +01:00
Peter Vlugter
44d0f2dadb Disable cross paths for publishing without Scala version 2010-11-22 13:14:10 +13:00
Viktor Klang
4ab6f711cd Merge with master 2010-11-21 16:16:28 +01:00
Viktor Klang
02b1348472 Ticket #506 closed, caused by REPL 2010-11-21 16:15:55 +01:00
Viktor Klang
c387d00e18 Ticket #506 closed, caused by REPL 2010-11-21 16:15:22 +01:00
Viktor Klang
e119bd4c78 Moving dispatcher volatile field from ActorRef to LocalActorRef 2010-11-21 15:24:33 +01:00
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