Commit graph

1631 commits

Author SHA1 Message Date
synox
2858118946 typ: added missing space (#22952)
yeah, just a space.
2017-05-15 06:40:02 -07:00
Patrik Nordwall
357de69b5a change top heading to Akka Documentation 2017-05-15 12:25:15 +02:00
Patrik Nordwall
55f3c68ca4 Merge branch 'master' into wip-akka-docs-new 2017-05-15 12:22:32 +02:00
Arnout Engelen
cf282f9a43 Fix typo in test name 2017-05-15 08:46:04 +02:00
Patrik Nordwall
60018d33e8 Merge pull request #22924 from akka/wip-22900-quickstart-patriknw
rewrite quickstart page, #22900
2017-05-12 16:58:00 +02:00
Patrik Nordwall
3a964417a0 Merge pull request #22929 from akka/no-toplevel-toc
Remove top-level index.md from the ToC
2017-05-12 16:56:38 +02:00
Arnout Engelen
c4555b8e5e Remove top-level index.md from the ToC
index.md is *almost* the same between java and scala variations now - I wonder
if 'Java 8 and Scala Compatibility' really deserves its own top-level section?
2017-05-12 15:47:12 +02:00
Martynas Mickevičius
0e7a8e1e61 #22909 Fix parameters
* @binVersion@
* @github@
* @samples@
* @exampleCodeService@
2017-05-12 16:38:46 +03:00
Patrik Nordwall
68aeba1cb7 rewrite quickstart page, #22900 2017-05-12 13:44:42 +02:00
Arnout Engelen
4cb9c2436f Add java examples to getting started guide, with language switch (#22919)
* Java version of new Hello World
* Define paradox groups, use shorthand directives
* Make tutorial apply to both java and scala
* Use sbt-paradox-akka
2017-05-12 04:42:10 -07:00
Arnout Engelen
513dbfbec0 Fix tables in camel.md (#22898) (#22922) 2017-05-12 03:26:45 -07:00
Patrik Nordwall
3d9a997036 fix links, #22912
* ../scala and ../java links
* removed -java -scala from anchors
* fix FIXMEs of unresolved links
* and some more weird link texts
2017-05-12 10:30:23 +02:00
Patrik Nordwall
17963fcbe3 fix wrong relative links in toc 2017-05-11 17:38:58 +02:00
Patrik Nordwall
47682ecc72 fix circuitbreaker.md 2017-05-11 17:36:45 +02:00
Patrik Nordwall
59f53e1a22 move code to src/test
* so that it compiles and tests pass
* fix some additional snip references in getting started
2017-05-11 17:36:45 +02:00
Patrik Nordwall
413df8e0f4 additional cleanup 2017-05-11 17:36:45 +02:00
Patrik Nordwall
36571de29d Information for Akka Developers, #22902 2017-05-11 17:36:45 +02:00
Patrik Nordwall
6d099cc8ad Cleanup ToC, #22901
* remove old intro / getting started
* other modules, community projects
2017-05-11 17:36:45 +02:00
Martynas Mickevičius
81df4ff417 #22903 Fix code snippeds
* move scala and java sources out of paradox sources
* replace relative paths with $code$ and $akka$
* fix broken includes
2017-05-11 13:38:17 +03:00
Arnout Engelen
7bee495749 Use linked directories to share docs between scala and java
Inspired by 1b2b8439ae47957a6357160608956cf3c0e7555f

Partially scripted with the 'link-common-sections.sh' script at
https://github.com/johanandren/akkadocs-sphinx2paradox/pull/3/files
2017-05-10 19:45:13 +02:00
Arnout Engelen
8fbaa1054c Run rst to md conversion
Based on the slightly modified rst source in the convertedReference branch

As documented in https://docs.google.com/document/d/1dfN7ds-kKPKSokZZTbyXdNjMzZyUkwuOd8V5JXWd6wY/edit
2017-05-10 16:20:38 +02:00
Arnout Engelen
2933c449b6 Replace sphinx config with paradox config
paradox docs are now semi-functional, though rather empty (because
no converted docs yet)
2017-05-10 16:04:43 +02:00
Arnout Engelen
a4a0d308ad 'git mv' rst resources to md
This is mainly intended to keep the git history as neat as possible.
No actual conversion yet, so now both the rst and the paradox docs
are broken, which will be fixed in the next commits.
2017-05-10 15:44:43 +02:00
Arnout Engelen
5507147073 Move content from akka-docs-new into akka-docs
Now the paradox documentation is no longer functional until we update akka-docs
to generate from paradox instead of sphinx
2017-05-10 15:21:23 +02:00
Philippus Baalman
6c7085252a extended copyright into 2017 2017-01-04 17:37:15 +01:00
Johan Andrén
62e30b3c08 Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
Konrad Malawski
f46f9edb17 =doc fix github link as in #19434 2016-01-14 13:13:02 +01:00
Konrad Malawski
5a18d43435 +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
Patrik Nordwall
f13143e7da =per #18228 Convert Persistence schema evolution guide to Java 2015-09-16 10:52:03 +02:00
Roland Kuhn
c3ecb87a65 =all #13783 replace protobuf dependency by embedded version
- created new subproject akka-protobuf (and added COPYING and LICENSE)
- renamed com.google.protobuf -> akka.protobuf everywhere
- also added such renaming step to the results of protoc compilation in
  project/Protobuf.scala
- had to include transcriptions of Netty’s ProtobufEncoder/Decoder to
  make multi-node-testkit compile again
2015-09-04 09:06:50 +02:00
Patrik Nordwall
cbe5dd2cf5 +cdd #16799 Add Distributed Data module
Previously know as [patriknw/akka-data-replication](https://github.com/patriknw/akka-data-replication),
which was originally inspired by [jboner/akka-crdt](https://github.com/jboner/akka-crdt).

The functionality is very similar to akka-data-replication 0.11.

Here is a list of the most important changes:

* The package name changed to `akka.cluster.ddata`
* The extension was renamed to `DistributedData`
* The keys changed from strings to classes with unique identifiers and type information of the data values,
  e.g. `ORSetKey[Int]("set2")`
* The optional read consistency parameter was removed from the `Update` message. If you need to read from
  other replicas before performing the update you have to first send a `Get` message and then continue with
  the ``Update`` when the ``GetSuccess`` is received.
* `BigInt` is used in `GCounter` and `PNCounter` instead of `Long`
* Improvements of java api
* Better documentation
2015-06-18 15:58:22 +02:00