Commit graph

223 commits

Author SHA1 Message Date
Roland Kuhn
06f28cbb09 Merge pull request #87 from jrudolph/patch-1
Just a little documentation fix where a bullet wasn't displayed correctly

Merged by rkuhn: valid one-character fix should not be a problem
2011-09-03 02:32:41 -07:00
Jonas Bonér
5e290ec393 Merge branch 'master' of github.com:jboner/akka
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-08-29 14:26:24 +02:00
Jonas Bonér
66f339e202 Moved all 'akka.remote' to 'akka.cluster', no more 'remote' package.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-08-29 11:44:33 +02:00
Viktor Klang
c7d58c600b Adding initial support for Props 2011-08-26 17:25:18 +02:00
Viktor Klang
b76c02d136 #1139 - Added akka.actor.DefaultBootableActorLoaderService for the Java API 2011-08-24 12:42:26 +02:00
Roland
cdae21e07c restore behavior of Future.as[T] and .asSilently[T] (fixes #1088)
- implement both methods equivalently directly on Future
- remove implicit conversion futureToAnyOptionAsTypedOption
- update docs accordingly
2011-08-09 22:26:46 +02:00
Roland
deb7497038 Merge channel-cleanup into remote branch 'origin/master'
Conflicts:
	akka-actor/src/main/scala/akka/dispatch/Future.scala
2011-08-09 22:05:29 +02:00
Roland
2aa86ed37a make tryTell nice from Scala AND Java
Thanks, Derek Williams, for the good suggestion!
2011-08-03 23:08:38 +02:00
Derek Williams
053dbf3b60 Update Future docs 2011-08-02 13:05:55 -06:00
Johannes Rudolph
c8a2e6520e documentation: fix bullet list 2011-07-27 11:18:57 +03:00
Derek Williams
6d343b01f0 Merge branch 'master' into wip-derekjw
Conflicts:
	akka-actor-tests/src/test/scala/akka/dispatch/FutureSpec.scala
	akka-actor/src/main/scala/akka/actor/ActorRef.scala
2011-07-26 12:50:09 -06:00
viktorklang
374f5dc4dc Added docs for Amazon Elastic Beanstalk 2011-07-25 04:55:01 -07:00
Peter Veentjer
1006fa61db ticket 1043 2011-07-22 08:18:34 +03:00
Roland
42769599aa Merge branch 'ticket955'
Conflicts:
	akka-actor-tests/src/test/scala/akka/actor/supervisor/Ticket669Spec.scala
	akka-actor-tests/src/test/scala/akka/routing/RoutingSpec.scala
	akka-camel/src/test/scala/akka/camel/ConsumerScalaTest.scala
2011-07-19 16:56:44 -04:00
Roland
df3d536b9c improve docs for dispatcher throughput 2011-07-19 16:20:43 -04:00
Peter Veentjer
e557bd31e1 Merge branch 'master' of github.com:jboner/akka 2011-07-17 09:26:36 +03:00
Peter Veentjer
7983a66f68 Ticket 964: rename of reply? 2011-07-17 09:02:36 +03:00
Roland
a348025ccb improve testing docs 2011-07-16 18:42:24 -04:00
Derek Williams
a3243f7b2a In progress documentation update 2011-07-15 17:43:56 -06:00
Viktor Klang
0bfe21a44c Fixing a type and adding clarification to ticket #956 2011-07-15 11:34:09 +02:00
Peter Veentjer
5678692e66 issue 956 2011-07-15 08:56:12 +03:00
Peter Veentjer
964c53203a issue 956 2011-07-15 08:54:44 +03:00
Peter Veentjer
8bbb9b0566 issue 956 2011-07-15 08:41:42 +03:00
Roland
956d055d87 make currentMessage available in preRestart, test #957
- use Option[Any] since currentMessage may be unavailable (supervisor
  being restarted)
- plus docs
2011-06-27 22:20:09 +02:00
Roland
10256991cb add Actor.freshInstance hook, test #955 2011-06-27 19:09:09 +02:00
Roland
e7f3945776 add TestKit.expectMsgType
- plus docs
- and replace softTimeout hack with better solution
2011-06-26 17:40:30 +02:00
Roland
22c067e239 add TestFSMRef docs 2011-06-19 22:20:45 +02:00
Roland
a45267e967 break out LoggingFSM trait and add rolling event log 2011-06-19 21:20:14 +02:00
Roland
39e41c6596 change all actor logging to use Actor, not ActorRef as source instance 2011-06-19 21:07:49 +02:00
Roland
76e8ef4e24 add debug traceability to FSM (plus docs) 2011-06-19 18:03:01 +02:00
Roland
ca36b556fb add terminate(Shutdown) to FSM.postStop 2011-06-19 17:45:59 +02:00
Roland
2852e1a763 make available TestKitLight without implicit ActorRef 2011-06-19 17:41:19 +02:00
Roland
1970b96ae5 make TestKit methods return most specific type
document all testkit methods
2011-06-19 17:35:11 +02:00
Roland
1e4084e843 document logging and testing settings 2011-06-19 17:08:50 +02:00
Roland
8c80548493 document actor logging options 2011-06-19 17:05:19 +02:00
Roland
f3a7c4149a document channel and !!/!!! changes 2011-06-19 17:05:16 +02:00
Roland
899b7ccdc0 first part of scala/actors docs 2011-06-19 16:35:08 +02:00
Roland
6a3049e4c5 document Channel contravariance 2011-06-15 21:05:37 +02:00
Viktor Klang
0c21afebdd Fixing ticket #907 2011-06-15 18:26:56 +02:00
Viktor Klang
e3e389e14f Fixing spelling errors in docs 2011-06-13 16:47:18 +02:00
Viktor Klang
fa0478bc32 Replacing !!! with ? 2011-06-13 13:43:21 +02:00
Viktor Klang
ed5ac01d72 Removing Jersey from the docs 2011-06-07 01:58:21 -05:00
Viktor Klang
94c977e455 Adding documentation for specifying Mist root endpoint id in web.xml 2011-06-05 22:13:16 -07:00
Viktor Klang
c3ee1244be Removing the Jersey Http Security Module plus the AkkaRestServlet 2011-06-05 19:29:46 -07:00
Viktor Klang
b0952e5212 Renaming Future.failure to Future.recover 2011-06-02 13:33:49 -07:00
Peter Vlugter
046399c9df Update docs
- use current version (2.0-SNAPSHOT) for easy search and replace
- some updates from akka-modules remerge
2011-05-26 17:14:42 +12:00
Viktor Klang
8a790b1ddf Renaming CompletableFuture to Promise, Renaming AlreadyCompletedFuture to KeptPromise, closing ticket #854 2011-05-23 11:31:01 +02:00
Viktor Klang
3181905fed Renaming EBEDD to Dispatcher, EBEDWSD to BalancingDispatcher, ThreadBasedDispatcher to PinnedDispatcher and PEBEDD to PriorityDispatcher, closing ticket #784 2011-05-20 22:56:30 +02:00
Viktor Klang
cd3cb8cd57 Renaming akka.routing.Dispatcher to Router, as per ticket #729 2011-05-20 12:29:48 +02:00
Viktor Klang
e52c24f063 Adding warning of using WorkStealingDispatcher with TypedActors 2011-05-18 11:54:16 +02:00