Commit graph

18414 commits

Author SHA1 Message Date
Endre Sándor Varga
e55efd819c #19333 Added missing section in migration guide 2016-01-22 11:41:05 +01:00
drewhk
9ba5596103 Merge pull request #19563 from 2m/wip-mima-projects
#19432 enable MiMa check for osgi and cluster-metrics projects
2016-01-22 10:46:05 +01:00
Konrad Malawski
3c170ec2bf Merge pull request #19570 from ktoso/wip-validatepr-better-ktoso
+pro enable validatePullRequest locally
2016-01-22 10:28:05 +01:00
Konrad Malawski
dd1bf6a1ee +pro enable validatePullRequest locally 2016-01-22 10:27:47 +01:00
Roland Kuhn
ba14bb4f3f Merge pull request #19489 from agolubev/agolubev-#18890_polish-Source.queue
Agolubev #18890 polish source.queue
2016-01-22 08:39:53 +01:00
Roland Kuhn
927d73af9f Merge pull request #19485 from agolubev/agolubev-#19020-Reduce_combinator
Agolubev #19020 reduce combinator
2016-01-22 08:37:11 +01:00
Alexander Golubev
a2ab7f29e1 +str #19020 reduce combinator 2016-01-21 22:16:37 -05:00
drewhk
55425e5ef3 Merge pull request #19565 from drewhk/wip-19537-tck-timeout-increase-drewhk
#19537 Increase RS TCK timeouts
2016-01-21 19:41:53 +01:00
Alexander Golubev
d5f81e19d1 =str #18890 Polish Source.queue 2016-01-21 13:09:55 -05:00
Martynas Mickevičius
7e7a2808f1 Merge pull request #19554 from 2m/wip-ioresult-2m
#19446 #18869 Add IOResult
2016-01-21 18:44:12 +02:00
Endre Sándor Varga
1524657057 #19537 Increase RS TCK timeouts 2016-01-21 17:27:46 +01:00
Martynas Mickevičius
f2553eb3b6 #19446 #18869 Add IOResult
which is used as a materialized value for Sources/Sinks that work with IO.
2016-01-21 18:06:42 +02:00
Roland Kuhn
53ad1085ec Merge pull request #19548 from akka/wip-19522-asPublisher-enum-RK
#19522 make javadsl.Sink.asPublisher nicer
2016-01-21 16:57:34 +01:00
Roland Kuhn
9427052fd0 #19522 make javadsl.Sink.asPublisher nicer 2016-01-21 16:57:21 +01:00
Johan Andrén
7f52f54cd8 Merge pull request #19557 from akka/wip-18989-make-akka-with-docker-googlable-johanandren
=doc #18989 Make docs more googlable with regards to docker containers
2016-01-21 16:55:58 +01:00
Konrad Malawski
39f4e923e4 Merge pull request #19561 from drewhk/wip-19566-formdata-failure-drewhk
#19566 Increase too tight patience for FormDataSpec
2016-01-21 16:53:07 +01:00
Martynas Mickevičius
fcb2160578 #19432 enable MiMa check for osgi and cluster-metrics projects
Also start checking against 2.4.1 and move appropriate filters for 2.4.1.
2016-01-21 17:19:39 +02:00
drewhk
ab4c717fac Merge pull request #19560 from akka/wip-#19549-#19257-allow-1-in-1-out-merge-broadcast-johanandren
=str #19549 #19257 Allow Broadcast(1) and Merge(1)
2016-01-21 16:16:05 +01:00
Endre Sándor Varga
a56b50dad9 #19566 Increase too tight patience for FormDataSpec 2016-01-21 15:48:45 +01:00
drewhk
e960c7b7d0 Merge pull request #19559 from drewhk/wip-19342-subscription-timeout-drewhk
#19342 Eliminated race in SubstreamSubscriptionTimeoutSpec due to concat
2016-01-21 15:22:14 +01:00
Johan Andrén
6ad1eab8e6 Balance should also be allowed to have just one input 2016-01-21 15:06:36 +01:00
drewhk
b2ce5da625 Merge pull request #19558 from drewhk/wip-19333-remove-implicitmaterializer-drewhk
#19333: Remove ImplicitMaterializer
2016-01-21 14:59:05 +01:00
Johan Andrén
26e2dcb857 =str #19549 #19257 Allow Broadcast(1) and Merge(1) 2016-01-21 14:43:26 +01:00
Endre Sándor Varga
5359e0f6f6 #19342 Eliminated race in SubstreamSubscriptionTimeoutSpec due to concat 2016-01-21 14:10:56 +01:00
Endre Sándor Varga
ba2373a8e4 #19333: Remove ImplicitMaterializer 2016-01-21 12:56:58 +01:00
Johan Andrén
4f14200578 =doc #18989 Make docs more googlable with regards to docker containers 2016-01-21 12:13:56 +01:00
drewhk
b1d99ca5a8 Merge pull request #19482 from agolubev/agolubev-#19361-migrating_ByteStringParserStage_to_GraphStage
=str #19361 migrating ByteStringParserStage to graph stage
2016-01-21 11:41:09 +01:00
Roland Kuhn
17c9493e26 Merge pull request #19507 from hochgi/hochgi-adding-aggregate-and-aggregateWeighted
+str #16610 adding batch & batchWeighted
2016-01-21 09:20:32 +01:00
Roland Kuhn
63d366f4c1 Merge pull request #19546 from akka/wip-19544-FlowExpandSpec-RK
#19544 fix FlowExpandSpec
2016-01-21 09:17:22 +01:00
Gilad Hoch
7e488001cc +str #16610 minor fixes 2016-01-21 09:02:35 +02:00
Gilad Hoch
fde0c11fff +str #16610 added javadsl tests + conflate now delegates to Batch + most of the changes @drewhk & @rkuhn suggested 2016-01-21 08:44:31 +02:00
Gilad Hoch
b420d6a472 +str #16610 applied the changes suggested by @drewhk 2016-01-21 08:44:30 +02:00
Gilad Hoch
d690067fc9 +str #16610 adding aggregate & aggregateWeighted ops 2016-01-21 08:44:30 +02:00
Roland Kuhn
75a18ba6c8 #19544 fix FlowExpandSpec 2016-01-20 20:28:50 +01:00
Roland Kuhn
b1351b36ed Merge pull request #19494 from akka/wip-small-fixes-RK
Wip small fixes rk
2016-01-20 19:34:59 +01:00
Alexander Golubev
07c0da36f2 =str #19361 migrating ByteStringParserStage to graph stage 2016-01-20 12:23:48 -05:00
Roland Kuhn
96b5bdacd6 fix InterpreterStressSpec GC problem 2016-01-20 17:26:21 +01:00
drewhk
3fc332d2c9 Merge pull request #19540 from akka/wip-19530-FlowConcatSpec-RK
#19530 FlowConcatSpec non-determinism
2016-01-20 16:11:09 +01:00
Roland Kuhn
911229107c #19530 FlowConcatSpec non-determinism 2016-01-20 15:05:39 +01:00
Konrad Malawski
b0cb922834 Merge pull request #19535 from 2m/wip-no-verif-diag-jackson
Do not verify if scaladoc diagrams have been generated as there is none
2016-01-20 13:46:00 +01:00
Martynas Mickevičius
8b098dbfb4 Do not verify if scaladoc diagrams have been generated as there is none
in this project.
2016-01-20 13:18:56 +02:00
Roland Kuhn
e5baba2b29 squash some warnings 2016-01-20 11:54:24 +01:00
Roland Kuhn
3140e72265 #19046 replace system.{shutdown => terminate} 2016-01-20 11:50:43 +01:00
Roland Kuhn
1ef35d907f #19213 clarify clientAuth=None 2016-01-20 11:50:43 +01:00
Roland Kuhn
d4b1f07ec0 #19269 doc: Sink.seq is limited to Int.MaxValue 2016-01-20 11:50:43 +01:00
Roland Kuhn
2ba8ec1aeb Merge pull request #19502 from akka/wip-19444-expand-RK
#19444 simplify signature of FlowOps.expand
2016-01-20 11:49:37 +01:00
drewhk
d4af0739b1 Merge pull request #19435 from briantopping/osgi-doc
=osgi #19323 Add to documentation on OSGi
2016-01-20 11:04:32 +01:00
Konrad Malawski
b057b8c24b Merge pull request #19527 from 2m/wip-19517-publish-akka-parsing
#19517 publish akka parsing
2016-01-20 10:29:18 +01:00
Roland Kuhn
063e289718 add migration guides for Scala and Java
also fix missing includes and wrong file locations
2016-01-20 10:27:00 +01:00
Roland Kuhn
7463c50fc9 #19444 simplify signature of FlowOps.expand
Any previous usage can be represented in this fashion while typically
saving one function allocation and also saving the function literal’s
syntax overhead (for the seed). Plus a new feature: the provided
iterator does not have to be infinite, limiting how far expand is
allowed to go.
2016-01-20 09:27:45 +01:00