Commit graph

1448 commits

Author SHA1 Message Date
Endre Sándor Varga
6bd64d55bd - Fixes in contrib and docs
- Fixed getExternalAddressFor
2012-12-18 14:26:55 +01:00
Endre Sándor Varga
682abccf7e Added defaultAddress() to RemoteTransport API 2012-11-21 14:18:24 +01:00
Endre Sándor Varga
0f0c5cb17a Merge branch 'master' into wip-2053d-actorbased-remote-drewhk 2012-11-21 12:04:14 +01:00
Viktor Klang
8194ddd13c #2703 - unprivatizing NoLogging and adding a Java API for obtaining the reference 2012-11-16 16:15:44 +01:00
Viktor Klang (√)
da6b73d5bc Merge pull request #870 from akka/wip-2694-√
#2694 - Fixing DataflowDocSpec examples
2012-11-16 07:09:05 -08:00
Viktor Klang
da78a7c167 #2694 - Fixing DataflowDocSpec examples 2012-11-16 15:51:23 +01:00
Björn Antonsson
c2bf33afbf Update doc with correct version of ScalaTest 2012-11-15 08:16:19 +01:00
Viktor Klang (√)
3cd23f5f34 Merge pull request #838 from akka/wip-2645-√
Wip 2645 √
2012-11-14 15:07:49 -08:00
Viktor Klang
b00c47854b Switching over to immutable.Iterable where possible 2012-11-14 16:24:25 +01:00
Roland
f5185860ef amend one place in docs referring to blocking system.actorOf 2012-11-14 14:21:56 +01:00
Viktor Klang
8f131c680f Switching to immutable.Seq instead of Seq 2012-11-12 14:17:47 +01:00
Roland
1f61c293ec fix two old Duration references 2012-11-07 09:49:56 +01:00
Roland
d98c4db1f9 fix up two oversights in previous doc change
- use discardOld=false also in Scala stash sample code
- correct link to UnnestedReceives sample
2012-11-06 14:15:57 +01:00
Roland Kuhn
666d79680d Merge pull request #851 from akka/wip-2642-Java-stash-∂π
change Java stash sample to become(), see #2642
2012-11-06 03:06:53 -08:00
Roland Kuhn
ec592fa769 Merge pull request #850 from akka/wip-2683-doc-become-∂π
better document become semantics, see #2683
2012-11-06 03:06:37 -08:00
Roland Kuhn
e71c5199e9 Merge pull request #847 from akka/wip-2682-Act.become-∂π
align Act.become with context.become, see #2682
2012-11-06 03:04:24 -08:00
Roland
ebd47bcdf6 correct small confusion (short: confuso) 2012-11-06 11:59:11 +01:00
Roland
657a24dbc8 change Java stash sample to become(), see #2642 2012-11-06 11:41:50 +01:00
Roland
f9eb59e883 better document become semantics, see #2683 2012-11-06 11:00:27 +01:00
Roland
645e713362 align Act.become with context.become, see #2682
- become uses discardOld=true
- becomeStacked uses discardOld=false
- update docs and demonstrate this difference
2012-11-06 09:34:45 +01:00
Roland
480f5d5683 make FSM.receive overridable, see #2680 2012-11-05 22:11:57 +01:00
Björn Antonsson
58c0b2beae Correct and update the SbtMultiJvm documentation. #2671 2012-11-01 15:17:44 +01:00
Viktor Klang (√)
b862ec97f5 Merge pull request #836 from akka/wip-2669-√
#2669 - Fixing the docs about how to generate the docs
2012-10-31 14:31:46 -07:00
Viktor Klang
0615ba7897 #2669 - Fixing the docs about how to generate the docs 2012-10-31 14:51:24 +01:00
Endre Sándor Varga
5f9253b79e New Remoting implementation (iteration 3) #2053
- Asynchronous lockless remoting
 - Pluggable transport drivers
 - Multiple transport support
 - Simplified lifecycle events
 - Support for netty based TCP, SSL+TCP and UDP support
 - Updated Akka protocol with soft-state connections and failure detection
 - Refactored failure detectors (currently duplicated from cluster)
2012-10-29 16:32:15 +01:00
Viktor Klang
7be1f4b55e #2658 - Fixing todo sections of the documentation documentation ;-) 2012-10-29 15:38:22 +01:00
Viktor Klang (√)
3ee7dbcc45 Update akka-docs/rst/general/supervision.rst
#2653 - fixing markup and clarifying warning section of supervision.rst
2012-10-25 19:42:48 +03:00
Viktor Klang
2563f2d927 Repointing the link for the downloads. 2012-10-24 14:38:20 +02:00
Viktor Klang
be0d5b4509 #2643 - Removing the use of Await in the Future documentation, promoting the use of callbacks 2012-10-23 16:32:59 +02:00
Patrik Nordwall
4fe6588b1e Correction of 2.1 migration guide
* config 1.0.0
* Duration.create
2012-10-23 08:11:03 +02:00
Viktor Klang
e6d54b59ac #2623 - Adding a @github@ substitution for links to github, as well as adding a pointer as to where to find the example code for the docs. 2012-10-22 11:14:22 +02:00
Roland
543087df9d mention “import context.dispatcher” in the docs, see #2638 2012-10-18 17:31:51 +02:00
Viktor Klang
82fb4261eb Merge branch 'master' of github.com:akka/akka 2012-10-17 15:12:12 +02:00
Viktor Klang
0efc7a073a Removing the now redundant module doc for camel 2012-10-17 15:11:48 +02:00
Roland
2479ee34d9 fix small CSS issue in docs (overlapping DIV tag) 2012-10-17 14:27:04 +02:00
Viktor Klang
6c89f640b6 Bumping the version of Akka master to 2.2-SNAPSHOT 2012-10-17 01:00:57 +02:00
Viktor Klang (√)
b68c7a8469 Merge pull request #806 from akka/wip-cluster-java-sample-run-patriknw
Mavenize java akka-sample-cluster
2012-10-16 05:47:00 -07:00
Viktor Klang (√)
f5404e107f Merge pull request #807 from akka/wip-FIXMEs-∂π
remove some FIXMEs
2012-10-16 05:45:03 -07:00
Roland
6792d11b36 Patrik’s comments: change CircuitBreaker to Runnable
was using Callable for no apparent reason; also fix
FaultHandlingDocTestBase.java
2012-10-16 14:38:23 +02:00
Patrik Nordwall
94eaeca3a7 Mavenize java akka-sample-cluster 2012-10-16 11:03:43 +02:00
Viktor Klang (√)
b6e4c74886 Update akka-docs/rst/dev/developer-guidelines.rst
Tidying up developer guidelines link
2012-10-16 10:59:11 +03:00
Roland
6e34797a69 Merge branch 'wip-2.10.0-RC1-∂π' 2012-10-15 22:05:22 +02:00
Roland
daaa5d5eaf mention stateName in FSM unhandled messages, see #2617 2012-10-15 21:41:17 +02:00
Roland
c27389ca1b clarify need to carefully managing blocking, see #2616 2012-10-15 21:34:31 +02:00
Roland
74b1e3a53d review comments: Duration.parse and FIXMEs
- found two more mentions of Duration.parse, replaced by Duration.create
- add FIXME to build for zeroMQ and scalaVersion
2012-10-15 20:26:13 +02:00
Viktor Klang
ef80428b02 #2619 - make read first in the developer guidelines a ..note:: 2012-10-15 20:00:12 +02:00
Björn Antonsson
51e2dbe3c0 Fixed code example. #2513 2012-10-15 16:51:03 +02:00
Roland
bff79c2f94 Merge remote-tracking branch 'origin/master' into wip-2.10.0-RC1-∂π
- currently cheating: uses zeroMQ artifacts for scala 2.10M7
- fixed a bunch of more wrong references to scala.concurrent.util
2012-10-15 16:18:52 +02:00
Björn Antonsson
4a4465e439 Merge pull request #780 from akka/wip-2513-pattern-schedule-tick-to-self-ban
Document how to schedule periodic messages from an actor to itself. #2513
2012-10-15 06:37:22 -07:00
Roland
19100f1275 update versions for Scala 2.10.0-RC1
also fix a postfixOps warning and a duration error
2012-10-15 15:24:48 +02:00