Johan Andrén
ddcfb5e4d0
Merge pull request #19854 from johanandren/typesafe-lightbend-name-change-johanandren
...
Update copyrights and links to the new company name #19851
2016-02-23 16:37:33 +01:00
Konrad Malawski
a07b9ca7aa
Merge pull request #19829 from MQ-EL/master
...
=doc #19551 Supplement java8-lambda docs of persistence stash
2016-02-23 13:22:43 +01:00
Johan Andrén
62e30b3c08
Update copyrights and links to the new company name #19851
2016-02-23 12:58:39 +01:00
qian miao
81c1bcd55e
=doc #19551 Supplement java8-lambda docs of persistence stash
2016-02-23 14:43:04 +08:00
James Roper
e0edf26a21
Remove duplicate overridden is streams customization
2016-02-22 10:00:26 +11:00
Endre Sándor Varga
4ba4c27b0f
splitting up TLS APIs
2016-02-16 21:49:35 +01:00
Konrad Malawski
650e94ba30
Merge pull request #19802 from ktoso/wip-framing-made-proper-ktoso
...
!str split Framing into javadsl and scaladsl
2016-02-16 20:53:34 +01:00
Konrad Malawski
c24cac2b04
+doc add missing migration parts to java documentation
2016-02-16 19:57:03 +01:00
Konrad Malawski
c25e0abab6
!str split Framing into javadsl and scaladsl
2016-02-16 18:53:49 +01:00
Roland Kuhn
125c996fae
add new Streams Quick Start
...
also move IOResult to akka.stream package
2016-02-16 18:14:32 +01:00
Konrad Malawski
3c94805666
Merge pull request #19788 from ktoso/wip-connect-to-ktoso
...
-htp #19577 replace overloads of bind with HttpConnect
2016-02-16 15:07:09 +01:00
Roland Kuhn
2f9cc7d04f
Merge pull request #19626 from MQ-EL/master
...
=per #19551 support stash overflow strategy
2016-02-16 13:50:40 +01:00
Konrad Malawski
ef827e6ef1
-htp #19577 replace overloads of bind with HttpConnect
2016-02-16 13:01:05 +01:00
Roland Kuhn
f820d90061
document that GraphStage is a blueprint, fixes #19471
2016-02-16 11:50:56 +01:00
Roland Kuhn
0b77b0f853
add section about Java 8 APIs #19655
...
This is not a complete documentation rewrite to put CompletionStage in
everywhere, that is some that is impossible to slot in right now.
fixes #19655
2016-02-16 11:42:48 +01:00
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
qian miao
952d768693
=per #19551 support stash overflow strategy
2016-02-15 15:27:15 +08: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