Commit graph

11 commits

Author SHA1 Message Date
Patrik Nordwall
15828db19f =per #18123 Deprecate PersistentView
* marked PersistentFSM as experimental
* also changed the order of some sections in migration guide
* link to 2.2->2.3 migration guide
* update experimental index page
2015-08-14 15:05:59 +02:00
Konrad Malawski
270c566fea +doc #17613 document persistence schema evolution 2015-08-14 10:50:19 +02:00
Björn Antonsson
07e361c684 !act,sam #3889 Adding Activator template FSM/become for Java with Lambda support
* Dining Hakkers Activator template for FSM and become
* Cleaup of FSM event matchers to be more usable and consistent
2014-03-05 11:16:23 +01:00
Martin Krasser
f327e1e357 !per #3704 Persistence improvements
- Channel enhancements (#3773):
- Live read models (#3776):
- Batch-oriented journal plugin API (#3804):
- Batching of confirmations and deletions
- Message deletion enhancements (more efficient range deletions)
2014-01-17 13:36:55 +01:00
Roland
63c6bc7d88 restructure ToC of reST docs
- completely decouple Java/Scala and remove heading suffixes
- move all images into images/
- move cluster docs into “official” place
2013-04-19 13:40:37 +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
Patrik Nordwall
aa5f6154c8 Adjust paths, see #2437 2012-09-22 09:21:21 +02:00
Björn Antonsson
78597ed7c1 Merge branch 'master' into wip-2349-multi-node-and-multi-jvm-doc-ban
Conflicts:
	project/plugins.sbt
2012-09-21 17:00:34 +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
Renamed from akka-docs/experimental/index.rst (Browse further)