Commit graph

36 commits

Author SHA1 Message Date
gosubpl
b9b1bf1749 doc #20672 pulling pattern link broken (#20686)
* trailing slash removed from link

* broken link to akka-work-pulling-pattern also fixed in faq
2016-06-01 22:28:09 +02:00
Konrad Malawski
fe47d596bc +doc add java example for onCompleteWithBreaker (#20675)
* +doc #20198 add java example for onCompleteWithBreaker

* =doc fix sphinx warnings
2016-06-01 10:31:50 +02:00
Konrad Malawski
31de5952b0 -doc remove tracking codes from urls (#20609)
I see no need why we should keep these.
2016-05-24 14:55:49 +02:00
Erol Staveley
72548d8439 Added a Packt video to list of resources (#20509) 2016-05-24 13:43:06 +02:00
Konrad Malawski
74b8d749b6 =doc #20565 explain binary compat rules explicitly (#20569) 2016-05-20 16:47:50 +02:00
Roland Kuhn
d6a99f67d8 document ActorSystem shutdown needed in REPL, #15314 2016-03-09 22:34:19 +01:00
Roland Kuhn
2925f1eb99 add FAQ entry for careful ActorSystem creation, #15313 2016-03-09 22:30:08 +01:00
Johan Andrén
62e30b3c08 Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
Jonas Bonér
bd244a4fd4 Fixed typo 2016-02-19 12:38:35 +01:00
Jonas Bonér
08d886f530 Added Learning Akka book 2016-02-19 12:37:54 +01:00
Raman Gupta
dd0ffabbdd =doc Add intended use section to OSGi doc 2016-02-11 19:22:02 -05:00
Konrad Malawski
df97afe606 =doc #19737 explain websocket -> WebSocket change in migration guide 2016-02-10 16:10:16 +01:00
Konrad Malawski
61bb7634d1 -doc remove outdated list of http frameworks built on Akka 2016-02-10 12:44:33 +01:00
Brian Topping
01faf6772d =osgi #19323 Add to documentation on OSGi 2016-01-19 09:39:48 -07:00
Jamie
5cb079fd77 Fixed formatting 2015-09-09 12:04:58 +10:00
Jamie
827bcd68aa Updated books page with the book by Vaughn Vernon 2015-09-09 11:53:43 +10:00
Roland Kuhn
a029a90502 fix warnings in contrib, docs, osgi, persistence and slf4j 2015-02-06 18:45:58 +01:00
Martynas Mickevicius
47556a0ebf =rem #15007 add ability to bind to a different address than the remoting waits messages from
This can be used to traverse NATs with the following configuration:

akka.remote.netty.tcp {
  ...
  hostname = my-external-address.lt
  bind-hostname = 192.168.1.100
}

Use Akka BoundAddressesExtension to get bound addresses
2014-09-15 18:30:12 +03:00
Patrik Nordwall
e559acff2c Merge pull request #15775 from akka/wip-books-patriknw
Update books.rst (for validation)
2014-08-29 15:47:19 +02:00
Richard Summerhayes
602299f910 Update books.rst
Per discussion with Roland and Kathleen, suggest we point users interested in the Akka in Action book to the Typesafe.com 'Akka in Action' E-Book page, so that they can obtain free sample chapters.
(cherry picked from commit b17142f368fb07b34c3bed2727eb62a77790866f)

Conflicts:
	akka-docs/rst/additional/books.rst
2014-08-29 12:53:36 +02:00
Stanislav Savulchik
441c49fe03 =doc Improve formatting in faq.rst 2014-08-22 22:32:01 +07:00
Stevo Slavić
53aa2f7457 Update books
Updated release date for "Akka Concurrency" and "Akka in Action" release date estimate, and added references to two books, "Effective Akka" and "Developing an Akka Edge".
2014-07-09 14:05:59 +02:00
Marcin Kubala
f4793a399f =act,clu,con,doc,per,rem,sam #15114 append missing parens at Actor.sender() invocations 2014-06-20 23:05:51 +02:00
dario.rexin
2cbad298d6 =all #3858 Make case classes final 2014-03-07 13:20:01 +01:00
Patrik Nordwall
a1196f21ad =sam #3887 Public domain license for activator templates 2014-02-21 12:31:00 +01:00
Patrik Nordwall
aad21fe69e Merge pull request #2000 from akka/wip-3685-faq-patriknw
=doc #3685 Add FAQ to documentation
2014-02-13 12:35:52 +01:00
Patrik Nordwall
3a683bb9b4 =doc #3685 Add FAQ to documentation
* The links at http://akka.io will changed to point at this faq
* Some rewording of guarantees/reliability
2014-02-13 12:35:11 +01:00
Patrik Nordwall
947b49c5b7 Merge pull request #1993 from akka/wip-2922-event-bus-sample-patriknw
!act,doc #2922 Doc event bus and fix Java API
2014-02-13 12:24:24 +01:00
Patrik Nordwall
a247365b57 !act,doc #2922 Doc event bus and fix Java API 2014-02-13 12:23:51 +01:00
Patrik Nordwall
b70e2ab0f3 =doc #3734 Clarify that remoting cannot be used for client-server
* Most of the text was written by Endre earlier
2014-02-13 11:57:30 +01:00
Björn Antonsson
e98dd13cd6 !osg, pro Updated OSGi dependencies and using a BundleDelegatingClassLoader
* Numerous version upgrades to dependencies
* Publish integration test maven dependencies automatically
* Use slf4j logging, with standard OPS4j Pax Logging
* Maven and sbt use different target directories
* Add a custom serializer to the integration test
* Add akka-persistence to the integration test
* Removing reference copying and using a BundleDelegatingClassLoader
* Make akka-actor a proper bundle, and remove duplicate classes and
  reference.conf files from akka-osgi
* Remove akka-osgi-aries

This is a hackathon team effort by:
* Björn Antonsson
* Endre Sándor Varga
* Roland Kuhn
* Patrik Nordwall
2014-02-02 16:21:44 +01:00
Patrik Nordwall
5a019c0a7a =doc #3689 Don't rewrite arrows in doc and samples 2013-12-12 16:08:23 +01:00
Patrik Nordwall
d0e5f3cbe9 =doc Add dependency and sample to osgi docs 2013-11-14 14:26:18 +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
Patrik Nordwall
b7c56f3804 Links to akka books, see #2713
(cherry picked from commit cb2e682ed8619aa1cf0960b2e0a283f4d994ec77)
2013-02-21 19:03:28 +01: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