Commit graph

20524 commits

Author SHA1 Message Date
David Knapp
d7fe98e1c4 #20123 Added recoverWithRetries which adds a parameter to limit the (#20137)
number of attempts. Existing recoverWith method behavior remains unchanged.
2016-04-20 15:24:12 +02:00
Leonid Bakaleynik
e0af113f17 =per #19688 [2.4.1][PersistentFSM] getting StateTimeout for state wit… (#20266)
* =per #19688 [2.4.1][PersistentFSM] getting StateTimeout for state without timeout after restart

* Added deprecation warning
2016-04-20 15:22:18 +02:00
Konrad Malawski
3d9065309c =doc #20354 fix version for docs search (#20369) 2016-04-20 11:29:17 +02:00
Rémy-Christophe Schermesser
da43a69613 +doc New UI for the autocomplete (#20364) 2016-04-20 11:09:28 +02:00
Johan Andrén
95ea910cca Merge pull request #20356 from danxmoran/danxmoran-20288-bodypartparser-to-gs
Migrate BodyPartParser to GraphStage #20288.
2016-04-20 10:09:29 +02:00
Patrik Nordwall
4eb76df3b7 improve Aeron source and sink
* use FragmentAssembler for large messages
* no need for aeron factory
* some logging/listeners of aeron events and exceptions
2016-04-20 08:01:22 +02:00
Daniel Moran
c8352c04c4 Migrate BodyPartParser to GraphStage #20288. 2016-04-19 19:04:31 -07:00
Johan Andrén
9af39f97ba Merge pull request #20333 from johanandren/wip-20332-auto-load-library-extensions-johanandren
act #20332 Functionality to automatically load library extensions
2016-04-19 15:16:55 +02:00
Samuel Tardieu
34d51dcd00 Clarify explanation of Source.actorRef termination in embedded doc
Make it clear that a Success instance (whose payload will be ignored)
must be sent to complete the source, and not the Success companion
object itself.

Use "a" before instances, and remove "a" before PoisonPill object.

The Java documentation has been aligned to the Scala documentation.
2016-04-19 13:13:23 +02:00
Samuel Tardieu
bead910cc5 =doc Fix path to "akka.http.host-connection-pool" (#20363)
The "host-connection-pool" section is not under "client".
2016-04-19 12:52:16 +02:00
Patrik Nordwall
5e9b818141 Merge pull request #20348 from danxmoran/danxmoran-pushstage-to-gs
Migrate PushStages in LifecycleInterpreterSpec to GraphStages #19834.
2016-04-19 11:01:43 +02:00
Patrik Nordwall
c1f20cb520 Merge pull request #20351 from zhxiaogg/feature/zhxiaogg_Recover
#20288 convert Recover to GraphStage
2016-04-19 10:56:12 +02:00
Paweł Jurczenko
51124aac1a =doc Fix authorizeAsync reference in authorize docs (#20359) 2016-04-18 20:21:36 +02:00
Johan Andrén
1f4a83e82b Disable diagram verification for akka-http-tests (#20355) 2016-04-18 18:49:07 +02:00
Johan Andrén
c1c31ed46d Merge pull request #20320 from johanandren/wip-addon-hooks-johanandren
API for pluggable cluster downing
2016-04-18 17:37:57 +02:00
Johan Andrén
ade89edbb7 Merge pull request #20352 from johanandren/wip-copyright-year-in-docs-johanandren
Copyright year in docs updated
2016-04-18 16:23:46 +02:00
Johan Andrén
20ab404350 Merge pull request #20297 from hepin1989/rename-flow-graph-things
= rename FlowGraph* to GraphDSL
2016-04-18 15:29:59 +02:00
Johan Andrén
14c08df74a act #20332 Functionality to automatically load library extensions 2016-04-18 15:27:30 +02:00
Johan Andrén
5671927cf1 clu #20309 API for pluggable cluster downing 2016-04-18 15:06:05 +02:00
Johan Andrén
7da58345f9 Copyright year in docs updated 2016-04-18 13:15:04 +02:00
Patrik Nordwall
1c653b588d Merge pull request #20242 from johanandren/wip-19993-failed-flowthrottlespec-johanandren
=str #19993 Less tight limits in one throttle test
2016-04-18 11:41:12 +02:00
jsuchenia
e4127c3af6 Improve documentation and configuration API when using together: sharding and distibuted data (#20215)
* Missing setter for stateStoreMode in ClusterShardingSettings

* Improve Sharding documentation regarding Distributed Data Storage
2016-04-18 11:37:56 +02:00
zhxiaog
7207189d6a convert Recover to GraphStage 2016-04-18 15:23:05 +08:00
Daniel Moran
f9a771497f Migrate PushStages in LifecycleInterpreterSpec to GraphStages #19834.
Includes:

- PreStartAndPostStopIdentity
- PreStartFailer
- PostStopFailer
- PushFinishStage
2016-04-17 20:33:56 -07:00
杨博 (Yang Bo)
6c3c0768f0 Configure external links in ScalaDoc 2016-04-16 21:20:07 +08:00
Johan Andrén
2418e610ab Merge pull request #20334 from ktoso/wip-tls1.2-more-sslconfig-links
+htp,str #20326 more links to ssl-config and update default TLS version
2016-04-15 18:54:22 +02:00
Konrad Malawski
e5cfe5b0ed +htp,str #20326 more links to ssl-config and update default TLS version 2016-04-15 16:04:56 +02:00
drewhk
5ec6fe9c5a Merge pull request #20318 from drewhk/wip-20311-fix-race-in-putifabsent-drewhk
#20311: Fix association race condition and add reproducer
2016-04-15 15:40:53 +02:00
Viktor Klang
455805cda9 Converts the Scan-operation from PushPullStage to GraphStage 2016-04-15 10:51:24 +02:00
Patrik Nordwall
01ce50d336 Merge pull request #20322 from akka/wip-disable-some-pr-validation-patriknw
disable some PR validation, during Artery prototyping
2016-04-15 10:00:10 +02:00
zhxiaog
16ac832b14 migrating Doubler, KeepGoing to GraphStage 2016-04-15 13:01:26 +08:00
hepin1989(虎鸣)
e9670ee91d = rename FlowGraph* to GraphDSL 2016-04-15 00:18:05 +08:00
Patrik Nordwall
777bd1b85c disable some PR validation, during Artery prototyping 2016-04-14 17:07:24 +02:00
Johan Andrén
a1423b6e7d Merge pull request #20305 from akka/wip-scala-2.12.0-M4
adjustments for Scala 2.12.0-M4
2016-04-14 13:15:27 +02:00
Johan Andrén
283c8beb54 Merge pull request #20316 from akka/wip-20005-PersistentActorExample-patriknw
increase delay before shutting down persistence samples, #20005
2016-04-14 13:15:02 +02:00
drewhk
85ed7b171e Merge pull request #20310 from akka/wip-artery-aeron-patriknw
add Aeron to Artery
2016-04-14 13:12:27 +02:00
Endre Sándor Varga
9cd8c267f3 #20311: Fix association race condition and add reproducer 2016-04-14 11:42:28 +02:00
Patrik Nordwall
1a6057eeb5 increase delay before shutting down persistence samples, #20005 2016-04-14 11:37:20 +02:00
Michał Płachta
8376fa8cfd Replace PushStage-based Filter with GraphStage (part of #19834) (#20269) 2016-04-14 11:04:08 +02:00
Patrik Nordwall
49168f6111 remove TcpTransport 2016-04-14 11:01:53 +02:00
Patrik Nordwall
5088142307 add Aeron to Artery 2016-04-14 10:34:36 +02:00
Patrik Nordwall
f5b88f7620 move AeronSource, AeronSink to remote 2016-04-14 10:34:36 +02:00
drewhk
d9188d242c Merge pull request #20304 from drewhk/wip-artery-poc-drewhk
Proof-of-concept for the new Remoting codenamed Artery
2016-04-14 10:32:29 +02:00
Endre Sándor Varga
3fd052b868 Proof-of-concept for the new Remoting codenamed Artery 2016-04-14 10:26:09 +02:00
Johan Andrén
66a0aa280d Merge pull request #20303 from ktoso/wip-one-more-test
=per make sure ReplayFilter works OK if no previous writer ID was seen
2016-04-13 18:40:14 +02:00
Patrik Nordwall
140a5b29f6 adjustments for Scala 2.12.0-M4 2016-04-13 17:33:32 +02:00
Patrik Nordwall
92ec6785b8 Merge pull request #20261 from akka/wip-aeron-poc-patriknw
first prototype of Aeron Source & Sink
2016-04-13 16:07:10 +02:00
Konrad Malawski
4b81d835cd =per make sure ReplayFilter works OK if no previous writer ID was seen 2016-04-13 15:14:22 +02:00
Johan Andrén
55e08682c5 doc,io #16262 UDP multicast tests work on all platforms (#20290) 2016-04-13 13:30:04 +02:00
kerr
f3ac18a362 =act reduce substring call by adding an additional startIndex (#20279) 2016-04-12 14:21:24 +02:00