Daniel Wegener
c6b51ea555
Doc: Simplyfies decider in FlowErrorDocSpec.scala
...
Or is there any reason to do an explicit match?
2015-03-06 12:15:20 +01:00
Patrik Nordwall
53e3dcad06
Merge pull request #17006 from akka/wip-16982-resume-more-than-once-patriknw
...
=str #16982 Fix supervision bug when more than one resume/restart
2015-03-05 18:00:53 +01:00
Patrik Nordwall
ff2c7425bc
Merge pull request #16996 from akka/wip-16751-rs-rc3-patriknw
...
=str #16751 Update to reactive-streams 1.0-RC3
2015-03-05 17:59:34 +01:00
Patrik Nordwall
23c533fdd5
=str #16751 Update to reactive-streams 1.0-RC3
...
Changed rules:
* 1.9 Always onSubscribe prior to any other signals
* 1.9 NullPointerException if subscriber is null
* 3.17 Long overflow, effectively unbounded instead of onError
Fixed some more things:
* fixed some FIXME
* Long drop and take
* memory leaks in tck tests, use BeforeClass to create ActorSystem
use AfterClass to shutdown ActorSystem
* more tck tests
* don't emit OnComplete when substream is cancelled
* work around for memory leak in PrefixAndTail
2015-03-05 17:58:24 +01:00
Patrik Nordwall
ac2a890898
=str correct InterpreterSupervisionSpec
2015-03-05 15:16:37 +01:00
Patrik Nordwall
75087a19f2
=str #16982 Fix supervision bug when more than one resume/restart
2015-03-05 14:45:34 +01:00
Björn Antonsson
e3e01d2c9b
Merge pull request #16976 from spray/wip-16934-mathias
...
HTTP: s/ActorFlowMaterializer/FlowMaterializer/ where possible
2015-03-04 15:46:19 +01:00
Mathias
ef208bfa8b
=htp #16934 s/ActorFlowMaterializer/FlowMaterializer where possible, smaller cleanups
2015-03-02 13:52:09 +01:00
Mathias
abea2c88ef
=htc #16934 s/ActorFlowMaterializer/FlowMaterializer where possible, smaller cleanups
2015-03-02 13:52:09 +01:00
Mathias
ef34319987
=htc,htp Small fix in scaladoc, add FIXME reminder
2015-03-02 13:52:06 +01:00
Roland Kuhn
91a0dbe036
Graph#Shape needs uncheckedVariance in 2.11
2015-02-27 20:32:15 +01:00
Roland Kuhn
fd621ebc36
fix source link in Java stream docs
2015-02-27 17:11:38 +01:00
Roland Kuhn
37baa7b3b3
Merge pull request #16960 from drewhk/wip-16959-mapasync-ignores-cancel-drewhk
...
=str #16959 : MapAsync and MapAsyncUnordered should not ignore cancel
2015-02-27 16:07:23 +01:00
drewhk
d56ea400a0
Merge pull request #16961 from drewhk/wip-java-materialized-values-section-drewhk
...
+doc: Added materialized value handling section for Java
2015-02-27 15:56:38 +01:00
Endre Sándor Varga
38df267555
=str #16959 : MapAsync and MapAsyncUnordered should not ignore cancel
...
added TCK verification as well
2015-02-27 15:36:17 +01:00
Endre Sándor Varga
75a67b13ca
+doc: Added materialized value handling section for Java
2015-02-27 15:23:41 +01:00
Roland Kuhn
70c6c1a246
Merge pull request #16949 from spray/wip-16835-mathias
...
Refactor akka.http.server.RejectionHandler
2015-02-27 14:11:52 +01:00
Roland Kuhn
fbe80f2b1f
Merge pull request #16919 from spray/wip-16814-mathias
...
=htp #16814 Fix ClassCastException in `PathMatchers.NumberMatcher`
2015-02-27 14:10:33 +01:00
Roland Kuhn
f8acd85841
Merge pull request #16918 from spray/wip-16833-mathias
...
!htp #16833 Add minimum number of iterations to `PathMatcher::repeat` modifier
2015-02-27 14:10:08 +01:00
Roland Kuhn
176ac8be83
mention BoxedUnit in the Java QuickStart
2015-02-27 14:05:14 +01:00
Roland Kuhn
f1e9c2629c
Merge pull request #16958 from drewhk/wip-fix-stream-customize-docs
...
+doc: Fix stream-customize docs
2015-02-27 13:52:09 +01:00
Roland Kuhn
8eb6c44c1d
Merge pull request #16955 from rkuhn/wip-http-java-doc-fixes
...
Wip http java doc fixes
2015-02-27 13:50:40 +01:00
Endre Sándor Varga
ba12fbfab9
+doc: Fix stream-customize docs
2015-02-27 13:16:23 +01:00
Roland Kuhn
46a13f9f2b
rework java/stream-graph.rst
2015-02-27 13:11:23 +01:00
Roland Kuhn
0c33e64340
Merge pull request #2 from drewhk/wip-java-flexistuff-docs-drewhk
...
fixed java flexistuff doc specs (?)
2015-02-27 12:19:08 +01:00
Roland Kuhn
6416dc2f25
tests compile apart from flexi things
2015-02-27 12:10:10 +01:00
Mathias
63c622d6c7
!htp #16833 Add minimum number of iterations to PathMatcher::repeat modifier
...
Note: this breaks existing code using `Segments(n)` or `xxx.repeat(n)` because the semantics of these
calls change with this commit.
2015-02-27 09:57:44 +01:00
Mathias
7510ec80a4
!htp Refactor ExceptionHandler infrastructure for symmetry with RejectionHandler
2015-02-27 09:49:15 +01:00
Mathias
9c3124f344
!htp #16835 Refactor RejectionHandler infrastructure for cleanliness and independence from rejection ordering
2015-02-27 09:49:10 +01:00
Roland Kuhn
703fb7891b
add Java graph DSL
2015-02-26 23:41:35 +01:00
Roland Kuhn
e870c7cbd2
many compile fixes and FlowMaterializer
...
The DSLs MUST NOT rely upon ActorFlowMaterializer, otherwise we cannot
add other materializers later.
2015-02-26 22:42:34 +01:00
Roland Kuhn
a4f4cb298a
increase timeouts in SourceSpec
2015-02-26 17:57:14 +01:00
Roland Kuhn
23942c92d4
Merge pull request #16892 from spray/wip-16822-mathias
...
+hco #16822 add model for `Referer` header
2015-02-26 17:27:25 +01:00
Roland Kuhn
0abde4b428
Merge pull request #16950 from akka/wip-graph-doc-fixes
...
update graph docs up to Reusable Components
2015-02-26 17:23:12 +01:00
Roland Kuhn
1563e0189b
update graph docs
2015-02-26 17:22:53 +01:00
Roland Kuhn
364774cd6c
Merge pull request #16945 from akka/wip-stream-design-docs-1
...
overhaul stream-design-rst after recent changes
2015-02-26 17:16:55 +01:00
drewhk
81fb5c14cb
Merge pull request #16941 from drewhk/wip-update-quickstart-basics-to-m4-drewhk
...
Updating documentation basic sections to M4 API
2015-02-26 15:58:36 +01:00
Endre Sándor Varga
41f6a0bf26
+doc: Updating basics, quickstart and some of graph docs
2015-02-26 15:57:52 +01:00
Roland Kuhn
3bb3316b83
Merge pull request #16944 from akka/wip-fix-flakywrong-tests
...
fix two wrong/flaky tests
2015-02-26 14:52:40 +01:00
Roland Kuhn
743cd98bf4
fix two wrong/flaky tests
...
- ordering is not preserved by shufflers in GraphOpsIntegrationSpec
- larger tolerance is needed in GraphBalanceSpec since balancing does
not keep track of previous imbalances
- also add Source.repeat(elem)
2015-02-26 14:22:26 +01:00
Roland Kuhn
1b90aae878
overhaul stream-design-rst after recent changes
2015-02-26 14:16:05 +01:00
Roland Kuhn
e4f6649ba6
Merge pull request #16943 from akka/wip-overall-review-fixes-∂π
...
fix a good swath of FIXMEs
2015-02-26 12:48:30 +01:00
Roland Kuhn
38e7b3db7d
Merge pull request #16917 from akka/wip-stream-supervision-∂π
...
small fixes to stream supervision
2015-02-26 12:44:46 +01:00
Roland Kuhn
2959159e78
small fixes to stream supervision
2015-02-26 12:09:40 +01:00
Roland Kuhn
aeb31d2a1f
fix a good swath of FIXMEs
2015-02-26 12:07:02 +01:00
drewhk
ac9c61a3a5
Merge pull request #16930 from drewhk/wip-graph-checkpoint-3
...
!str: #16902 : Unified stream internals
2015-02-26 10:46:58 +01:00
Endre Sándor Varga
8d77fa8b29
!str #16902 : Unify stream internal representation
...
also =str #16912 : Fix StreamTcpSpec flakiness
2015-02-26 10:06:56 +01:00
Mathias
fed7cc75f4
=htc Rework tests sensitive to defined header model (class names and count), introduce HttpHeaderParserTestBed
2015-02-24 15:45:39 +01:00
Mathias
f869d6ccbc
=htp #16814 Fix ClassCastException in PathMatchers.NumberMatcher
...
Direct port of 43bb625bbd
2015-02-23 12:47:27 +01:00
Patrik Nordwall
cac9c9f2fb
Merge pull request #16772 from akka/wip-15750-supervision-patriknw
...
+str #15750 Add stream supervision
2015-02-20 16:10:22 +01:00