Jacek Ewertowski
2cccfa3c29
Stream: Sugar for Sink.ignore #27789 , #24986
2020-03-23 13:05:25 +01:00
Enno
cff15cf40d
Docs: Source.repeat (and friends) ( #28615 )
2020-02-19 09:03:59 +01:00
Evgeny Sidorov
dcdaa5a0dd
Example for Source.fromIterator #25468 ( #28582 )
...
* add example for Source.fromIterator #25468
* scala fmt code style fix
* don't use test as a sample for docs
2020-02-11 14:58:00 +01:00
Helena Edelson
6bf20f4117
Update all copyright headers to 2020 after new year's #27881 ( #28434 )
2020-01-02 13:24:59 +01:00
Johan Andrén
45c826a218
System wide materializer ( #27491 )
...
Introduces a materializer started through an extension and then an implicit
conversion for Scala turning an implicitly available ActorSystem into a
materializer. The Java APIs has been ammended with run-methods accepting
an ActorSystem.
2019-08-23 18:19:27 +02:00
eyalfa
14c02302bc
Akka 27103/streams zip all #27103
2019-07-05 16:40:06 +02:00
Christopher Batey
231f0d6bb1
Remove warnings from akka-stream-tests ( #27114 )
2019-06-13 13:06:02 +02:00
mszczygiel
d4813b91c3
Support for null in mapAsync and fromCompletionStage #25475
2019-04-16 09:08:05 +02:00
Martynas Mickevičius
d6ae3f1da9
Add asJava/asScala to RunnableGraph #26245
2019-02-07 15:41:49 +01:00
hepin1989
998c5a9285
Formatting java codes with sbt-java-formatter.
2019-01-12 04:00:53 +08:00
Seeta Ramayya
75713c3469
Missing Java API: Source.empty
2019-01-07 15:02:24 +01:00
Seeta Ramayya
1cae9b0d44
25468: added examples for Stream # cycle operator. ( #26163 )
2019-01-02 15:46:13 +01:00
kerr
bdc90052aa
Update headers from 2018 to 2019 once for all. ( #26165 )
...
* Add CopyrightHeader support for sbt-boilerplate plugin.
* Add CopyrightHeader support for `*.proto` files.
* Add regex match for both `–` and `-` for CopyrightHeader.
* Add CopyrightHeader support for sbt build files.
* Update copyright from 2018 to 2019.
2019-01-02 11:55:26 +01:00
kerr
fafc59b19d
update headers to regular comment ( #25807 )
2018-10-29 05:19:37 -04:00
iyogi
3e698be9ce
Add code sample for operator Source.single ( #25375 )
...
* Add code example for Source.single
2018-07-20 07:15:13 +01:00
Martynas Mickevičius
766944a592
Expose assertAllStagesStopped
2018-06-27 10:34:32 +03:00
Tim Moore
5c401584c3
Add static import convenience methods to Done and NotUsed ( #25174 )
...
* Add Done.done() convenience for static import
* Add NotUsed.notUsed() convenience for static import
2018-05-31 13:12:20 +01:00
Jimin Hsieh
7c3a8a8ed5
java.time.Duration APIs in javadsl.TestKit #24646
2018-05-29 12:17:48 +02:00
虎鸣
c354aa0b6a
=doc using java.time.Duration for stream's javadsl
2018-03-21 11:29:11 +08:00
Johan Andrén
d8b9bb1b3a
Java Flow dsl lower bounds incorrect #24368
2018-03-15 14:53:50 +01:00
Konrad `ktoso` Malawski
563c7fbcf0
Issue 24594: Integration with sbt-headers and initial header population
2018-03-13 15:45:55 +01:00
Yan Su
519e6ae546
Add java duration support for Source.tick (Java DSL) #24339 ( #24645 )
2018-03-05 17:13:15 +01:00
Stefano Bonetti
3ea59b1e76
Adding preMaterialize operator for Source #23894 ( #24497 )
2018-02-21 15:06:01 +09:00
虎鸣
e44fafd4b7
+ stream add collectType operator to Source,SubSource,Flow and SubFlow for javadsl.
...
add docs for collectType, do mirror it in scaladsl
mima
2018-02-21 14:23:11 +09:00
Viktor Klang (√)
e999d03e8b
The most common partition-case, as divertTo(Mat) #24388
2018-01-22 19:17:41 +01:00
Christopher Batey
009214ae07
Update copyright to 2018 ( #24241 )
2018-01-04 17:26:29 +00:00
Richard Imaoka
a50df1c575
Add combinedMat method to Source ( #23809 )
...
* Add combinedMat method to Source
* Fix formatting
2017-11-02 10:34:40 +09:00
Hawstein
b3d00afdd1
Move ConstantFun to akka.util, #22813
2017-05-10 18:00:42 +02:00
Arnout Engelen
78b5ed8498
Re-enable javadsl Flow 'via' test #18863
2017-04-26 07:24:41 +02:00
Hawstein
6434cbe868
Re-implement javadsl testkit ( #22240 )
...
* re-implement javadsl testkit
* fix mima problem
* rebase master
* move ImplicitSender/DefaultTimeout to scaladsl
* undo the change of moving scala api
* fix return type and add doc
* resolve conflicts and add more comments
2017-03-16 20:02:47 +01:00
ortigali
db0a473cd5
use CompletionStage instead of Future in java doc classes ( #22472 )
...
* use CompletionStage instead of Future in FactorialBackend.java #22393
* use CompletionStage instead of Future in FactorialBackend.java #22393 2
2017-03-14 11:51:44 +01:00
Philippus Baalman
6c7085252a
extended copyright into 2017
2017-01-04 17:37:15 +01:00
Konrad Malawski
04ab4ebb9c
-str #21423 remove deprecated Stage references ( #21919 )
...
* -str #21423 remove deprecated Stage references
* include mima filters for removed classes
2016-12-02 14:23:13 +01:00
Endre Sándor Varga
5e830323f6
Updating to ScalaTest 3.0.0 and ScalaCheck 1.13.2
2016-08-22 11:13:49 +02:00
Patrik Nordwall
be448e9fbb
fix memory leaks in tests, #20659
2016-05-31 08:51:00 +02:00
Rodolphe BELOUIN
936c97051a
+str #19782 Transpose a sources sequence ( #19795 )
2016-04-22 12:04:28 +02:00
Roland Kuhn
af310411fd
add Source.queue termination support, fixes #19877
2016-03-17 12:47:06 +01:00
Alexander Golubev
b2b2ce44b5
=str #19299 Performance Flow.flatMapMerge
2016-03-14 14:14:39 -04:00
Roland Kuhn
45e97e8467
remove akka.stream.testkit.AkkaSpec, fixes #19879
2016-02-25 15:26:51 +01:00
Johan Andrén
62e30b3c08
Update copyrights and links to the new company name #19851
2016-02-23 12:58:39 +01:00
Roland Kuhn
e202ea8c40
clean up dependencies #19755 and other fixes
...
* remove inter-project dependencies between streamTestkit -> peristence -> remote
* make PartitionOutOfBoundsException extend IndexOutOfBoundsException
* some weird formatting
* remove -experimental from HTTP Testkit/Tests
* split out shared LevelDb journal tests into new subproject (not to be
published)
2016-02-15 20:35:37 +01:00
lolski
21381d5710
=str #19293 fix issues in Sink.seq + minor doc fixes + use Sink.seq and limit in tests where appropriate
...
* Sink.seq (Scala DSL) now returns immutable.Seq rather than Seq
* Sink.seq will not silently truncate when incoming elements is > Int.MAX_VALUE
* minor doc fixes
* replacing various grouped(n) / Sink.head with limit(n) / Sink.seq in various tests
* fix inconsistent indentation in RequestParserSpec
2016-02-12 01:36:21 +08:00
Martynas Mickevičius
0fc3fceb8b
#19719 add ThrottleMode Java API
2016-02-10 10:17:02 +02:00
Endre Sándor Varga
3081e2895b
19455 Simplify conflate signature for the common case
2016-02-04 16:06:23 +01:00
Prayag Verma
b7783968a0
=pro #19068 All copyrights ranges and single years updated to a range ending in 2016
2016-01-25 10:20:30 +01:00
Roland Kuhn
4c72495581
#19440 replace Scala Future usage with CompletionStage in javadsl
...
This entails:
* adding akka.pattern.PatternCS.* to enable ask etc. with
CompletionStage
* changing RequestContext to offer an ExecutionContextExecutor for the
CompletionStage.*Async combinators
* splitting up akka.stream.Queue for JavaDSL consistency
2016-01-23 18:00:11 +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
e5baba2b29
squash some warnings
2016-01-20 11:54:24 +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
Endre Sándor Varga
60497f6561
also fix FlowInterleaveSpec
...
Also-by: Johan Andrén <johan@markatta.com>
Also-by: Roland Kuhn <rk@rkuhn.info>
Also-by: Martynas Mickevičius <mmartynas@gmail.com>
2016-01-20 10:01:58 +02:00