Commit graph

2191 commits

Author SHA1 Message Date
Konrad Malawski
7b83ff5f4a Merge pull request #16365 from hicolour/fix-16364-doc-persistent-actor-recovery-customization-hicolour
=doc #16364 Persistent actor - clarification of the recovery cust...
2014-11-27 14:45:20 +01:00
Marek Prochera
b43f3639d6 Fix #16364 - Doc - Persistent actor - clarification of the recovery customization 2014-11-25 23:13:16 +01:00
Konrad Malawski
c73603f707 Merge pull request #16366 from kustosz/role-info-in-jmx-api
+clu #15489 expose cluster member roles in JMX getClusterStatus
2014-11-24 12:43:07 +01:00
kustosz
ebe808e50d =doc #15489 document the possibility to see cluster member roles via JMX 2014-11-22 11:58:53 +01:00
Patrik Nordwall
6a7133ea21 !tes #16075 Change default awaitAssert interval to 100 ms 2014-11-21 11:36:37 +01:00
Andrei Pozolotin
d83acb92c3 = akka-*: full name space for loggers - resolve #16138
reflect logger name changes in the migration guide

fix typo in migration guide

fix typo in migration guide (xml)
2014-11-18 09:17:07 -06:00
Martin Eigenbrodt
69387bbc45 !act #16125 Timeout Calls through CircuitBreaker.
CircuitBreaker used to wait idenfinitly for a call and only compare
duration after the facts.
It will now increment its failure count early and throw a TimeoutException or return a Failure[TimeoutException].
2014-11-18 05:36:53 +01:00
kerr
7ddaac3961 =doc #16300 correct remote doc to right package 2014-11-14 01:21:31 +08:00
Patrik Nordwall
c0bd00409b =doc Fix wrong rst format 2014-11-10 17:28:16 +01:00
Konrad Malawski
7e12ad4bce Merge pull request #16240 from BPoserow/fix-fsm-timeout-docs-15542-bposerow
+doc #15542 Change FSM doc rst file to correctly specify None value for ...
2014-11-07 15:44:02 +01:00
Benjamin Poserow
95b737b677 +doc #15542 Change FSM doc rst file to correctly specify None value for infinite timeout rather than Duration.Inf 2014-11-06 22:43:54 -05:00
Balázs Kossovics
324dc0f0c5 =doc #16198 FSM extends Actor, not depends on it
The documentation incorrectly stated that FSM uses self type references
to depend on Actor, but it’s false, FSM directly extends Actor.
2014-11-03 23:43:50 +01:00
Patrik Nordwall
6800c51e56 Merge pull request #16173 from akka/wip-native-packager-patriknw
=doc Describe how to use microKernel with sbt-native-packager
2014-11-03 10:05:46 +01:00
Konrad Malawski
7dfeda0824 Merge pull request #16192 from ktoso/doc-push-over-finish-line-actor-child-testing-ktoso
=doc #13043 Adding section on testing parent-child relationships
2014-11-03 10:01:10 +01:00
Konrad 'ktoso' Malawski
3f12ef262f !clu #15042 useRole restriction on local node is now respected
This is an API breaking change if someone implemented their own Routers.
The change is required because the router must know if the local routees
should be started or not so it has to check the roles of the cluster
member (the local one). We could delay this decision of starting local
routees, but that would allow messages to be dead-letter-ed (bad).
2014-10-31 22:33:23 +01:00
Marcus Ljungblad
dd8c920280 =doc #13043 Adding section on testing parent-child relationships 2014-10-31 15:43:20 +01:00
Max Cai
3ecdf40806 =doc Describe how to use microKernel with sbt-native-packager
(cherry picked from commit 6a79ad1287fb776eac1cac07a8a45dc0b597cede)

Conflicts:
	project/plugins.sbt
2014-10-31 11:30:05 +01:00
Patrik Nordwall
35cf4da860 =doc Link to CONTRIBUTING.md and remove obsolete dev guidelines
(cherry picked from commit 84382f06494e908a2fa5e1ab452ba0fe770ba239)
2014-10-24 12:37:19 +02:00
Martynas Mickevičius
9e915d73bb Merge pull request #16135 from 2m/wip-fix-docs-build-python3
=doc #16134 read file as binary stream, because StreamReader expects binary
2014-10-24 13:00:05 +03:00
Björn Antonsson
549a973975 Merge pull request #16139 from akka/wip-akka-docs-updated-skin-rasummer
=doc New styling and logos for the documentation
2014-10-24 07:35:46 +02:00
rasummer
6b8bd44181 =doc New styling and logos for the documentation
* Updated CSS Styles, new logos (SVG format), New header/nav design. General colors overrides, small but safe HTML changes, new favicon.
* Updated GA snippet with addition domain, added Marketo snippet
* Made fonts consistent, styled note and warning in TS/Akka colors
2014-10-24 06:05:49 +02:00
Martynas Mickevičius
73406184ed =doc #16134 read file as binary stream, because StreamReader expects binary 2014-10-23 18:36:55 +03:00
Martynas Mickevičius
517ed9fe56 Merge pull request #16127 from ktoso/fix-not-closed-quotes-docs-ktoso
=doc fix unclosed quotes in docs
2014-10-23 12:54:54 +03:00
Konrad 'ktoso' Malawski
fa7354b319 =doc fix unclosed quotes in docs 2014-10-23 11:16:50 +02:00
Konrad Malawski
33ad662158 Merge pull request #15939 from jasonqu/patch-1
=doc #15939 update typo in addressing.rst
2014-10-21 12:22:09 +02:00
Goddamned Qu
9d6b8f2cbd =doc #15939 update typo in addressing.rst 2014-10-21 18:14:51 +08:00
Ronak Buch
d6c7ac84d9 =doc fixed spelling mistake in comment 2014-10-17 04:33:38 -05:00
xuwei-k
91e53e1cb5 =doc #16000 fix tck-experimental version 2014-09-30 03:15:22 +09:00
Björn Antonsson
2be7077ae6 Merge pull request #15794 from dlpb/deliver-and-confirmDelivery-documentation-dlpb
=doc #15538 Updating documentation on deliver and confirmDelivery
2014-09-24 11:00:24 +02:00
Dan Brown
1f2092533c =doc #15538 Updating documentation on deliver and confirmDelivery for Scala, Java and Lambda-java 2014-09-24 09:28:23 +01:00
Martynas Mickevičius
0d599ed859 Merge pull request #15610 from 2m/wip-bind-hostname
=rem #15007 add ability to bind to a different address than the remoting...
2014-09-16 09:24:12 +03: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
Konrad Malawski
8e3b73566c Merge pull request #15836 from PiyushMishra/PiyushMishra#15830-there-is-mismatch-between-akka-docs-and-akka-API
#15830 fix the mismatch between akka-docs and akka API
2014-09-15 13:03:36 +02:00
Piyush Mishra
89ac86bdea =doc#15830 fixed the mismatch between akka-docs and akka API 2014-09-14 16:05:35 +05:30
Konrad Malawski
5b9cc9b32c Merge pull request #15831 from ktoso/port-clusterroutergroup-docs-ktoso
=doc #15241 ClusterRouterGroup uses actor selection (for Validation)
2014-09-09 11:34:44 +02:00
Konrad 'ktoso' Malawski
5f25eceb16 =doc #15241 ClusterRouterGroup uses actor selection, remove warning 2014-09-09 09:48:32 +02:00
Martynas Mickevicius
d47a8bd580 =doc #15336 run contrib preprocessing after regular preprocess 2014-09-06 20:37:32 +03:00
Patrik Nordwall
81d02dedff Merge pull request #15771 from akka/wip-13981-balancing-pool-char-patriknw
=act #13981 Encode name of Balancing dispatcher config path
2014-08-29 15:49:26 +02: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
Patrik Nordwall
f6bf141e97 Merge pull request #15727 from savulchik/patch-3
Improve formatting in faq.rst
2014-08-29 12:59:51 +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
Patrik Nordwall
1ffd05db49 =act #13981 Encode name of Balancing dispatcher config path 2014-08-29 12:33:18 +02:00
Viktor Klang
cd8e97c060 +act - 15757 - Reworks implementation of ActorSystem shutdown
* deprecates awaitTermination, shutdown and isTerminated
  * introduces a terminate-method that returns a Future[Unit]
  * introduces a whenTerminated-method that returns a Future[Unit]
  * simplifies the implementation by removing blocking constructs
  * adds tests for terminate() and whenTerminated
2014-08-25 15:49:28 +02:00
Stanislav Savulchik
441c49fe03 =doc Improve formatting in faq.rst 2014-08-22 22:32:01 +07:00
Stanislav Savulchik
c314f99481 =doc Improve formatting in scala actors.rst 2014-08-22 16:51:18 +07:00
Roland Kuhn
296f5a7cab Merge pull request #15503 from akka/wip-15501-add-bounded-nonblocking-mpmc-mailbox-√
+act - #15501 - Adding support for a Non-blocking, bounded, MPMC mailbox...
2014-08-20 16:05:57 +02:00
Roland Kuhn
2efc846ea5 Merge pull request #15697 from fwbrasil/fix-typo
fix typo 'inctance'
2014-08-20 11:34:37 +02:00
Roland Kuhn
3d0cf9d602 Merge remote-tracking branch 'pr/15597' 2014-08-20 11:26:01 +02:00
Flavio W. Brasil
e3dd4de44e fix typo 'inctance' 2014-08-20 10:26:23 +02:00
Roland Kuhn
6de1043516 Merge pull request #15676 from benmccann/https-repos
Security: use https to fetch repo artifacts in examples
2014-08-19 16:41:13 +02:00