Patrik Nordwall
b21687dbf2
Hide Echo actor impl from docs, see #2537
2012-09-21 17:08:36 +02:00
Patrik Nordwall
5a2ebb172d
Merge branch 'master' into wip-2537-doc-remote-deploy-java-patriknw
...
Conflicts:
akka-docs/rst/java/code/docs/remoting/RemoteActorExample.java
2012-09-21 17:01:13 +02:00
Patrik Nordwall
4ff414bd3f
Merge pull request #722 from akka/wip-2251-doc-cluster-fd-patriknw
...
Describe cluster failure detector and phi, see #2251
2012-09-21 07:45:10 -07:00
Patrik Nordwall
f6f81d1fd0
Move phi images to new dir, see #2251
2012-09-21 16:40:17 +02:00
Patrik Nordwall
28e7b8af38
Merge branch 'master' into wip-2251-doc-cluster-fd-patriknw
2012-09-21 16:39:12 +02:00
Roland
e7a10886fb
Merge branch 'master' of github.com:akka/akka
2012-09-21 16:33:51 +02:00
Roland
20c7b274cb
now hopefully fix it for real (no guarantees, it just works here)
2012-09-21 16:33:28 +02:00
Patrik Nordwall
3f200c9920
Improvements based on feedback, see #2251
2012-09-21 16:24:00 +02:00
Viktor Klang
750f430bab
Fixing so that the 0MQ tests will run on 0mq 3 and removed some boiler from RemoteClientLifeCycleEvent
2012-09-21 16:22:57 +02:00
Roland
a132bb5deb
make it work with Java 6 (aargh)
2012-09-21 16:09:52 +02:00
Roland
03d968b10e
add some comments, fix experimental status of cluster
2012-09-21 15:53:59 +02:00
Patrik Nordwall
ee65dbf184
Correction of Java doc Creating Actors Remotely, see #2537
2012-09-21 15:08:56 +02:00
Roland
9bc01ae265
add preprocessor for RST docs, see #2461 and #2431
...
The idea is to filter the sources, replacing @<var>@ occurrences with
the mapping for <var> (which is currently hard-coded). @@ -> @. In order
to make this work, I had to move the doc sources one directory down
(into akka-docs/rst) so that the filtered result could be in a sibling
directory so that relative links (to _sphinx plugins or real code) would
continue to work.
While I was at it I also changed it so that WARNINGs and ERRORs are not
swallowed into the debug dump anymore but printed at [warn] level
(minimum).
One piece of fallout is that the (online) html build is now run after
the normal one, not in parallel.
2012-09-21 13:58:47 +02:00
Viktor Klang
c0f60da8cc
Unborkening DataflowDocSpec
2012-09-21 13:08:02 +02:00
Viktor Klang (√)
cc8cfc1f09
Merge pull request #726 from akka/wip-mavensucks-√
...
The unborkening of the plugins publish
2012-09-21 03:11:17 -07:00
Viktor Klang
ebf0bef64c
Adding Caveat for Death Watch of Remoting into the Scala section as well.
2012-09-21 12:08:37 +02:00
Viktor Klang (√)
a323161b2f
Merge pull request #719 from akka/wip-2530-deprecate-tell1-∂π
...
remove all but one occurrence of single-arg tell()
2012-09-21 03:05:00 -07:00
Viktor Klang (√)
77e24c022b
Merge pull request #723 from akka/wip-2378-√
...
Wip 2378 √
2012-09-21 03:02:25 -07:00
Viktor Klang (√)
761760914d
Merge pull request #724 from akka/wip-doc-fixes-∂π
...
Wip doc fixes ∂π
2012-09-21 03:01:17 -07:00
Viktor Klang
412f84b6f3
Doc changes after review of PR 724
2012-09-21 12:00:35 +02:00
Viktor Klang
32b6557154
Fixing broken code include for Dataflow docs
2012-09-21 11:50:48 +02:00
Viktor Klang
e414c2a3b7
2378 review fixes
2012-09-21 11:21:55 +02:00
Viktor Klang
e297c5ac32
The unborkening of the plugins publish
2012-09-21 11:17:49 +02:00
Björn Antonsson
b88f8e4b85
Merge pull request #721 from akka/wip-2528-change-testconductor-and-multijvmplugin-properties-ban
...
Change multinode properties used by MultiNodeSpec. See #2528
2012-09-21 01:37:58 -07:00
Viktor Klang
542b927bdb
Merge branch 'master' into wip-doc-fixes-∂π
2012-09-20 16:48:35 +02:00
Viktor Klang
527771d249
Cleaning up dataflow docs a bit
2012-09-20 16:42:09 +02:00
Viktor Klang
45d0850e11
More work on Dataflow docs
2012-09-20 16:30:48 +02:00
Patrik Nordwall
5017ba1fda
Describe cluster failure detector and phi, see #2251
2012-09-20 15:24:07 +02:00
Patrik Nordwall
88a9123724
Move heartbeat-interval into failure-detector section
2012-09-20 15:23:18 +02:00
Viktor Klang
1380abc807
DAtaflow doc start
2012-09-20 13:50:25 +02:00
Björn Antonsson
55f5e2dc6a
Changed weird quotes in scaladoc. See #2528
2012-09-20 13:48:59 +02:00
Viktor Klang
077313e593
Merge branch 'master' of github.com:akka/akka
2012-09-20 13:14:36 +02:00
Viktor Klang (√)
20c2daf74d
Merge pull request #718 from akka/wip-remwarn-√
...
Removing compilation warnings.
2012-09-20 04:14:15 -07:00
Viktor Klang
6709298473
Merge branch 'master' of github.com:akka/akka
2012-09-20 13:13:04 +02:00
Patrik Nordwall
51a962fbee
Merge pull request #703 from akka/wip-cluster-docs-patriknw
...
Lots of cluster documentation
2012-09-20 04:05:40 -07:00
Patrik Nordwall
08121e4ae3
Minor corr, fqcn of CARP
2012-09-20 13:02:24 +02:00
Patrik Nordwall
c7b966b4e7
Switch to ConistentHashingRouter in cluster sample
2012-09-20 12:58:51 +02:00
Viktor Klang
2c3bc310a3
#2532 - Fixing PostRestart prematurely clearing out the fancy bits out of the InvocationHandler
2012-09-20 12:54:40 +02:00
Patrik Nordwall
bc34adf624
Test consistent hashing router with cluster router, see #944
...
* Found and fixed issue with NoRouter which is used in the
combination of FromConfig and cluster.enabled=true
* Multi-node test that tests several of the possible
cominations
2012-09-20 12:35:03 +02:00
Björn Antonsson
f9f4bf8c1f
Changed multinode properties used by MultiNodeSpec. See #2528 .
2012-09-20 12:01:49 +02:00
Viktor Klang
b8242ed1da
Adding regression test for DataflowSpec
2012-09-20 10:51:52 +02:00
Viktor Klang
ac3891c8f2
Merge branch 'master' into wip-remwarn-√
2012-09-20 10:45:14 +02:00
Patrik Nordwall
9423d37da9
Merge branch 'master' into wip-cluster-docs-patriknw
...
Conflicts:
project/AkkaBuild.scala
2012-09-20 10:40:08 +02:00
Viktor Klang
2893b0f467
Update to the latest community build.
2012-09-20 10:22:52 +02:00
Patrik Nordwall
6dbe1c00c4
Further improvement of selectDeploymentTarget based on feedback
2012-09-20 09:24:06 +02:00
Patrik Nordwall
a790f5bb32
Use named parameters to Deploy, avoid strange path param
2012-09-20 09:22:30 +02:00
Patrik Nordwall
ab8a690c65
Use Either for LeaderChanged state, see #2518
2012-09-20 08:44:44 +02:00
Patrik Nordwall
6cf638815f
Disable remote logging
2012-09-20 08:09:46 +02:00
Patrik Nordwall
068335789c
Cluster config setting to disable jmx, see #2531
2012-09-20 08:09:01 +02:00
Patrik Nordwall
7b06ee5705
Cluster doc of JMX and admin script, see #2014
2012-09-20 07:47:19 +02:00