Commit graph

5986 commits

Author SHA1 Message Date
Jonas Bonér
7eaecf96bb If there is no EventHandler listener defined and an empty default config is used then the default listener is now added and used 2011-04-06 13:39:18 +02:00
Jonas Bonér
10ecd8541c Turned 'sendRequestReplyFuture(..): Future[_]' into 'sendRequestReplyFuture[T <: AnyRef](..): Future[T] 2011-04-06 12:33:19 +02:00
Jonas Bonér
899144d1d2 Merge branch 'master' of github.com:jboner/akka 2011-04-06 12:01:11 +02:00
Jonas Bonér
5513505b35 Moved 'channel' from ScalaActorRef to ActorRef to make it available from Java 2011-04-06 12:00:40 +02:00
Jonas Bonér
276a97d797 Added overridden Actor life-cycle methods to UntypedActor to avoid warnings about bridge methods 2011-04-06 11:44:59 +02:00
patriknw
132bba3dc1 working version of second.Pi.java 2011-04-06 11:33:05 +02:00
Jonas Bonér
7949e80139 Merge branch 'master' of github.com:jboner/akka 2011-04-06 10:46:00 +02:00
Jonas Bonér
cea277ea58 Addded method 'context' to UntypedActor. Changed the Pi calculation to use tail-recursive function 2011-04-06 10:45:48 +02:00
patriknw
2bf360c1dd first, non-working version of second Pi.java 2011-04-06 10:33:00 +02:00
Jonas Bonér
eb5a38cd69 Merge branch 'master' of github.com:jboner/akka 2011-04-06 10:18:14 +02:00
Jonas Bonér
e58aae5f59 Added alt foldLeft algo for Pi calculation in tutorial 2011-04-06 09:53:30 +02:00
patriknw
c26879fcb6 minor cleanup 2011-04-06 08:50:36 +02:00
patriknw
706e128d15 Merge branch 'master' of github.com:jboner/akka 2011-04-06 07:46:15 +02:00
patriknw
0abf51d878 moved tests from akka-actor to new module akka-actor-tests to fix circular dependencies between testkit and akka-actor 2011-04-06 07:45:42 +02:00
Peter Vlugter
7e99f12f5d Add simple stack trace to string method to AkkaException
Note: we can't use printStackTrace in toString as it get's dizzy
when we do this (we get an infinite loop).
2011-04-06 15:55:42 +12:00
Peter Vlugter
eea79867e9 Another timeout increase 2011-04-06 10:35:07 +12:00
Roland
389817e529 add warning message to git-remove-history.sh 2011-04-05 19:45:05 +02:00
Viktor Klang
852232db9d Merge branch 'master' of github.com:jboner/akka 2011-04-05 17:37:57 +02:00
Viktor Klang
19f2e7f798 Removing a compilation warning by restructuring the code 2011-04-05 17:37:30 +02:00
Jonas Bonér
ca1fc49758 added first and second parts of Pi tutorial for both Scala and Java 2011-04-05 17:28:16 +02:00
Jonas Bonér
3827a895b8 Added PoisonPill and Kill for UntypedActor 2011-04-05 17:25:05 +02:00
Jonas Bonér
26f87ca925 Merge branch 'master' of github.com:jboner/akka 2011-04-05 12:52:48 +02:00
Jonas Bonér
b42417a278 Added scripts for removing files from git's history 2011-04-05 12:44:05 +02:00
Viktor Klang
71a32c719a Changing mailbox-capacity to be unbounded for the case where the bounds are 0, as per the docs in the config 2011-04-05 12:06:27 +02:00
Viktor Klang
5be70e8c64 Merge branch 'master' of github.com:jboner/akka 2011-04-05 11:38:10 +02:00
patriknw
2214c7fc88 734: moved package objects to package.scala files 2011-04-05 11:35:21 +02:00
Jonas Bonér
76173e37d4 replaced event handler with println in first tutorial 2011-04-05 11:08:44 +02:00
Peter Vlugter
bb55de44a4 Remove infinite loop in AkkaException 2011-04-05 19:07:27 +12:00
Peter Vlugter
b3d2cdb174 Restoring SNAPSHOT version 2011-04-05 09:05:50 +12:00
Peter Vlugter
17d328294e Update version for release 1.1-M1 2011-04-05 09:05:49 +12:00
Viktor Klang
f483ae7ed9 Adding the sender reference to remote typed actor calls, not a complete fix for 731 2011-04-04 15:58:48 +02:00
Viktor Klang
f280e28289 Switched to Option(...) instead of Some(...) for TypedActor dispatch 2011-04-04 13:23:47 +02:00
Peter Vlugter
a4a4395d28 Update supervisor spec 2011-04-04 16:53:17 +12:00
Peter Vlugter
7da83a7d4c Update supervisor spec 2011-04-04 16:53:17 +12:00
Peter Vlugter
832568a152 Add delay in typed actor lifecycle test 2011-04-04 11:13:47 +12:00
Peter Vlugter
be6035f9a0 Add delay in typed actor lifecycle test 2011-04-04 11:13:47 +12:00
Peter Vlugter
4b82c41eb8 Specify objenesis repo directly 2011-04-04 08:50:20 +12:00
Peter Vlugter
5106f055ea Specify objenesis repo directly 2011-04-04 08:50:20 +12:00
Derek Williams
cfa1c5ddea Add basic documentation to Futures.{sequence,traverse} 2011-04-03 10:40:06 -06:00
Derek Williams
27009707d9 Add basic documentation to Futures.{sequence,traverse} 2011-04-03 10:40:06 -06:00
Derek Williams
1ef38c86ab Add tests for Futures.{sequence,traverse} 2011-04-02 15:40:28 -06:00
Derek Williams
1d69665bb8 Add tests for Futures.{sequence,traverse} 2011-04-02 15:40:28 -06:00
Derek Williams
7219f8e505 Make sure there is no type error when used from a val 2011-04-02 15:05:47 -06:00
Derek Williams
696c0a20f2 Make sure there is no type error when used from a val 2011-04-02 15:05:47 -06:00
Viktor Klang
bfa96ef31c Bumping SBT version to 0.7.6-RC0 to fix jline problem with sbt console 2011-04-02 22:11:46 +02:00
Viktor Klang
3c9e199190 Bumping SBT version to 0.7.6-RC0 to fix jline problem with sbt console 2011-04-02 22:11:46 +02:00
Viktor Klang
c14c01a53c Adding Pi2, fixing router shutdown in Pi, cleaning up the generation of workers in Pi 2011-04-02 15:22:38 +02:00
Viktor Klang
c3eb0b4ffb Adding Pi2, fixing router shutdown in Pi, cleaning up the generation of workers in Pi 2011-04-02 15:22:38 +02:00
Jonas Bonér
64d620c7b1 Simplified the Master/Worker interaction in first tutorial 2011-04-02 14:01:36 +02:00
Jonas Bonér
2e70b4a1b5 Simplified the Master/Worker interaction in first tutorial 2011-04-02 14:01:36 +02:00