Commit graph

407 commits

Author SHA1 Message Date
Konrad Malawski
f83bb19496 Merge pull request #19247 from 2beaucoup/handle-rejection-sample
=doc add custom ValidationRejection handling to samples
2015-12-21 16:29:59 +01:00
2beaucoup
565b480b2e =doc add custom ValidationRejection handling to samples 2015-12-21 15:34:35 +01:00
Konrad Malawski
59a079d1f2 Merge pull request #19219 from ktoso/wip-sslconfig-ktoso
Apply ssl-config and include hostname validation
2015-12-21 14:41:40 +01:00
Roland Kuhn
4f5bba04a9 add fusing to migration guide 2015-12-21 14:26:44 +01:00
Konrad Malawski
d71c55174c =doc explain hostname verification, recommend upgrading 2015-12-21 13:51:39 +01:00
Roland Kuhn
79f7fabed7 Merge pull request #19242 from akka/wip-19222-stream-deadletters-RK
#19222 describe why stream elements may be dropped silently
2015-12-21 13:44:04 +01:00
Roland Kuhn
7132e8130c Merge remote-tracking branch 'pr/19106' into release-2.3-dev 2015-12-20 21:14:54 +01:00
Roland Kuhn
6eb8b0e906 #19222 describe why stream elements may be dropped silently 2015-12-20 11:54:47 +01:00
Roland Kuhn
b0b03176ae #19238 add detach operator and fix Detach stage 2015-12-20 11:25:53 +01:00
Iain Monro
52655f2836 +str #19069 Add FlowOp.prepend for prepending Sources to Flows 2015-12-20 09:55:45 +01:00
Johan Andrén
9961495fad +str #19032 Docs for graph stage and Java API
Including fix for #19205
2015-12-18 22:29:06 +01:00
Roland Kuhn
dcfa56e547 Merge remote-tracking branch 'pr/19097' into release-2.3-dev 2015-12-18 12:22:02 +01:00
Mathias
902bcbaa10 !htc restructure HttpEntity model on the Java side for consistency in modelling approach 2015-12-17 23:02:07 +01:00
Johan Andrén
09a79f45e4 !str #19129 New homes for file and java.io stream factories 2015-12-17 14:41:02 +01:00
Martynas Mickevičius
e6e476d82a =str #19128 #19127 rename Source/Sink factory apply overloads 2015-12-17 11:48:30 +02:00
Konrad Malawski
d7b45e0fc3 Merge pull request #19187 from 2beaucoup/generic-csv-form-fields
!htp #19185 generic CSV form field unmarshallers
2015-12-16 16:08:40 +01:00
2beaucoup
4e86bf0cd6 !htp #19185 generic CSV form field unmarshallers 2015-12-16 13:52:06 +01:00
Endre Sándor Varga
b478d70964 !str #19137: Rename inlet and outlet to in and out on Flow/Source/SinkShape 2015-12-15 16:49:52 +01:00
Konrad Malawski
000630c036 Merge pull request #19158 from ktoso/wip-more-docs-on-entitylimit-ktoso
=htc,doc more docs on EntityStreamSizeException
2015-12-14 12:05:10 +00:00
Roland Kuhn
ac83b1965c #18962 MergeSorted and read() completion handling 2015-12-14 12:21:30 +01:00
Roland Kuhn
0f74a0e02b Merge pull request #19118 from Softwire/wip-18567-unmarshallers-for-csv-number-sequences
!htp #18567 Added unmarshallers for CSV integer sequences
2015-12-13 17:48:27 +01:00
Konrad Malawski
9d5fcabbd6 =htc,doc more docs on EntityStreamSizeException 2015-12-13 16:27:07 +00:00
Viktor Klang
33a9257a3b =str&http - 19142 - Renames all occurrences of mat with materializer
(When referring to a Materializer)
2015-12-11 14:45:24 +01:00
Roland Kuhn
1500d1f36d !str #19005 make groupBy et al return a SubFlow
A SubFlow (or SubSource) is not a Graph, it is an unfinished builder
that accepts transformations. This allows us to capture the substreams’
transformations before materializing the flow, which will be very
helpful in fully fusing all operators.

Another change is that groupBy now requires a maxSubstreams parameter in
order to bound its resource usage. In exchange the matching merge can be
unbounded. This trades silent deadlock for explicit stream failure.

This commit also changes all uses of Predef.identity to use `conforms`
and removes the HTTP impl.util.identityFunc.
2015-12-10 12:27:16 +01:00
Catalin Ursachi
62afd94a47 !htp #18567 Added unmarshallers for CSV integer sequences 2015-12-07 17:49:22 +00:00
Mathias
899b92faf2 !htp #19034 refactor content negotiation, upgrade to new MediaType / ContentType model 2015-12-04 13:32:01 +01:00
Harit Himanshu
3c62888776 =doc add curl example to fileUpload docs 2015-12-03 12:57:37 +01:00
Konrad Malawski
cf6592f5c1 Merge pull request #19063 from akka/wip-fusable-stream-of-streams-RK
!str #15089 add flatMapMerge
2015-12-02 15:42:26 +01:00
Roland Kuhn
073e7058dc !str #15089 add flatMapMerge 2015-12-02 09:01:20 +01:00
Konrad Malawski
eca43cb195 Merge pull request #19055 from ktoso/wip-css
=docs style currently deployed
2015-12-01 20:41:43 +01:00
Roland Kuhn
f00da4daac !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00
Konrad Malawski
73a9bab7ca =docs style currently deployed 2015-11-30 22:21:48 +01:00
Johan Andrén
457a17db84 =doc #18917 remove old API mentions from the docs 2015-11-30 13:52:01 +01:00
Endre Sándor Varga
99d8773592 +str, doc: Fix small issues in GraphStage docs 2015-11-30 12:18:47 +01:00
drewhk
b4fc3c11d8 Merge pull request #19026 from drewhk/wip-document-graphstage-drewhk
+str, doc: Documentation for GraphStage
2015-11-27 15:46:33 +01:00
Endre Sándor Varga
7acdda1d1f +str, doc: Documentation for GraphStage 2015-11-27 14:21:48 +01:00
Mathias
8fc02dd799 +htp add selectPreferredLanguage directive incl. docs 2015-11-27 12:52:53 +01:00
Konrad Malawski
301d1fd337 Merge pull request #18946 from johanandren/wip-16841-uploadedFile-directive-johanandren
Wip #16841 uploaded file directive
2015-11-24 22:33:35 +01:00
Konrad Malawski
fd5a3afc9d Merge pull request #18942 from ktoso/wip-customheaders-impr-ktoso
+htc #18898 modeledCustomHeader to ease matching on headers
2015-11-24 16:27:10 +01:00
Johan Andrén
3c0877d964 +htt 16841 uploadedFile directive
Two new directives for accepting file uploads through multipart forms:

`uploadedFile` which allows for very simple upload into a temporary file
`fileUpload` which allows to simply work with the stream of bytes of an upload
2015-11-24 16:21:25 +01:00
Konrad Malawski
35b690371f Merge pull request #19004 from ktoso/wip-jsonexamples-ktoso
=doc,htc better example docs on mapping error response to empty JSON …
2015-11-24 12:53:54 +01:00
Konrad Malawski
05ab43f824 =doc,htc better example docs on mapping error response to empty JSON body 2015-11-24 12:02:20 +01:00
Konrad Malawski
6f5d449bd0 +htc #18898 modeledCustomHeader to ease matching on headers 2015-11-24 12:01:26 +01:00
Roland Kuhn
401dbdee9c add insecure HTTPS client warning for Java 2015-11-24 10:23:20 +01:00
Roland Kuhn
ac9bcebb90 add insecure HTTPS client warning for Scala 2015-11-24 10:22:56 +01:00
Konrad Malawski
6a5cc92df7 =doc #18972 fix typo in docs on oauth2 2015-11-20 11:13:34 +01:00
Johan Andrén
af2bc368a2 =doc #18968 Document auth options for Java DSL 2015-11-19 17:55:50 +01:00
Johan Andrén
63806bdbe0 =doc #18857 Add docs about comparing the secret when authenticating 2015-11-19 11:26:11 +01:00
Konrad Malawski
8a33c22e8f =doc fixup due to validation having run before we merged in the rename 2015-11-18 16:20:38 +01:00
Konrad Malawski
00a7ecd1f0 Merge pull request #18893 from johanandren/wip-18471-metadata-plus-file-upload-johanandren
=doc WIP #18471 examples for file uploads
2015-11-18 14:33:10 +01:00