Commit graph

631 commits

Author SHA1 Message Date
Roland Kuhn
a25a0f0aa8 document that StreamConverters close their streams #19773
fixes #19773
2016-02-16 11:10:54 +01:00
Johan Andrén
737991c01c Documentation improvements
* Re enabling Java tests in akka-docs (they were not run before)
* Fixed bug #19764
* #19735 Rewrote every sample using the deprecated PushPullStage and friends
  using GraphStage
* Pruned old unused graph images
* Added missing graffle file for new graph images
2016-02-15 19:33:05 +01:00
Roland Kuhn
d1b35e441e add statefulMapConcat to overview and fix links 2016-02-15 16:51:58 +01:00
drewhk
ebb915ae4d Merge pull request #19750 from lolski/lolski-issue-19293-rebased
=str #19293 fix issues in Sink.seq + minor doc fixes + use Sink.seq
2016-02-12 11:36:56 +01:00
Roland Kuhn
d42b84327c Merge pull request #19754 from akka/wip-19732-async-RK
nicer declarative .async boundaries and remove Module.nest()
2016-02-12 10:46:32 +01:00
lolski
21381d5710 =str #19293 fix issues in Sink.seq + minor doc fixes + use Sink.seq and limit in tests where appropriate
* Sink.seq (Scala DSL) now returns immutable.Seq rather than Seq
* Sink.seq will not silently truncate when incoming elements is > Int.MAX_VALUE
* minor doc fixes
* replacing various grouped(n) / Sink.head with limit(n) / Sink.seq in various tests
* fix inconsistent indentation in RequestParserSpec
2016-02-12 01:36:21 +08:00
Johan Andrén
4e49d75ad8 !str #19732 Concise and consistent way to mark async boundaries 2016-02-11 18:20:23 +01:00
Alexander Golubev
5a8f4135b7 +str #18045 add recoverWith(Source) 2016-02-11 10:36:40 -05:00
Roland Kuhn
4f237c8eff Merge pull request #19736 from akka/wip-there-is-no-try-√
=str - removing superfluous try-catch in stream-customize.rst
2016-02-11 15:49:05 +01:00
Viktor Klang
fa80357e9b =str - removing superfluous try-catch in stream-customize.rst 2016-02-10 21:43:16 +01:00
Roland Kuhn
cf81bdcc34 Merge pull request #19700 from akka/wip-19694-journal-protocol-RK
prohibit concurrent write request from same persistenceId #19694
2016-02-10 12:47:43 +01:00
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
Roland Kuhn
6f06e60480 prohibit concurrent write request from same persistenceId #19694
- also use scalactic.ConversionCheckedTripleEquals
- also remove usage of the setting `max-message-batch-size`
2016-02-10 09:24:06 +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
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
61b375cec8 !htt #19514 Update RouterSettings to be non case class 2016-01-25 17:09:03 +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
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
Martynas Mickevičius
4d072f08e4 #19553 deprecate stage infra 2016-01-22 13:05:04 +02:00
Konrad Malawski
67ebaba045 !htc,str #19275 fix various scala/java interop problems in DSL 2016-01-22 11:12:22 +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
4f14200578 =doc #18989 Make docs more googlable with regards to docker containers 2016-01-21 12:13:56 +01:00
Roland Kuhn
e5baba2b29 squash some warnings 2016-01-20 11:54:24 +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
Konrad Malawski
1caf4b2502 Merge pull request #19476 from drewhk/wip-19441-java-optional-in-javadsl-drewhk
Wip 19441 java optional in javadsl drewhk
2016-01-18 13:54:27 +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
Endre Sándor Varga
57c1dfde8a 19441: Use Optional instead of Option in http core javadsl 2016-01-15 16:20:46 +01:00
Endre Sándor Varga
7a39063f2e #19441: Use Optional instead of Option in javadsl 2016-01-15 14:38:05 +01:00
Konrad Malawski
f46f9edb17 =doc fix github link as in #19434 2016-01-14 13:13:02 +01:00