Konrad Malawski
b3b0dce9ad
Merge pull request #19528 from ataraxer/wip-http-response-cancellation
...
Http: HttpEntity stream cancellation
2016-02-10 10:41:27 +01:00
Konrad Malawski
645028fa8c
Merge pull request #19715 from ktoso/wip-done-marshalling
...
+htc #19708 provides default marshaller for akka.Done (200, empty text…
2016-02-10 10:11:16 +01:00
Konrad Malawski
4029669e1f
=doc hide auto downing from default sample config in cluster
2016-02-09 20:24:04 +01:00
Anton Karamanov
af3fc0c9a6
!htp #19528 HttpServerBluePrint: close connection on request entity cancellation
2016-02-09 20:06:31 +03:00
Konrad Malawski
3d718cf1f1
+htc #19708 provides default marshaller for akka.Done (200, empty text response)
2016-02-08 16:07:35 +01:00
drewhk
602081c2e7
Merge pull request #19641 from akka/wip-19547-make-stages-overview-complete-johanandren
...
=doc #19547 Better overview of stages
2016-02-08 13:11:33 +01:00
Johan Andrén
1822108175
Merge pull request #19543 from akka/wip-19315-document-websocket-client-johanandren
...
=doc #19315 websocket client docs
2016-02-08 10:16:08 +01:00
Johan Andrén
0b3ad39217
Java and Scala overview separated. delay and initialDelay added
2016-02-05 16:42:50 +01:00
Johan Andrén
2c462387af
=doc #19315 docs for websocket client
2016-02-04 16:12:41 +01:00
Endre Sándor Varga
3081e2895b
19455 Simplify conflate signature for the common case
2016-02-04 16:06:23 +01:00
Johan Andrén
4b3a06ef1a
Merge pull request #19598 from raboof/patch-3
...
=doc fix comment for safe-shutdown-example-bad
2016-01-29 16:04:52 +01:00
Johan Andrén
1dfbc2dffe
=doc #16262 temporary disable failing udp multicast doc test
2016-01-27 13:17:21 +01:00
Johan Andrén
61b375cec8
!htt #19514 Update RouterSettings to be non case class
2016-01-25 17:09:03 +01:00
Konrad Malawski
379a3a85b4
!htc #19514 add withXYZ methods to all configs
2016-01-25 15:30:59 +01:00
Konrad Malawski
9b4b68f0c9
!htc #19514,#18958 make config in HTTP non-case class + from reference
2016-01-25 15:30:59 +01:00
Johan Andrén
2874a93665
Merge pull request #19604 from akka/wip-19441-convert-from-Option-to-Optional-in-javadsl-johanandren
...
!str #19441 convert from Option to Optional in javadsl
2016-01-25 14:12:31 +01:00
Martynas Mickevičius
a8abbaf36b
wip #19441 convert from Option to Optional in javadsl
2016-01-25 11:02:54 +01:00
Prayag Verma
b7783968a0
=pro #19068 All copyrights ranges and single years updated to a range ending in 2016
2016-01-25 10:20:30 +01:00
Roland Kuhn
6ba20ac673
Merge pull request #19578 from akka/wip-19440-completionStage-RK
...
#19440 replace Scala Future usage with CompletionStage in javadsl
2016-01-24 22:14:18 +01:00
Arnout Engelen
c9226c7d0a
=doc fix comment for safe-shutdown-example-bad
...
The `PoisonPill` of course isn't stashed - probably a copy-paste-leftover from the 'good' example.
2016-01-24 13:49:15 +01:00
Roland Kuhn
4c72495581
#19440 replace Scala Future usage with CompletionStage in javadsl
...
This entails:
* adding akka.pattern.PatternCS.* to enable ask etc. with
CompletionStage
* changing RequestContext to offer an ExecutionContextExecutor for the
CompletionStage.*Async combinators
* splitting up akka.stream.Queue for JavaDSL consistency
2016-01-23 18:00:11 +01:00
drewhk
196fb58bab
Merge pull request #19580 from drewhk/wip-fix-modularity-doc-drewhk
...
Fixed some old API references
2016-01-22 15:25:55 +01:00
drewhk
31bd20237b
Merge pull request #19576 from 2m/wip-deprecate-stage-2m
...
#19553 deprecate stage infra
2016-01-22 15:25:32 +01:00
Endre Sándor Varga
c11fdc2bbd
Fixed some old API references
2016-01-22 14:30:50 +01:00
Konrad Malawski
396f4370e9
Merge pull request #19539 from ktoso/ktoso-wip-https-config-change-ktoso
...
!htc,str #19275 towards ssl-configurable server, change APIs
2016-01-22 12:56:33 +01:00
Martynas Mickevičius
4d072f08e4
#19553 deprecate stage infra
2016-01-22 13:05:04 +02:00
Endre Sándor Varga
e55efd819c
#19333 Added missing section in migration guide
2016-01-22 11:41:05 +01:00
Konrad Malawski
1b47fbeac7
!htc,doc,htp #19508 fix casing of WebSocket (as per spec)
2016-01-22 11:12:22 +01:00
Alexander Golubev
a2ab7f29e1
+str #19020 reduce combinator
2016-01-21 22:16:37 -05:00
Martynas Mickevičius
f2553eb3b6
#19446 #18869 Add IOResult
...
which is used as a materialized value for Sources/Sinks that work with IO.
2016-01-21 18:06:42 +02:00
Roland Kuhn
53ad1085ec
Merge pull request #19548 from akka/wip-19522-asPublisher-enum-RK
...
#19522 make javadsl.Sink.asPublisher nicer
2016-01-21 16:57:34 +01:00
Roland Kuhn
9427052fd0
#19522 make javadsl.Sink.asPublisher nicer
2016-01-21 16:57:21 +01:00
Johan Andrén
7f52f54cd8
Merge pull request #19557 from akka/wip-18989-make-akka-with-docker-googlable-johanandren
...
=doc #18989 Make docs more googlable with regards to docker containers
2016-01-21 16:55:58 +01:00
drewhk
b2ce5da625
Merge pull request #19558 from drewhk/wip-19333-remove-implicitmaterializer-drewhk
...
#19333 : Remove ImplicitMaterializer
2016-01-21 14:59:05 +01:00
Endre Sándor Varga
ba2373a8e4
#19333 : Remove ImplicitMaterializer
2016-01-21 12:56:58 +01:00
Johan Andrén
4f14200578
=doc #18989 Make docs more googlable with regards to docker containers
2016-01-21 12:13:56 +01:00
Roland Kuhn
3140e72265
#19046 replace system.{shutdown => terminate}
2016-01-20 11:50:43 +01:00
Roland Kuhn
063e289718
add migration guides for Scala and Java
...
also fix missing includes and wrong file locations
2016-01-20 10:27:00 +01:00
Roland Kuhn
7463c50fc9
#19444 simplify signature of FlowOps.expand
...
Any previous usage can be represented in this fashion while typically
saving one function allocation and also saving the function literal’s
syntax overhead (for the seed). Plus a new feature: the provided
iterator does not have to be infinite, limiting how far expand is
allowed to go.
2016-01-20 09:27:45 +01:00
Endre Sándor Varga
60497f6561
also fix FlowInterleaveSpec
...
Also-by: Johan Andrén <johan@markatta.com>
Also-by: Roland Kuhn <rk@rkuhn.info>
Also-by: Martynas Mickevičius <mmartynas@gmail.com>
2016-01-20 10:01:58 +02:00
Wojciech Jurczyk
5a7a48824e
=doc Move formField directives' docs to a correct directory
2016-01-19 23:38:35 +01:00
Roland Kuhn
0db2c303ce
Merge pull request #19465 from wjur/wjur/form_fields_master
...
[WIP] #16651 Add formFieldMap, formFieldMultiMap & formFieldSeq Directives
2016-01-19 14:43:50 +01:00
Tim Harper
8d94ef3294
=doc expound on SubFlow motivation / upgrade procedure
...
Incorporate Roland's comments from
https://groups.google.com/d/msg/akka-user/_blLOcIHxJ4/i1DOoylmEgAJ
2016-01-18 01:26:21 -07:00
Konrad Malawski
6f89251810
Merge pull request #19484 from bwmcadams/master
...
Corrected several misspellings of the word "losing".
2016-01-16 12:39:28 +01:00
Brendan McAdams
269a3b3647
Corrected several misspellings of the word "losing".
2016-01-15 20:20:15 -08:00
Sören Brunk
a39078d450
Fix a few typos in akka-stream docs
2016-01-15 17:45:09 +01:00
Wojciech Jurczyk
edf0d6cb21
+htp: #16651 Add formFieldMap, formFieldMultiMap & formFieldSeq Directives
2016-01-14 23:16:00 +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
c015f22824
!peq #19324 update persistence-query to stream 2.0.1
2016-01-11 18:27:35 +01:00