Commit graph

2917 commits

Author SHA1 Message Date
Derek Williams
cda0c1bbb4 Fix calls to EventHandler 2011-03-07 19:17:45 -07:00
Derek Williams
eee9445be8 Merge branch 'master' into derekjw-future-dispatch 2011-03-07 18:57:08 -07:00
Viktor Klang
4901ad3b6d Fixing #655: Stopping all actors connected to remote server on shutdown 2011-03-07 21:54:00 +01:00
Viktor Klang
48949f2144 Removing non-needed jersey module configuration 2011-03-07 14:09:31 +01:00
Viktor Klang
02107f00ed Merge branch 'master' of github.com:jboner/akka 2011-03-07 13:50:28 +01:00
Viktor Klang
92fa322ec2 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
2511cc6e9f Merge branch 'master' of github.com:jboner/akka 2011-03-07 12:29:31 +01:00
Jonas Bonér
6a5bd2c594 Merge branch 'master' of github.com:jboner/akka 2011-03-07 12:29:08 +01:00
Jonas Bonér
e89c565548 Merge branch 'master' of github.com:jboner/akka 2011-03-07 12:18:05 +01:00
Jonas Bonér
939d4ca6cb Changed event handler config to a list of the FQN of listeners 2011-03-07 12:18:00 +01:00
Viktor Klang
f3af6bdcc7 Tweaking AkkaException 2011-03-06 22:15:51 +01:00
Viktor Klang
6f05ce1da1 Adding export of the embedded uuid lib to the OSGi manifest 2011-03-06 00:38:22 +01:00
Viktor Klang
90470e89dd reverting changes to avoid breaking serialization 2011-03-05 23:56:31 +01:00
Viktor Klang
c0fcbaea01 Speeding up remote tests by removing superfluous Thread.sleep 2011-03-05 23:51:08 +01:00
Viktor Klang
f8727fc4d4 Removed some superfluous code 2011-03-05 23:50:50 +01:00
Viktor Klang
3e7289c2ce Add Future GC comment 2011-03-05 23:50:36 +01:00
Viktor Klang
f1a17704b9 Adding support for clean exit of remote server 2011-03-05 23:42:39 +01:00
Viktor Klang
70a0602ef0 Updating the Remote protocol to support control messages 2011-03-05 23:42:28 +01:00
Viktor Klang
c9523585d5 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
fe5ead9d6b Fixed #675 : preStart() is called twice when creating new instance of TypedActor 2011-03-05 22:56:16 +05:30
Debasish Ghosh
31cf3e64fd fixed repo of scalatest which was incorrectly pointing to ScalaToolsSnapshot 2011-03-05 22:35:47 +05:30
Derek Williams
ca24247b46 Use scalatools release repo for scalatest 2011-03-04 16:13:04 -07:00
Derek Williams
a647f32e31 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
b090f873af Remove logback config 2011-03-04 18:04:15 +01:00
Jonas Bonér
4514df2b40 merged with upstream 2011-03-04 16:50:35 +01:00
Jonas Bonér
f3d87b2578 reverted tests supported 2.9.0 to 2.8.1 2011-03-04 16:36:07 +01:00
Jonas Bonér
c909bb28ea Merge branch '0deps', remote branch 'origin' into 0deps 2011-03-04 16:15:07 +01:00
Jonas Bonér
ff97c28c0b reverting back to 2.8.1 2011-03-04 16:14:35 +01:00
Peter Vlugter
f8082436dd Update Java STM API to include STM utils 2011-03-04 10:34:46 +01:00
Derek Williams
ee418e1fa0 Cleaner exception matching in tests 2011-03-03 19:43:00 -07:00
Derek Williams
db80212265 Merge remote-tracking branch 'origin/0deps' into 0deps-future-dispatch 2011-03-03 15:13:12 -07:00
Viktor Klang
ddb226adcf Removing shutdownLinkedActors, making linkedActors and getLinkedActors public, fixing checkinit problem in AkkaException 2011-03-03 19:15:34 +01:00
Viktor Klang
6c52b95355 Merge remote branch 'origin/0deps' into 0deps 2011-03-03 16:10:44 +01:00
Viktor Klang
61889881b5 Removing Thrift jars 2011-03-03 16:10:15 +01:00
Peter Vlugter
a877b1d414 Remove configgy from embedded repo 2011-03-03 16:09:18 +01:00
Peter Vlugter
fb9201479c Incorporate configgy with some renaming and stripping down 2011-03-03 07:43:25 +01:00
Peter Vlugter
83cd7212d3 Add configgy sources under akka package 2011-03-03 07:43:25 +01:00
Derek Williams
f2903c4d12 remove debugging line from test 2011-03-02 17:05:26 -07:00
Derek Williams
8123a2c557 Fix test after merge 2011-03-02 17:00:08 -07:00
Derek Williams
d1fcb6d398 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
3dfd76dd38 Updating to Scala 2.9.0 and enabling -optimise and -Xcheckinit 2011-03-02 23:26:11 +01:00
Viktor Klang
9d78ca6383 Merge remote branch 'origin/0deps' into 0deps 2011-03-02 18:48:43 +01:00
Viktor Klang
3e25d364eb Potential fix for #672 2011-03-02 18:48:13 +01:00
Jonas Bonér
db980df4d5 merged with upstream 2011-03-02 18:37:41 +01:00
Viktor Klang
7417a4b5ed Upding Jackson to 1.7 and commons-io to 2.0.1 2011-03-02 18:19:30 +01:00
Jonas Bonér
8fd6122973 Renamed to EventHandler and added 'info, debug, warning and error' 2011-03-02 18:19:17 +01:00
Viktor Klang
0658439b10 Removing wasteful guarding in spawn/*Link methods 2011-03-02 18:19:09 +01:00
Viktor Klang
4b3bcdb44c Removing 4 unused dependencies 2011-03-02 17:29:04 +01:00
Viktor Klang
2676b48e36 Removing old versions of Configgy 2011-03-02 16:50:01 +01:00
Viktor Klang
015415d14e Embedding the Uuid lib, deleting it from the embedded repo and dropping the jsr166z.jar 2011-03-02 16:34:21 +01:00