Commit graph

2146 commits

Author SHA1 Message Date
Yung-Luen Lan
9c3da5a083 Add couch db plugable persistence module scheme. 2010-10-04 14:51:28 +08:00
Jonas Bonér
f47f3191da Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
	akka-remote/src/main/scala/remote/RemoteServer.scala
2010-09-30 16:10:39 +02:00
Michael Kober
2bc500cfbd merged ticket444 2010-09-30 10:24:34 +02:00
Jonas Bonér
5f67d4b829 Merge branch 'master' of git@github.com:jboner/akka 2010-09-30 10:13:52 +02:00
Jonas Bonér
0a7ba9de7e minor edit 2010-09-30 10:13:35 +02:00
Michael Kober
719a054968 fixed test 2010-09-30 08:40:42 +02:00
Michael Kober
34e92b7cb0 merged master 2010-09-30 08:20:10 +02:00
Martin Krasser
0dae3b1cbd CamelService can now be turned off by configuration. Closes #447 2010-09-30 07:21:31 +02:00
Michael Kober
844bc921b5 Merge branch 'ticket440' 2010-09-29 20:39:45 +02:00
Michael Kober
84955348e2 added Java API 2010-09-29 20:37:01 +02:00
Michael Kober
1bbdfe9061 closing ticket440, implemented typed actor with constructor args 2010-09-29 20:36:42 +02:00
Debasish Ghosh
c245d33009 new version of redisclient containing a redis based persistent deque 2010-09-29 18:29:19 +05:30
Jonas Bonér
2b907a2055 Merge branch 'master' of git@github.com:jboner/akka 2010-09-29 12:27:04 +02:00
Debasish Ghosh
2be8b2bab5 refactoring to remove compiler warnings reported by Viktor 2010-09-29 15:06:31 +05:30
Jonas Bonér
5e0dfea15c Refactored ExecutableMailbox to make it accessible for other implementations 2010-09-29 10:57:25 +02:00
Jonas Bonér
bd95d20edb Merge branch 'master' of git@github.com:jboner/akka 2010-09-29 09:48:57 +02:00
Viktor Klang
c8480412b7 Removing runActorInitialization volatile field, replace with isRunning check 2010-09-28 16:30:58 +02:00
Viktor Klang
660b14e975 Removing isDeserialize volatile field since it doesn´t seem to have any use 2010-09-28 15:25:25 +02:00
Michael Kober
4817af9daf closing ticket 444, moved RemoteActorSet to ActorRegistry 2010-09-28 14:44:45 +02:00
Viktor Klang
e08ec0ea4c Removing classloader field (volatile) from LocalActorRef, wasn´t used 2010-09-28 14:08:23 +02:00
Viktor Klang
ebf3dd0b52 Replacing use of == null and != null for Scala 2010-09-28 11:21:05 +02:00
Michael Kober
2e9d87364a closing ticket441, implemented typed actor methods for ActorRegistry 2010-09-28 11:12:40 +02:00
Viktor Klang
0cc2e26a91 Fixing compiler issue that caused problems when compiling with JDT 2010-09-28 10:22:55 +02:00
ticktock
9332fb2ba1 Merge branch 'master' of github.com:jboner/akka 2010-09-27 19:05:46 -04:00
ticktock
ff04da0b24 Finished off Queue API 2010-09-27 19:05:35 -04:00
ticktock
9856f16900 Further Queue Impl 2010-09-27 16:59:44 -04:00
Viktor Klang
fc77a138e7 Fixing ticket 413 2010-09-27 17:30:49 +02:00
ticktock
ce4ef893db Merge branch 'master' of https://github.com/jboner/akka 2010-09-27 11:20:50 -04:00
Jonas Bonér
f22ce96b18 Merge branch 'master' of git@github.com:jboner/akka 2010-09-27 11:59:36 +02:00
Jonas Bonér
3fe641f2e4 Support for more durable mailboxes 2010-09-27 11:59:28 +02:00
Michael Kober
e02744425d Merge branch 'ticket322' 2010-09-26 19:05:26 +02:00
Jonas Bonér
91781c7414 Merge branch 'master' of git@github.com:jboner/akka 2010-09-25 18:37:37 +02:00
ticktock
b12d097320 Merge branch 'master' of github.com:jboner/akka 2010-09-25 12:05:28 -04:00
ticktock
eccfc868c9 Made dequeue operation retriable in case of errors, switched from Seq to Stream for queue removal 2010-09-25 12:05:06 -04:00
David Greco
05adfd4b2d Small change in the config file 2010-09-25 09:09:52 +02:00
Jonas Bonér
3559f2fecd Merge branch 'master' of git@github.com:jboner/akka 2010-09-25 06:45:59 +02:00
Jonas Bonér
fe42fdf782 Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
	akka-actor/src/main/scala/dispatch/Dispatchers.scala
	akka-actor/src/main/scala/dispatch/MessageHandling.scala
	akka-actor/src/main/scala/util/ReflectiveAccess.scala
2010-09-25 06:44:12 +02:00
ticktock
b9146e61f9 more queue implementation 2010-09-24 23:52:27 -04:00
ticktock
96c9fecf0d Refactor to utilize only one voldemort store per datastructure type 2010-09-24 19:38:28 -04:00
Jonas Bonér
1a5466e075 Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
	akka-actor/src/main/scala/dispatch/Dispatchers.scala
	akka-actor/src/main/scala/dispatch/MessageHandling.scala
	akka-actor/src/main/scala/util/ReflectiveAccess.scala
2010-09-24 22:49:28 +02:00
Jonas Bonér
4ea4158cde Changed file-based mailbox creation 2010-09-24 20:28:23 +02:00
Martin Krasser
909db3b892 Merge branch 'master' of github.com:jboner/akka 2010-09-24 18:14:03 +02:00
Martin Krasser
f6868e19cf API-docs improvements. 2010-09-24 18:11:29 +02:00
ticktock
6bd10378d5 Merge remote branch 'ticktock/master' 2010-09-24 11:27:09 -04:00
Michael Kober
882ff9060b closing ticket322 2010-09-24 13:37:58 +02:00
Martin Krasser
0f7e33704d Merge branch 'master' of github.com:jboner/akka 2010-09-24 12:18:41 +02:00
Debasish Ghosh
934a9db76b reducing boilerplate imports with package objects 2010-09-24 15:42:52 +05:30
Martin Krasser
72e8b95a71 Only execute tests matching *Test by default in akka-camel and akka-sample-camel. Rename stress tests in akka-sample-camel to *TestStress. 2010-09-24 12:11:25 +02:00
Martin Krasser
65ad0e2b5a Only execute tests matching *Test by default in akka-camel and akka-sample-camel. Rename stress tests in akka-sample-camel to *TestStress. 2010-09-24 12:08:27 +02:00
Martin Krasser
54ec9e3e64 Organized imports 2010-09-24 11:53:19 +02:00