Commit graph

188 commits

Author SHA1 Message Date
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
0efc7a073a Removing the now redundant module doc for camel 2012-10-17 15:11:48 +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
Björn Antonsson
f488b32b34 Corrected mixup in migration guide. 2012-10-15 15:13:59 +02:00
Viktor Klang
ec4871e801 Removing rst_html and rst_latex 2012-10-15 14:04:49 +02:00
Viktor Klang (√)
a1b8abbe6f Merge pull request #799 from akka/wip-2612-improve-receivetimeout-docs-√
#2612 - Clarifying ReceiveTimeout semantics in the documentation.
2012-10-15 04:50:38 -07:00
Viktor Klang
dbad8c85f6 Clarifying setReceiveTimeout examples after review 2012-10-15 13:49:12 +02:00
Viktor Klang (√)
929c3e1c81 Merge pull request #800 from akka/wip-2613-typesafe-dev-guidelines-√
#2613 - Harmonized the Akka CONTRIBUTING.md with the Typesafe Developer ...
2012-10-15 03:02:33 -07:00
Viktor Klang
7fa58f735a Adding link to CONTRIBUTING.md in developer-guidelines.rst 2012-10-15 12:02:08 +02:00
Patrik Nordwall
3534b010d9 Merge pull request #797 from akka/wip-2615-logback-patriknw
Logback and slf4j dependencies, see #2615
2012-10-15 01:10:35 -07:00
Viktor Klang
3a0cf84d2c Increasing timeouts for FutureDocTestBase to avoid Jenkins being too slow. 2012-10-14 04:43:13 +02:00
Viktor Klang
0ab417b2c1 #2612 - Clarifying ReceiveTimeout semantics in the documentation. 2012-10-14 03:35:09 +02:00
RickLatrine
b965506f10 Applied discussion results to implementation and documentation.
- renamed to SupervisedAsk.askOf
- watches for actor termination
- askOf returns Future
- intermediate actor used to prevent actor system bottle-neck
- timeout handling
2012-10-13 16:24:27 +02:00
Patrik Nordwall
ec438ca2a6 Logback and slf4j dependencies, see #2615
* Latest slf4j 1.6.6
* Latest logback-classic 1.0.7
* Removed runtime scope for logback in docs
2012-10-12 14:15:00 +02:00
Roland
0f04239f67 move Duration classes according to scala 2.10 nightly and remove casts to FiniteDuration, see #2504 2012-10-11 15:18:10 -07:00
Björn Antonsson
c63234ca4c Changes according to review. #2513 2012-10-08 10:52:55 +02:00
Patrik Nordwall
a471545eec Merge pull request #779 from akka/wip-2586-testconductor-transport-patriknw
Avoid TestConductorTransport unless needed, see #2586
2012-10-07 00:06:56 -07:00
RickLatrine
1b34290d4c Java Pattern - Exception propagation in actor hierarchy using supervision
Ticket #2605
2012-10-07 02:15:02 +02:00
Roland
2bf9b32b48 add small hint for programmatic remoting config, see #2604 2012-10-05 19:08:55 -07:00
Björn Antonsson
99ad1e0eeb Document how to schedule periodic messages from an actor to itself. #2513 2012-10-05 15:31:43 +02:00
Patrik Nordwall
495ace37f4 Avoid TestConductorTransport unless needed, see #2586
* Due to the shutdown issues the TestConductorTransport is by
  default not active, but it's easy to activate it and exception
  will be thrown if trying to use the featues that require it, i.e
  blackhole, passThrow and throttle
* Documented
2012-10-05 14:52:18 +02:00
Patrik Nordwall
89c1f66b1f Merge pull request #774 from akka/wip-2502-cluster-java-patriknw
Java version of Cluster usage documentation, see #2502
2012-10-05 00:35:48 -07:00
Patrik Nordwall
c959d4a973 Incorporate feedback, see #2502 2012-10-05 08:17:54 +02:00
Roland
64c2383596 Merge branch 'wip-2573-untrusted-∂π' 2012-10-04 17:58:15 -07:00
Roland
3b0317e635 Merge branch 'wip-2508-restart-docs-∂π' 2012-10-04 17:56:12 -07:00
Roland
a5b9b1fb8a clarify what restart means, see #2508 2012-10-04 17:05:22 -07:00
Roland
3efa0c96e9 implement untrusted mode, see #2573 2012-10-04 16:50:49 -07:00
Patrik Nordwall
3e0e5f8473 Java version of Cluster usage documentation, see #2502
* Created separate java and scala rst chapters
* Converted the 3 cluster samples to java
* Everything tested manually, and with new multi-node tests
2012-10-04 14:16:11 +02:00
Björn Antonsson
5cfb79aef5 Minor doc and API cleanup for Test Conductor. See #2049 2012-10-04 11:03:07 +02:00
Patrik Nordwall
4d105795e1 DOC: Minor improvement of circuit breaker example.
* Reply with the result instead of the future
2012-10-03 13:31:53 +02:00
Björn Antonsson
6d8d4b4ec9 Correct sbt example usage of MultiJvm plugin in docs. 2012-10-03 10:49:06 +02:00
Roland
323e2c04ff fixes based on review comments 2012-10-02 11:37:31 +02:00
Roland
cc669c3838 integrate akka-contrib docs into akka-docs build
using the awesomized sbt-site plugin!
2012-10-02 11:37:31 +02:00
Roland
0afc3b1721 add ReliableProxy pattern to demo akka-contrib 2012-10-02 11:37:31 +02:00
Björn Antonsson
aa0d4f4cfb Three more tweaks. #2413 2012-10-02 11:13:23 +02:00