Commit graph

1948 commits

Author SHA1 Message Date
drewhk
fd67d82619 Merge pull request #17917 from drewhk/wip-17854-half-close-abort-drewhk
=str #17854: fullClose should not Abort
2015-07-07 14:30:59 +02:00
Endre Sándor Varga
afa4c5c563 Fixed wrong test-case:
- there is no "full-close" if client is still writing, it will always RST (now using lazyEmpty)
 - must Await for bind, otherwise there is a race between connect and bind
2015-07-07 13:55:55 +02:00
Endre Sándor Varga
97d9150692 =str #17854: fullClose should not Abort 2015-07-07 13:54:32 +02:00
Konrad Malawski
708d7017f2 Merge pull request #17902 from 2beaucoup/one-less-var
Change var to val in GroupByProcessorImpl
2015-07-03 11:14:34 +02:00
2beaucoup
e66dd82d46 =str change var to val 2015-07-03 09:35:10 +02:00
Martynas Mickevičius
0e76437bf7 Merge pull request #17899 from 2m/wip-chain-from-upstream-finish
=str #17853 chain terminationEmit elements to the currently emitting ones
2015-07-03 09:19:11 +03:00
Martynas Mickevičius
e960f47e28 Merge pull request #17840 from 2m/wip-dsl-factories-cons
=str #16935 revive dsl factories consistency spec
2015-07-03 08:40:54 +03:00
Martynas Mickevičius
ccfdb7ccd8 =str #17853 chain terminationEmit elements to the currently emitting ones 2015-07-03 08:36:21 +03:00
Konrad Malawski
6d7c60eb44 Merge pull request #17900 from 2beaucoup/fileandresource-streams
Use Sources from akka.stream.io
2015-07-03 00:51:46 +02:00
2beaucoup
eecf8b5508 =htp #15588 use Source from akka.stream.io 2015-07-02 16:55:44 +02:00
Viktor Klang (√)
c061320ad3 Merge pull request #17856 from akka/wip-more-stream-improvements-√
This is not the commit message you're looking for
2015-07-02 10:36:41 +02:00
Martynas Mickevičius
f7be085adf =str #16935 add junctions 2015-07-01 09:10:30 +03:00
Viktor Klang
2725bfc044 =str - Various internal Akka Stream improvements
* Gives Inlets and Outlets a `carbonCopy` method and switches to allocate them via `apply`
* Removes 4 Array allocations per FanIn and uses a bitmasked array instead
* Makes the FlattenStrategy.concat instance a singleton
2015-06-30 11:45:50 +02:00
drewhk
65a425fe0b Merge pull request #17831 from akka/wip-flow-fold-√
Introduces `fold` as a Flow transformation and generalizes Sink.fold …
2015-06-30 10:25:48 +02:00
Viktor Klang
36abbb4234 Introduces fold as a Flow transformation and generalizes Sink.fold to be Flow.fold + Sink.head
Conflicts:
	akka-stream/src/main/scala/akka/stream/impl/ActorMaterializerImpl.scala
	akka-stream/src/main/scala/akka/stream/impl/Stages.scala
	akka-stream/src/main/scala/akka/stream/scaladsl/Sink.scala
2015-06-30 10:17:52 +02:00
drewhk
849875ad90 Merge pull request #17830 from drewhk/wip-materializer-correctly-report-shutdown-drewhk
=str: Materializer should report being shut down on sys termination
2015-06-30 10:03:43 +02:00
Martynas Mickevičius
869071b607 =str #16935 add graph and bidiflow builders to the spec 2015-06-29 15:25:57 +03:00
Konrad Malawski
47d8f3d215 Merge pull request #17850 from hseeberger/fix-stream-docs
Fixes for Akka Streams docs
2015-06-26 14:47:28 +02:00
Heiko Seeberger
5b2339f35d Fixes for Akka Streams docs 2015-06-26 14:46:14 +02:00
Martynas Mickevičius
27201206f6 =str #16935 revive dsl factories consistency spec
I fought the dragons, and I won...
2015-06-26 09:51:08 +03:00
Endre Sándor Varga
292eba2d73 =str: Materializer should report being shut down on sys termination 2015-06-25 12:54:29 +02:00
drewhk
911943fc92 Merge pull request #17824 from drewhk/wip-17504-http-cancellation-fix-drewhk
Fix Http client cancellation
2015-06-24 16:59:39 +02:00
drewhk
96231d6768 Merge pull request #17819 from RichardBradley/actorpublishermessage-missing-abstract
=str Add missing abstract modifier to ActorPublisherMessage.Cancel
2015-06-24 16:49:50 +02:00
Richard Bradley
7538bc17a9 +str #17819 Add missing Java API accessors for ActorPublisherMessage singletons 2015-06-24 15:39:55 +01:00
Endre Sándor Varga
cb4aa33e11 Removed problematic and wrong test 2015-06-24 16:19:04 +02:00
Endre Sándor Varga
234aaadaa7 Added test for cancellation scenarios in Http client/server 2015-06-24 16:15:01 +02:00
Endre Sándor Varga
df35562c0b Make broadcast cancellation configurable 2015-06-24 14:44:07 +02:00
Endre Sándor Varga
8c6223e878 Fix master cancellation in SplitWhere 2015-06-24 14:43:52 +02:00
Richard Bradley
65e9ce49fa =str Add missing abstract modifier to ActorPublisherMessage.Cancel 2015-06-24 11:48:31 +01:00
drewhk
d815086ace Merge pull request #17776 from spray/w/16436-remaining-feature-directives
=htj #16436 add missing Java directives
2015-06-24 12:43:03 +02:00
drewhk
f628e3257d Merge pull request #17811 from drewhk/wip-remove-line-framing-drewhk
Remove simple line parsing, exposing explicit delimiter stage instead
2015-06-24 12:15:18 +02:00
Johannes Rudolph
83833ae4f8 =htj #16436 add missing Java directives 2015-06-24 12:03:02 +02:00
Johannes Rudolph
10ea40b2f8 !htj move RequestVal classes to javadsl.server.values 2015-06-24 11:59:19 +02:00
Johannes Rudolph
45a410b02a +htj #16436 add ExecutionDirectives.handleExceptions 2015-06-24 11:59:19 +02:00
Johannes Rudolph
30e4acacfa =htj move directive tests into own package 2015-06-24 11:59:19 +02:00
Endre Sándor Varga
8702f09f10 Remove simple line parsing, exposing explicit delimiter stage instead 2015-06-24 11:19:29 +02:00
drewhk
79e24c5976 Merge pull request #17817 from drewhk/wip-17661-renames-2-drewhk
str #17661: Rename FlowMaterializer, OperationAttributes and RunnableFlow
2015-06-24 11:11:33 +02:00
Endre Sándor Varga
342a9f2d03 fixing post-rebase issues 2015-06-24 10:30:46 +02:00
Endre Sándor Varga
c7a974dd1e Rename RunnableFlow to RunnableGraph 2015-06-23 18:49:53 +02:00
Endre Sándor Varga
7879a5521b Rename FlowMaterializer to Materializer 2015-06-23 18:47:28 +02:00
Endre Sándor Varga
dc7269e620 Rename OperationAttributes to Attributes 2015-06-23 18:45:04 +02:00
drewhk
e6f2db127c Merge pull request #17812 from drewhk/wip-test-props-materialization-exception-drewhk
add extra test using broken Props in actorPublisher
2015-06-23 18:11:41 +02:00
Konrad Malawski
d205a8bb2f Merge pull request #17809 from 2m/wip-dsl-cons-spec
=str #16935 revive dsl consistency spec
2015-06-23 17:17:21 +02:00
Endre Sándor Varga
42a9c1b5ce add extra test using broken Props in actorPublisher 2015-06-23 16:12:14 +02:00
Martynas Mickevičius
3db793b665 =str #16935 revivce dsl consistency spec 2015-06-23 16:24:06 +03:00
Konrad Malawski
791dcaae1c Merge pull request #17777 from matsluni/#17181
Make jackson marshallers adapt Jackson's best practices
2015-06-23 15:22:27 +02:00
drewhk
4f02192a04 Merge pull request #17808 from drewhk/wip-17786-addendum-fix-shutdown-drewhk
fix actorsystem shutdown in tests
2015-06-23 13:35:19 +02:00
Endre Sándor Varga
5192ea7334 make racy test accept 500 or exception 2015-06-23 13:00:26 +02:00
drewhk
b0fbd90008 Merge pull request #17771 from spray/w/17664-add-multipart-to-entity-shortcuts
Simplify creating multipart/formdata requests with just akka-http-core
2015-06-23 12:41:38 +02:00
Endre Sándor Varga
d50b1b0de3 fix actorsystem shutdown in tests 2015-06-23 12:08:31 +02:00