Jonas Bonér
26500bed09
1. Removed implicit scoped timeout in ? method.
...
Reason: 'pingPongActor.?(Ping)(timeout = TimeoutMillis)' breaks old user code and is so ugly. It is not worth it. Now user write (as he used to): 'pingPongActor ? (Ping, TimeoutMillis)'
2. Fixed broken Cluster communication
3. Added constructor with only String arg for UnhandledMessageException to allow client instantiation of remote exception
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-06-14 14:26:13 +02:00
Roland
ca592ef1b4
Merge branch 'master' of github.com:jboner/akka
...
Conflicts:
akka-actor/src/main/scala/akka/actor/Actor.scala
akka-actor/src/main/scala/akka/actor/ActorRef.scala
akka-actor/src/main/scala/akka/actor/TypedActor.scala
akka-cluster/src/main/scala/akka/cluster/ClusterActorRef.scala
akka-cluster/src/main/scala/akka/cluster/ReplicatedClusterRef.scala
akka-durable-mailboxes/akka-mailboxes-common/src/main/scala/akka/actor/mailbox/DurableDispatcher.scala
akka-testkit/src/test/scala/akka/testkit/TestActorRefSpec.scala
akka-tutorials/akka-tutorial-second/src/main/java/akka/tutorial/java/second/Pi.java
2011-06-14 00:19:54 +02:00
Roland
7712c20620
unify sender/senderFuture into channel (++)
...
(squashed merge from the various bits and pieces already part of
release-1.2, everything related to Channel & Future)
2011-06-13 22:36:46 +02:00
Viktor Klang
fa0478bc32
Replacing !!! with ?
2011-06-13 13:43:21 +02:00
Viktor Klang
fd5afde4ff
Adding 'ask' to replace 'sendRequestReplyFuture' and removing sendRequestReply
2011-06-13 13:28:29 +02:00
Peter Vlugter
ca7aea96a6
Bump version to 2.0-SNAPSHOT
2011-05-18 12:44:37 +12:00
Jonas Bonér
2655d44ee9
Merged wip-2.0 branch with latest master
2011-05-16 12:32:00 +02:00
Jonas Bonér
6c6089e081
Misc fixes everywhere; deployment, serialization etc.
2011-05-16 09:47:23 +02:00
Peter Vlugter
fd26f284ab
Update to scala 2.9.0 and sbt 0.7.7
2011-05-13 02:41:28 +12:00
Peter Vlugter
aa706a4e1b
Update tutorial sbt defs to match main project
2011-05-10 19:37:52 +12:00
Peter Vlugter
8dec4bcbc4
Update tutorials and include source in the distribution
2011-05-10 16:37:31 +12:00
Peter Vlugter
9ace0a97da
Bump version to 1.2-SNAPSHOT
2011-05-06 14:01:21 +12:00
Patrik Nordwall
bce7d176f4
Added parens to override of preStart and postStop
2011-04-26 20:31:08 +02:00
Jonas Bonér
2770f47f27
Fixed problem in Pi calculation algorithm
2011-04-23 11:55:54 +02:00
Jonas Bonér
6e6cd140ea
Merge branch 'master' of github.com:jboner/akka
2011-04-20 09:29:29 +02:00
Jonas Bonér
5e86f2ee81
incorporated feedback on the java tutorial
2011-04-20 09:24:19 +02:00
Patrik Nordwall
75309c6edd
removed old commented line
2011-04-19 20:31:49 +02:00
Jonas Bonér
90d6844b4a
Added missing semicolon to Pi.java
2011-04-19 14:05:53 +02:00
Jonas Bonér
902fe7be0c
Cleaned up formatting in tutorials
2011-04-19 13:29:22 +02:00
Jonas Bonér
51a075b34c
Added Maven project file to first Java tutorial
2011-04-19 13:14:11 +02:00
Peter Vlugter
0b4fe353f8
Fix broken compile - revert import in pi tutorial
2011-04-19 10:31:54 +12:00
Jonas Bonér
7db48c2453
Added some more detailed impl explanation
2011-04-18 14:33:03 +02:00
Patrik Nordwall
3c8e375f30
Added parens to stop
2011-04-12 10:53:56 +02:00
Patrik Nordwall
087191f19f
Added parens to start
2011-04-12 09:56:17 +02:00
Peter Vlugter
c308e88856
Remove project definitions in tutorials
...
They get picked up by sbt when running publish, confusing the versions.
Projects are defined in the main akka project.
2011-04-12 17:32:59 +12:00
Heiko Seeberger
6641b30a8f
Another minor coding style correction in akka-tutorial.
2011-04-11 14:33:26 +02:00
Heiko Seeberger
2ad80c34da
Code changes according to my review ( https://groups.google.com/a/typesafe.com/group/everyone/browse_thread/thread/6661e205caf3434d?hl=de ) plus some more Scala style improvements.
2011-04-10 12:18:09 +02:00
Jonas Bonér
3976e3012b
Incorporated feedback on tutorial text plus added sections on SBT and some other stuff here and there
2011-04-09 14:26:52 +02:00
Peter Vlugter
07e428cc34
Drop the -1 in pi range instead
2011-04-08 16:46:29 +12:00
Peter Vlugter
63357fe3a8
Small fix to make tailrec pi the same as other implementations
2011-04-08 16:40:41 +12:00
Peter Vlugter
6d9700a64f
Setup for publishing snapshots
2011-04-07 13:41:27 +12:00
Jonas Bonér
0cf28f586d
Merge branch 'master' of github.com:jboner/akka
2011-04-06 13:49:43 +02:00
patriknw
dd1692997e
reply to channel
2011-04-06 13:43:00 +02:00
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
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
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
26f87ca925
Merge branch 'master' of github.com:jboner/akka
2011-04-05 12:52:48 +02:00
Jonas Bonér
76173e37d4
replaced event handler with println in first tutorial
2011-04-05 11:08:44 +02: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