Commit graph

2887 commits

Author SHA1 Message Date
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
Jonas Bonér
9acb5112a1 merged with upstream 2011-03-02 18:37:41 +01:00
Viktor Klang
7582b1ec3a Upding Jackson to 1.7 and commons-io to 2.0.1 2011-03-02 18:19:30 +01:00
Jonas Bonér
793ad9ac03 Renamed to EventHandler and added 'info, debug, warning and error' 2011-03-02 18:19:17 +01:00
Viktor Klang
b0b15fda7a Removing wasteful guarding in spawn/*Link methods 2011-03-02 18:19:09 +01:00
Viktor Klang
dc52add4ba Removing 4 unused dependencies 2011-03-02 17:29:04 +01:00
Viktor Klang
bbc390cb9b Removing old versions of Configgy 2011-03-02 16:50:01 +01:00
Viktor Klang
407b631462 Embedding the Uuid lib, deleting it from the embedded repo and dropping the jsr166z.jar 2011-03-02 16:34:21 +01:00
Viktor Klang
c9b699da0e Rework of WorkStealer done, also, removal of DB Dispatch 2011-03-02 16:20:11 +01:00
Viktor Klang
c371876c3e Merge branch 'master' of github.com:jboner/akka into 0deps 2011-03-02 11:02:21 +01:00
Jonas Bonér
a41fd15228 Merge branch 'master' of github.com:jboner/akka 2011-03-02 00:17:01 +01:00
Derek Williams
0a35d14d24 Merge branch 'master' into derekjw-future-dispatch 2011-03-01 16:16:33 -07:00
Jonas Bonér
c4e2d73668 Added the ErrorHandler notifications to all try-catch blocks 2011-03-02 00:14:45 +01:00
Derek Williams
9d3bc38796 Add first test of Future in Java 2011-03-01 15:23:29 -07:00
Roland Kuhn
632848df5a update Buncher to make it more generic 2011-03-01 20:46:52 +01:00
Martin Krasser
994963aac1 Merge branch 'master' into 669-krasserm 2011-03-01 18:21:28 +01:00
Debasish Ghosh
1bac62eaa6 now using sjson without scalaz dependency 2011-03-01 18:29:37 +05:30
Martin Krasser
a76bc26c47 Reset currentMessage if InterruptedException is thrown 2011-03-01 12:07:52 +01:00
Martin Krasser
20ccd0230e Ensure proper cleanup even if postStop throws an exception. 2011-03-01 11:57:00 +01:00
Martin Krasser
2aa8cb161b Support self.reply in preRestart and postStop after exception in receive. Closes #669 2011-03-01 08:16:29 +01:00
Derek Williams
3de14d2acd Add java friendly methods 2011-02-28 19:08:14 -07:00
Jonas Bonér
2127e8077e Added ErrorHandler and a default listener which prints error logging to STDOUT 2011-03-01 00:29:45 +01:00
Derek Williams
e1c34318e9 Reverse listeners before executing them 2011-02-28 16:27:27 -07:00
Jonas Bonér
67ac8a5f6e tabs to spaces 2011-02-28 22:55:02 +01:00
Jonas Bonér
9354f0790c Removed logging 2011-02-28 22:54:32 +01:00
Derek Williams
92a858eee8 Add locking in dispatchFuture 2011-02-28 11:48:51 -07:00
Derek Williams
4bd00bc92f Add friendlier method of starting a Future 2011-02-28 11:47:39 -07:00
Derek Williams
ac2462f080 move unneeded test outside of if statement 2011-02-28 10:38:58 -07:00
Derek Williams
d74dc4b2e8 Add low priority implicit for the default dispatcher 2011-02-28 10:37:42 -07:00
Derek Williams
3ef23c74b2 no need to hold onto the lock to throw the exception 2011-02-28 10:32:31 -07:00
Derek Williams
70cc5b706b Revert lock bypass. move lock calls outside of try block 2011-02-28 10:17:44 -07:00
Derek Williams
2409d98843 bypass lock when not needed 2011-02-27 17:49:42 -07:00
Debasish Ghosh
390fd42165 removed sjson from embedded_repo. Now available from scala-tools. Upgraded sjson version to 0.9 which compiles on Scala 2.8.1 2011-02-27 17:49:42 -07:00
Viktor Klang
689e3bd39c Merge branch 'master' into 0deps 2011-02-27 23:44:28 +01:00
Viktor Klang
5373b0b84b Optimizing for bestcase when sending an actor a message 2011-02-27 23:44:04 +01:00
Viktor Klang
2fea9815f4 Removing logging from EBEDD 2011-02-27 23:17:59 +01:00
Viktor Klang
4a232b1e7a Removing HawtDispatch, the old WorkStealing dispatcher, replace old workstealer with new workstealer based on EBEDD, and remove jsr166x dependency, only 3 more deps to go until 0 deps for akka-actor 2011-02-27 22:44:37 +01:00
Debasish Ghosh
359a63c2fb Merge branch 'master' of git@github.com:jboner/akka 2011-02-26 13:19:56 +05:30