Commit graph

1572 commits

Author SHA1 Message Date
Mathias
1c112b935d +str #17039 add concatMat to Flow and Source 2015-04-10 15:10:42 +02:00
Mathias
d92fcf211a =doc #17039 change default materialization placeholder type from Unit to Any 2015-04-10 15:10:42 +02:00
Mathias
a4c279c9c5 !htc #17039, #16933 change default materialization placeholder type from Unit to Any 2015-04-10 15:10:42 +02:00
Mathias
85c0571620 !str #17039 change default materialization placeholder type from Unit to Any 2015-04-10 15:10:42 +02:00
Mathias
52117b9020 =htc upgrade HTTP layer API to new BidiFlow design 2015-04-10 15:10:41 +02:00
Mathias
6d8e0aacca !htc Some cleanup in internal and external naming, improvements to scaladoc 2015-04-10 15:10:41 +02:00
Mathias
e02b28fc36 +str Add FanInShape1N 2015-04-10 15:10:41 +02:00
Konrad Malawski
3b23d84788 Merge pull request #17146 from ktoso/wip-javadsl-numbered-ktoso
+str #17108 adds arity-numbers to javadsl for nicer compile errors
2015-04-10 14:52:00 +02:00
Konrad Malawski
d6b6220a5d +added comments to all templates 2015-04-10 14:51:40 +02:00
Patrik Nordwall
808d69db2e Merge pull request #17098 from akka/wip-16521-actorref-sink-patriknw
!str #16520 #16521 Add ActorRefSource and ActorRefSink
2015-04-10 14:36:42 +02:00
Patrik Nordwall
f4ed62b84c !str #16520 Add ActorRefSource
* and rename the factory for ActorPublisherSource,
  from Source.apply to Source.actorPublisher

* including internal buffer, with OverflowStrategy

* support to complete/fail stream
2015-04-10 13:53:15 +02:00
Patrik Nordwall
946faedd95 !str #16521 Add ActorRefSink
* also rename the factory for ActorSubscriber props Sink,
  from apply to actorSubscriber
2015-04-10 12:58:52 +02:00
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
Konrad Malawski
4e796a5eec +str #17108 adds arity-numbers to javadsl for nicer compile errors
Resolves #17108
2015-04-07 16:11:48 +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