Viktor Klang
a73e9933c4
Removing isInInitialization, reading that from actorRefInCreation, -1 volatile field per actorref
2010-10-08 15:59:10 +02:00
Viktor Klang
b892c124bd
Removing linkedActorsAsList, switching _linkedActors to be a volatile lazy val instead of Option with lazy semantics
2010-10-08 15:43:00 +02:00
Viktor Klang
d165f14720
Merge branch 'master' of github.com:jboner/akka
2010-10-08 14:59:56 +02:00
Viktor Klang
848a69d1c6
Changed != SHUTDOWN to == RUNNING
2010-10-08 14:59:24 +02:00
Viktor Klang
4904c80e70
-1 volatile field in ActorRef, trapExit is migrated into faultHandler
2010-10-08 13:40:13 +02:00
Michael Kober
e809d98752
register client managed remote actors by uuid
2010-10-07 21:59:55 +02:00
Martin Krasser
51612c9d1e
Merge remote branch 'remotes/origin/master' into java-api
2010-10-07 16:12:16 +02:00
Martin Krasser
5077071de5
Tests for Java API support
2010-10-07 14:46:57 +02:00
Martin Krasser
7f63ee8198
Moved Java API support to japi package.
2010-10-07 14:45:40 +02:00
Viktor Klang
06135f660e
Fixing bug where ReceiveTimeout wasn´t turned off on actorref.stop
2010-10-07 14:02:25 +02:00
Viktor Klang
c41cc600d3
Merge branch 'master' of github.com:jboner/akka
2010-10-07 13:05:19 +02:00
Viktor Klang
d14b3dfc07
Fixing UUID remote request bug
2010-10-07 12:15:59 +02:00
Michael Kober
df853caf8c
fix:ensure that typed actor module is enabled in typed actor methods
2010-10-07 10:10:32 +02:00
Jonas Bonér
ac85e40398
Upgraded to Scala 1.2 final.
2010-10-06 22:11:02 +02:00
Martin Krasser
af1983f99d
Minor reformattings
2010-10-06 14:02:14 +02:00
Martin Krasser
5667203951
Java API for CamelServiceManager and CamelContextManager (refactorings)
2010-10-06 13:58:56 +02:00
Jonas Bonér
1000db8708
Merge branch 'master' of git@github.com:jboner/akka
...
Conflicts:
akka-persistence/akka-persistence-common/src/main/scala/Storage.scala
2010-10-06 12:12:45 +02:00
Jonas Bonér
05720fb0cc
Upgraded to AspectWerkz 2.2.2 with new fix for Scala load-time weaving
2010-10-06 11:15:08 +02:00
Viktor Klang
de7582434b
Removed pointless check for N/A as Actor ID
2010-10-05 16:41:43 +02:00
Viktor Klang
441387bd21
Added some more methods to Index, as well as added return-types for put and remove as well as restructured some of the code
2010-10-05 16:41:15 +02:00
Martin Krasser
972a1b0cc4
Java API for CamelServiceManager and CamelContextManager (usage of JavaAPI.Option)
2010-10-05 15:49:11 +02:00
Viktor Klang
30712c6ba4
Removing more boilerplate from AkkaServlet
2010-10-05 14:42:17 +02:00
Viktor Klang
92c1f165c4
Merge branch 'master' of github.com:jboner/akka
2010-10-05 13:54:16 +02:00
Viktor Klang
6988b10df0
Cleaned up code and added more comments
2010-10-05 12:06:30 +02:00
Martin Krasser
41867a74b4
CamelServiceManager.service returns Option[CamelService] (Scala API)
...
CamelServiceManager.getService() returns Option[CamelService] (Java API)
Re #457
2010-10-05 11:13:27 +02:00
ticktock
26ab1c6f4c
porting a ticket 450 change over
2010-10-04 19:47:23 -04:00
ticktock
b6c8e68a94
Merge branch 'master' of github.com:jboner/akka into ticket-443
2010-10-04 19:27:23 -04:00
Viktor Klang
11532a4227
Fixing ReceiveTimeout as per #446 , now need to do: self.receiveTimeout = None to shut it off
2010-10-04 20:45:33 +02:00
Viktor Klang
641657fa92
Ensure that at most 1 CometSupport is created per servlet. and remove boiler
2010-10-04 19:27:44 +02:00
Jonas Bonér
d9c040a88e
Changed ReflectiveAccess to work with enterprise module
2010-10-04 17:45:43 +02:00
Viktor Klang
592fe44784
Creating a Main object for Akka-http
2010-10-04 14:42:40 +02:00
Viktor Klang
6fd880bcca
Moving EmbeddedAppServer to akka-http and closing #451
2010-10-04 14:08:55 +02:00
Viktor Klang
3efb427ca1
Fixing ticket #450 , lifeCycle = Permanent => boilerplate reduction
2010-10-04 11:18:10 +02:00
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