Commit graph

3025 commits

Author SHA1 Message Date
Viktor Klang
7b2e2a66fc Removing dead code 2011-03-08 12:03:32 +01:00
Viktor Klang
28090e26b6 Reverting fix for due to design flaw in *ByUuid 2011-03-08 11:46:03 +01:00
Derek Williams
41864b2f20 Remove uneeded parameter 2011-03-07 21:24:21 -07:00
Derek Williams
442ab0f84e Fix calls to EventHandler 2011-03-07 19:17:45 -07:00
Derek Williams
0a7122d1d9 Merge branch 'master' into derekjw-future-dispatch 2011-03-07 18:57:08 -07:00
Viktor Klang
25ce71f79a Fixing #655: Stopping all actors connected to remote server on shutdown 2011-03-07 21:54:00 +01:00
Martin Krasser
17591503d2 Dropped dependency to AspectInitRegistry and usage of internal registry in TypedActorComponent 2011-03-07 16:04:07 +01:00
Viktor Klang
8d2dc6891a Removing non-needed jersey module configuration 2011-03-07 14:09:31 +01:00
Viktor Klang
f5a03ff09e Merge branch 'master' of github.com:jboner/akka 2011-03-07 13:50:28 +01:00
Viktor Klang
1c15e26c18 Moving most of the Jersey and Jetty deps into MicroKernel (akka-modules), closing #593 2011-03-07 13:49:33 +01:00
Jonas Bonér
0aa197d7fd Merge branch 'master' of github.com:jboner/akka 2011-03-07 12:29:31 +01:00
Jonas Bonér
bc5449d368 Merge branch 'master' of github.com:jboner/akka 2011-03-07 12:29:08 +01:00
Jonas Bonér
af5892c8a6 Merge branch 'master' of github.com:jboner/akka 2011-03-07 12:18:05 +01:00
Jonas Bonér
2168e861bf Changed event handler config to a list of the FQN of listeners 2011-03-07 12:18:00 +01:00
Roland Kuhn
2693a35eac add locking to CTD-mbox
Up to now it relied on the ActorRef's lock, but that has the side effect that a
large time may pass between the suspend test and the actual execution. With
this lock in place, the ActorRef lock should never block and the time between
suspend and the last actor execution is shortened to some cycles (modulo GC).
2011-03-06 22:45:44 +01:00
Viktor Klang
9b71830d2d Tweaking AkkaException 2011-03-06 22:15:51 +01:00
Roland Kuhn
2deb47f8fa add test to ActorModelSpec
dispatcherShouldHandleQueueingFromMultipleThreads tests for possible race
conditions in prohibiting multiple threads running the same actor concurrently
2011-03-06 21:53:09 +01:00
Viktor Klang
f8b9a73e6b Adding export of the embedded uuid lib to the OSGi manifest 2011-03-06 00:38:22 +01:00
Viktor Klang
2d0fa75da0 reverting changes to avoid breaking serialization 2011-03-05 23:56:31 +01:00
Viktor Klang
a1218b68e1 Speeding up remote tests by removing superfluous Thread.sleep 2011-03-05 23:51:08 +01:00
Viktor Klang
0375e7860b Removed some superfluous code 2011-03-05 23:50:50 +01:00
Viktor Klang
28e2941449 Add Future GC comment 2011-03-05 23:50:36 +01:00
Viktor Klang
3bd83e5388 Adding support for clean exit of remote server 2011-03-05 23:42:39 +01:00
Viktor Klang
fd6c879668 Updating the Remote protocol to support control messages 2011-03-05 23:42:28 +01:00
Viktor Klang
9e951435d5 Adding support for MessageDispatcherConfigurator, which means that you can configure homegrown dispatchers in akka.conf 2011-03-05 23:32:49 +01:00
Debasish Ghosh
12dfba899f Fixed #675 : preStart() is called twice when creating new instance of TypedActor 2011-03-05 22:56:16 +05:30
Debasish Ghosh
48d06de589 fixed repo of scalatest which was incorrectly pointing to ScalaToolsSnapshot 2011-03-05 22:35:47 +05:30
Roland Kuhn
50b2c14235 create akka-testkit subproject
- modify AkkaProject.scala
- move CallingThreadDispatcher & Spec and TestKit into akka-testkit
- update FSMTimingSpec accordingly
2011-03-05 14:36:08 +01:00
Derek Williams
949dbffdd8 Use scalatools release repo for scalatest 2011-03-04 16:13:04 -07:00
Derek Williams
15449e970a Merge branch 'master' into derekjw-future-dispatch
Conflicts:
	akka-actor/src/test/scala/akka/dispatch/FutureSpec.scala
2011-03-04 16:12:32 -07:00
Peter Vlugter
53c824d1e8 Remove logback config 2011-03-04 18:04:15 +01:00
Jonas Bonér
0b2508b7a5 merged with upstream 2011-03-04 16:50:35 +01:00
Jonas Bonér
e8458351c1 reverted tests supported 2.9.0 to 2.8.1 2011-03-04 16:36:07 +01:00
Jonas Bonér
5789a362d5 Merge branch '0deps', remote branch 'origin' into 0deps 2011-03-04 16:15:07 +01:00
Jonas Bonér
af22be7c37 reverting back to 2.8.1 2011-03-04 16:14:35 +01:00
Peter Vlugter
465e064f79 Update Java STM API to include STM utils 2011-03-04 10:34:46 +01:00
Derek Williams
ccd68bf50b Cleaner exception matching in tests 2011-03-03 19:43:00 -07:00
Derek Williams
eb4de86eda Merge remote-tracking branch 'origin/0deps' into 0deps-future-dispatch 2011-03-03 15:13:12 -07:00
Viktor Klang
c4fa953594 Removing shutdownLinkedActors, making linkedActors and getLinkedActors public, fixing checkinit problem in AkkaException 2011-03-03 19:15:34 +01:00
Viktor Klang
044ea594e3 Merge remote branch 'origin/0deps' into 0deps 2011-03-03 16:10:44 +01:00
Viktor Klang
176762466d Removing Thrift jars 2011-03-03 16:10:15 +01:00
Peter Vlugter
282e245f3f Remove configgy from embedded repo 2011-03-03 16:09:18 +01:00
Peter Vlugter
7fb69587de Incorporate configgy with some renaming and stripping down 2011-03-03 07:43:25 +01:00
Peter Vlugter
9dc3bbc849 Add configgy sources under akka package 2011-03-03 07:43:25 +01:00
Derek Williams
1a671c2ccb remove debugging line from test 2011-03-02 17:05:26 -07:00
Derek Williams
9a05770c66 Fix test after merge 2011-03-02 17:00:08 -07:00
Derek Williams
48a41cf430 Merge remote-tracking branch 'origin/0deps' into 0deps-future-dispatch
Conflicts:
	akka-actor/src/main/scala/akka/dispatch/ExecutorBasedEventDrivenWorkStealingDispatcher.scala
	akka-actor/src/main/scala/akka/dispatch/Future.scala
	akka-actor/src/main/scala/akka/dispatch/HawtDispatcher.scala
2011-03-02 16:44:44 -07:00
Viktor Klang
283a5b4c83 Updating to Scala 2.9.0 and enabling -optimise and -Xcheckinit 2011-03-02 23:26:11 +01:00
Viktor Klang
d8c556bb39 Merge remote branch 'origin/0deps' into 0deps 2011-03-02 18:48:43 +01:00
Viktor Klang
1e72fbfe8b Potential fix for #672 2011-03-02 18:48:13 +01:00