Commit graph

1559 commits

Author SHA1 Message Date
Roland Kuhn
8f47b6dfcc Merge pull request #17105 from akka/wip-async-stage-∂π
add async stage
2015-04-10 10:52:01 +02:00
Patrik Nordwall
54ce2ce642 Merge pull request #17165 from akka/wip-16913-StreamTcpDocSpec-patriknw
=str #16913 enable and fix broken StreamTcpDocSpec
2015-04-10 10:45:07 +02:00
Roland Kuhn
4c623fade7 !str #17090 add AsyncStage 2015-04-10 09:00:36 +02:00
Patrik Nordwall
389c9b1a52 Merge pull request #17019 from akka/wip-16993-FlattenStrategy-patriknw
!str #16993 Separate scaladsl/javadsl for FlattenStategy
2015-04-10 08:44:37 +02:00
Patrik Nordwall
666bfade1e !str #16993 Separate scaladsl/javadsl for FlattenStategy
`abstract class FlattenStrategy` was used in both javadsl and scaladsl, but the concrete concat
for the javadsl was in javadsl.FlattenStrategy and the concrete concat for the scaladsl is in
stream.FlattenStrategy.

Now there are separate FlattenStategy in scaladsl and javadsl packages and conversion
as we have in other places.

* replace JavaConverters with explicit methods

* remove asJava/asScala for FlattenStrategy
2015-04-10 08:05:24 +02:00
Patrik Nordwall
514adc1150 =str #16913 enable and fix broken StreamTcpDocSpec 2015-04-10 07:44:43 +02:00
Roland Kuhn
4a16067cd8 Merge pull request #17094 from spray/wip-16823-mathias
=htc #16823 make `Access-Control-Allow-Origin` with multiple origins harder to access
2015-04-09 18:13:54 +02:00
Roland Kuhn
b7142b54b1 Merge pull request #17100 from spray/wip-16806-mathias
=htc #16806 add test demonstrating custom CT and CL in response to...
2015-04-09 17:00:44 +02:00
Roland Kuhn
ad4396a561 Merge pull request #17103 from spray/wip-16803-mathias
!htc #16803 introduce proper model for type of media-type encoding specs
2015-04-09 16:58:19 +02:00
Roland Kuhn
6949b8d167 Merge pull request #17111 from spray/wip-15792-mathias
=htp #15792 make `entityAs` directive turn `IllegalArgumentException` into `ValidationRejection`
2015-04-09 16:40:14 +02:00
Roland Kuhn
6b9ca731cc Merge pull request #17112 from spray/wip-17110-mathias
=htc #17110 disallow zero body parts in MIME content
2015-04-09 16:27:18 +02:00
Konrad Malawski
6739773990 Merge pull request #17099 from spray/wip-16807-mathias
=htc #16807 introduce `akka.http.parsing.error-logging-verbosity` setting
2015-04-08 16:38:15 +02:00
Mathias
14399f71f5 =htc #16807 introduce akka.http.parsing.error-logging-verbosity setting 2015-04-08 16:05:46 +02:00
Mathias
5074aebfeb !htc #16803 introduce proper model for type of media-type encoding specs 2015-04-08 16:02:54 +02:00
Konrad Malawski
880f9265e5 Merge pull request #17153 from ktoso/wip-version-in-docs-ktoso
=doc #16670 version in docs should be auto-replaced
2015-04-08 14:58:25 +02:00
Konrad Malawski
46d4e86988 =doc #16670 version in docs should be auto-replaced 2015-04-08 14:58:12 +02:00
Konrad Malawski
ad3829cd74 Merge pull request #17091 from spray/wip-17082-mathias
=htp #17082 fix response message generated for `MethodRejection`
2015-04-07 17:06:33 +02:00
drewhk
6cc6363734 Merge pull request #17101 from spray/wip-16804-mathias
=htc #16804 make `akka.http.model.RangeUnit.Bytes` a `case object`
2015-04-07 13:30:42 +02:00
drewhk
a65adc5f16 Merge pull request #17097 from drewhk/wip-16168-mat-value-source-drewhk
!str #16168: Expose materialized value in the graph as a "source"
2015-04-07 13:28:32 +02:00
Endre Sándor Varga
a7af773e2c !str #16168: Expose materialized value in the graph as a "source" 2015-04-07 12:51:18 +02:00
Mathias
f0c9e8a321 =htc #17110 disallow zero body parts in MIME content 2015-04-01 12:26:40 +02:00
Konrad Malawski
ee32c5bc42 Merge pull request #17116 from ktoso/wip-reactive-streams-rc4-ktoso
=str #17109 update reactive streams to RC4
2015-04-01 12:06:18 +02:00
Konrad Malawski
a47d71d41c Merge pull request #17096 from spray/wip-16809-mathias
=htc #16809 add testing proving absence of issue spray/spray#1006
2015-03-31 17:38:56 +02:00
Konrad Malawski
5cbd7c0bf4 Merge pull request #17092 from spray/wip-17066-mathias
=htc #17066 port new test from spray
2015-03-31 16:16:14 +02:00
Konrad Malawski
73e87a2829 =str #17109 update reactive streams to RC4 2015-03-31 13:09:20 +02:00
Martynas Mickevičius
03a1a8ea3d Merge pull request #17072 from 2m/wip-enable-java8-tests
Enable java-lambda doc sample build in PR validation
2015-03-31 13:56:00 +03:00
Mathias
612fc052e6 =htp #15792 make entityAs directive turn IllegalArgumentException into ValidationRejection 2015-03-31 11:48:27 +02:00
Mathias
c73864657a =htc #16805 add tests covering chunked/close-delimited response to HEAD request 2015-03-31 10:44:12 +02:00
Mathias
3305e0a7d7 =htc #16804 make akka.http.model.RangeUnit.Bytes a case object 2015-03-30 16:18:27 +02:00
Mathias
87d2a7fa36 =htc #16806 add test demonstrating custom CT and CL in response to non-transparent HEAD request 2015-03-30 15:58:39 +02:00
Mathias
eb10679ed6 =htc #16809 add testing proving absence of issue spray/spray#1006 2015-03-30 13:30:59 +02:00
Mathias
c3b16a1498 =htc #16823 make Access-Control-Allow-Origin with multiple origins harder to access 2015-03-30 12:07:11 +02:00
Mathias
6d15adcc26 =htc #17066 port new test from spray 2015-03-30 11:01:35 +02:00
Mathias
0925a23be5 =htp #17082 fix response message generated for MethodRejection 2015-03-30 10:55:41 +02:00
Konrad Malawski
37aa2cb886 Merge pull request #17088 from ktoso/fix-typo-port-ktoso
=doc fix typo: form -> from
2015-03-30 10:04:39 +02:00
Jun
a9a7a799fc =doc fix typo: form -> from
Ports #17074 to the right branch
2015-03-30 10:02:50 +02:00
drewhk
dd4b9986bc Merge pull request #17085 from drewhk/wip-16924-flowspec-terminated-fanout-fix-drewhk
=str #16924: Fix FanoutProcessor to not overwrite last termination cause
2015-03-27 15:24:15 +01:00
Endre Sándor Varga
5559c34ca9 =str #16924: Fix FanoutProcessor to not overwrite last termination cause
Also fix FlowSpec to expect onError instead of onComplete for late subscribers
2015-03-27 14:53:04 +01:00
Roland Kuhn
74cba3693d Merge pull request #17083 from 2m/wip-server-binding-docs
=doc #16989 update http bind documentation
2015-03-27 14:01:03 +01:00
Patrik Nordwall
7081b6b9d4 Merge pull request #17035 from RichardBradley/17008-TcpStreamActor-leak
=str #17008 Close the TcpConnectionStream on failure.
2015-03-27 11:31:23 +01:00
Patrik Nordwall
add5f39d18 Merge pull request #17047 from spray/wip-16816-mathias
+htp #16816 Add variants of `conditional` directive taking only ETag or only Last-Modified value.
2015-03-27 11:30:21 +01:00
Patrik Nordwall
b6fc0d150b Merge pull request #17061 from bantonsson/wip-16938-GraphConcatSpec-ban
=str #16938 Enable more tests in GraphConcatSpec
2015-03-27 10:22:11 +01:00
Martynas Mickevičius
1933b77510 =doc #16989 update http bind documentation 2015-03-26 21:38:27 +02:00
Martynas Mickevičius
7616b40e29 =sam #16905 multiple fixes for java-lambda doc samples
* use a free port instead of a hardcoded one
* do not use null for stream elements
* use defined java8 home key
2015-03-26 20:56:49 +02:00
Konrad Malawski
a382071ed7 Merge pull request #17042 from ktoso/wip-16972-bindandhandle-renames
!htc #16972 harmonize naming - bindAndHandle...
2015-03-25 15:53:24 +01:00
Patrik Nordwall
c83986e74d Merge pull request #17052 from wjur/fix/empty_authority
=htc #16954 Fix handling of empty authority in Uris
2015-03-25 14:56:05 +01:00
Björn Antonsson
164869c135 =str #16938 Enable more tests in GraphConcatSpec 2015-03-24 14:41:17 +01:00
Roland Kuhn
354b52f62f Merge pull request #16995 from akka/wip-bidi-dsl-∂π
!str #16416,#16994 BidiFlow DSL and Flow.join Mat
2015-03-24 11:37:44 +01:00
Roland Kuhn
4a7814af91 Merge pull request #17001 from spray/wip-16988-mathias
!htc #16988 hide model.parser.HeaderParser from public API, add proper `HeaderParser.parse`
2015-03-24 11:13:31 +01:00
Roland Kuhn
157629f8af !str #16416,#16994 BidiFlow DSL and Flow.join Mat
- add BidiFlow, with atop and join combinators
- add Flow.join(BidiFlow)
- correct Flow.join’s default materialized value selection to Keep.left
2015-03-24 11:10:14 +01:00