Commit graph

2167 commits

Author SHA1 Message Date
ticktock
09c2fb87a1 Merge branch 'master' of github.com:jboner/akka into ticket-443 2010-10-03 19:03:14 -04:00
Viktor Klang
099820a258 Merge branch 'master' of github.com:jboner/akka 2010-10-02 21:34:03 +02:00
Viktor Klang
b5ba69a313 Minor code cleanup of config file load 2010-10-02 21:33:43 +02:00
Jonas Bonér
166f9a0af3 Merge branch 'master' of git@github.com:jboner/akka 2010-10-02 20:07:17 +02:00
Jonas Bonér
51e3e6768b Added hasListener 2010-10-02 19:58:21 +02:00
Viktor Klang
03f13bd3e6 Merge branch 'master' of github.com:jboner/akka 2010-10-02 17:47:23 +02:00
Viktor Klang
d87436e2ce Changing order of priority for akka.config and adding option to specify a mode 2010-10-02 17:38:09 +02:00
Viktor Klang
6f11ce032d Updating Atmosphere to 0.6.2 and switching to using SimpleBroadcaster 2010-10-02 17:32:44 +02:00
ticktock
ef14ead4b3 Added tests of proper null handling for Ref,Vector,Map,Queue and voldemort impl/tweak 2010-10-01 16:04:22 -04:00
ticktock
820f8abf4e two more stub tests in Vector Spec 2010-09-30 19:35:10 -04:00
ticktock
7175e464fe More VectorStorageBackend tests plus an abstract Ticket343Test with a working VoldemortImpl 2010-09-30 19:13:59 -04:00
ticktock
3d6c1f2e2d Map Spec 2010-09-30 19:13:19 -04:00
ticktock
3a0e1810a0 Moved implicit Ordering(ArraySeq[Byte]) to a new PersistentMapBinary companion object
and created an implicit Ordering(Array[Byte]) that can be used on the backends too

Finished Map Backend Spec that tests proper ordering of retrieved k->v pairs and fixed Voldemort to work properly
2010-09-30 15:33:31 -04:00
ticktock
fd7b6d3028 Merge branch 'master' of github.com:jboner/akka into ticket-443 2010-09-30 11:35:31 -04: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
ticktock
2809157b51 Initial QueueStorageBackend Spec 2010-09-29 20:26:30 -04:00
ticktock
31a2f15810 Merge branch 'master' of github.com:jboner/akka into ticket-443 2010-09-29 20:14:06 -04:00
ticktock
57a856a96a Initial QueueStorageBackend Spec 2010-09-29 20:12:55 -04: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
Viktor Klang
21c2f85c36 Changing impl of ReflectiveAccess to log to debug 2010-09-29 15:04:11 +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
ticktock
e88dec5639 Initial Spec for MapStorageBackend 2010-09-28 22:06:06 -04:00
ticktock
6157a903cc Persistence Compatibility Test Harness and Voldemort Implementation
Kept each of the datastructure test classes in seperate files as comprehensive tests will probably be relatively long
2010-09-28 18:38:15 -04:00
Viktor Klang
c8480412b7 Removing runActorInitialization volatile field, replace with isRunning check 2010-09-28 16:30:58 +02:00
ticktock
6d0ce27983 Initial Sketch of Persistence Compatibility Tests 2010-09-28 09:49:58 -04: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
39c732c785 Initial PersistentRef spec 2010-09-27 20:23:05 -04: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