Commit graph

6021 commits

Author SHA1 Message Date
Patrik Nordwall
c22ca54eb4 fixed warnings, unchecked 2011-04-08 15:13:12 +02:00
Patrik Nordwall
521643782e fixed warnings, asScalaIterable -> collectionAsScalaIterable 2011-04-08 15:12:39 +02:00
Patrik Nordwall
d4510831f3 fixed warnings, error -> sys.error 2011-04-08 14:43:15 +02:00
Patrik Nordwall
523c5a4b34 fixed warnings, error -> sys.error 2011-04-08 14:41:32 +02:00
Patrik Nordwall
ab05bf9430 fixed warnings, @serializable -> extends scala.Serializable 2011-04-08 14:10:39 +02:00
Patrik Nordwall
79f6133f06 Adjusted chat sample to run with latest, and without Redis 2011-04-08 13:15:12 +02:00
Patrik Nordwall
c882b2c5e1 Adjusted chat sample to run with latest, and without Redis 2011-04-08 13:09:19 +02:00
Patrik Nordwall
f9ced6820b Added akka-sample-chat again 2011-04-08 09:23:04 +02:00
Patrik Nordwall
9ca3072edb added isInfoEnabled and isDebugEnabled, needed for Java api 2011-04-08 09:05:42 +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
Patrik Nordwall
3da35fb191 reverted back to call-by-name parameter 2011-04-07 22:37:36 +02:00
Viktor Klang
9be6314484 Merge branch 'master' of github.com:jboner/akka 2011-04-07 18:39:14 +02:00
patriknw
15bcaefdb3 minor correction of typos 2011-04-07 14:17:47 +02:00
Viktor Klang
30c2bd2ccf Changing the complete* signature from : CompletableFuture to Future, since they can only be written once anyway 2011-04-07 14:10:13 +02:00
Viktor Klang
96badb23ba Deprecating two newRemoteInstance methods in TypedActor 2011-04-07 13:05:09 +02:00
patriknw
e8ee6b321a notify with call-by-name included again 2011-04-07 12:47:47 +02:00
Roland Kuhn
a885c09354 Merge branch 'wip-fsm' 2011-04-07 11:52:24 +02:00
Roland Kuhn
42b72f0c4b add documentation and compat implicit to FSM 2011-04-07 10:52:14 +02:00
Jonas Bonér
654fc3166e Merge branch 'master' of github.com:jboner/akka 2011-04-07 09:38:28 +02:00
Jonas Bonér
f6a618b3bb Completed first Akka/Scala/SBT tutorial 2011-04-07 09:36:59 +02:00
patriknw
35812951e2 Adjusted EventHandler to support Java API 2011-04-07 08:27:17 +02:00
Peter Vlugter
6d9700a64f Setup for publishing snapshots 2011-04-07 13:41:27 +12:00
Jonas Bonér
7614619f99 Merge branch 'master' of github.com:jboner/akka 2011-04-06 16:01:48 +02:00
Jonas Bonér
ef95a1bef5 completed first iteration of first getting started guide 2011-04-06 16:01:32 +02:00
Jonas Bonér
c2439ee5ab completed first iteration of first getting started guide 2011-04-06 15:55:36 +02:00
Jonas Bonér
b4208667ea Added new module 'akka-docs' as the basis for the new Sphinx/reST based docs. Also added the first draft of the new Getting Started Guide 2011-04-06 14:15:59 +02:00
Jonas Bonér
0cf28f586d Merge branch 'master' of github.com:jboner/akka 2011-04-06 13:49:43 +02:00
patriknw
28ceda07c9 Merge branch 'master' of github.com:jboner/akka 2011-04-06 13:43:43 +02:00
patriknw
dd1692997e reply to channel 2011-04-06 13:43:00 +02:00
Jonas Bonér
d60f65646d Merge branch 'master' of github.com:jboner/akka 2011-04-06 13:39:30 +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
Viktor Klang
46460a9616 Merge branch 'master' of github.com:jboner/akka 2011-04-06 13:34:16 +02:00
Viktor Klang
e8259e1e51 Closing ticket #757 2011-04-06 13:19:04 +02:00
Viktor Klang
da29f51e83 Deprecating the spawn* methods 2011-04-06 12:42:02 +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