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
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
Patrik Nordwall
693dcbefcc
+str #15750 Prototype of stream supervision
...
* add supervion for stages and built in ops run by interpreter
* add supervision for mapAsync and mapAsyncUnordered
* add supervision to groupBy and splitWhen
* reference doc for scala and java
2015-02-20 15:44:01 +01:00
Mathias
d6bc3ec4c5
+hco #16822 add model for Referer header
2015-02-20 15:08:25 +01:00
Patrik Nordwall
3b46966240
Merge pull request #16901 from akka/wip-java8home-osx-patriknw
...
=pro Fix java8Home on mac osx
2015-02-19 10:50:29 +01:00
Roland Kuhn
552e94d07a
Merge pull request #16598 from 2beaucoup/wip-16593-negotiate-encoding
...
!htp #16593 negotiate content encoding
2015-02-18 15:38:55 +01:00
2beaucoup
ada5922440
!htp #16593 negotiate content encoding
2015-02-18 09:28:15 +01:00
2beaucoup
cf8e59785a
=htp make coding specs more robust
...
On my machine I got:
GzipSpec: "invalid code lengths set" instead of "incomplete dynamic bit length tree"
DeflateSpec: "unknown compression method" instead of "incorrect header check"
2015-02-17 17:10:37 +01:00
2beaucoup
76cf157912
+htp improve naming consistency + cleanup
2015-02-17 17:10:36 +01:00
Konrad Malawski
bffdb998b6
Merge pull request #16868 from spray/w/16865-fix-http-client
...
=hco #16865 response parser needs to continue with startNewMessage if method is still missing
2015-02-17 11:04:27 +01:00
Patrik Nordwall
88b6e0feb9
Merge pull request #16775 from ktoso/add-doc-samples-java8-to-validation
...
=pro PR validating java8 samples of akka streams (using mvn)
2015-02-13 15:40:34 +01:00
Johannes Rudolph
691a520c16
=hco #16865 response parser needs to continue with startNewMessage if method is still missing
2015-02-12 16:29:19 +01:00
Konrad Malawski
35117748f6
Merge pull request #16786 from ktoso/docs-fixup-NPE
...
=str #16683 fixes NPE in stateful stage example
2015-02-06 13:07:13 +01:00
Konrad Malawski
a5e57736c8
=str #16683 fixes NPE in stateful stage example
2015-02-06 13:06:46 +01:00
drewhk
9d13f712d2
Merge pull request #16728 from drewhk/wip-16553-fix-tcp-stream-close-scenarios-drewhk
...
=str #16553 : Fix TCP stream shutdown scenarios
2015-02-06 13:04:45 +01:00
Konrad Malawski
8c54bad00a
Merge pull request #16776 from ktoso/doc-stream-integrations-java-ktoso
...
=str java documentation for integrating streams
2015-02-06 12:31:55 +01:00