Commit graph

26366 commits

Author SHA1 Message Date
kerr
146cc1af0f
=sbt Apply the build sbt messages but disable on sub projects. (#31352) 2022-04-21 15:50:07 +02:00
kerr
d4ede3d334
=doc Make the zipWithIndexExample start with 0 (#31354) 2022-04-21 13:53:19 +02:00
Andrei Arlou
bb4ead5b30
docs: Use apidoc directive in logging.md (#22904) (#31346)
* Use apidoc directive in logging.md (#22904)

* add links to LoggerFactory
2022-04-21 13:38:38 +02:00
kerr
c90de63c97
=build Add useful task tips to sbt welcome message. (#31335)
Signed-off-by: hepin1989 <hepin1989@gmail.com>
2022-04-20 15:07:34 +02:00
kerr
f4fcf383e0
+str Add Flow/Source#alsotoAll (#31292) 2022-04-20 14:40:45 +02:00
kerr
4949b12c5a
+str Add Flow#flattenOptional (#31285) 2022-04-20 13:06:16 +02:00
kerr
a1e88f2f25
+str Add javadsl to Attributes.CancellationStrategy (#31261) 2022-04-20 11:23:56 +02:00
kerr
6210c887a3
=sbt Update to scala 3.1.2 (#31351) 2022-04-20 09:00:03 +02:00
kerr
dc480ac9da
=sbt Fix StreamOperatorsIndexGenerator on Windows (#31347) 2022-04-19 14:31:20 +02:00
kerr
bfafb8cf0f
=doc Update Using timers section with new methods. (#31324) 2022-04-14 11:43:03 +02:00
kerr
3a9126be8c
=str Add specialized version of unfoldAsync for Java. (#31283) 2022-04-14 11:12:45 +02:00
Andrei Arlou
934b5a055a
Use apidoc directive in routing.md (#22904) (#31339) 2022-04-14 11:08:45 +02:00
George Leung
f6d880fed9
add async to sinks in broadcast async doc (#28589) 2022-04-14 10:58:21 +02:00
Andrei Arlou
d9303dfdaa
Use apidoc directive in common/io-layer.md (#22904) (#31341) 2022-04-14 10:48:42 +02:00
Johannes Rudolph
4aeafc32df
stream: try to guard against unlimited looping in TlsActor.doUnwrap (#31321) 2022-04-14 10:44:04 +02:00
kerr
15af15745c
Change scalafmtSbtAll to scalafmtSbt (#31342) 2022-04-14 10:17:13 +02:00
Arnout Engelen
34df60a22f
some minor wording updates (#31326) 2022-04-11 16:13:47 +02:00
kerr
d823b8838e
=doc Add welcome to contributions (#31327) 2022-04-11 11:54:23 +02:00
Andrei Arlou
ac7e8295bc
Use apidoc directive in stream/stream-substream.md (#22904) (#31315)
* Use apidoc directive in stream/stream-substream.md (#22904)

* show SubSource only for Java documentation

* show Source only for Java documentation

Co-authored-by: Arnout Engelen <arnout@engelen.eu>

Co-authored-by: Arnout Engelen <arnout@engelen.eu>
2022-04-09 10:50:14 +02:00
kerr
afe4a08133
=str Fixup some docs in GraphStage. (#31259) 2022-04-09 10:48:53 +02:00
梦境迷离
c1ef89d120
drop assertAllStagesStopped (#31294) 2022-04-08 11:05:13 +02:00
kerr
be45036a73
=str Make ConcurrentAsyncCallback extends AtomicReference directly. (#31257) 2022-04-08 10:57:34 +02:00
PJ Fanning
a394b2cdf7
Upgrade jackson 2.13 version due to CVE (#31281)
* Upgrade jackson 2.13 version due to CVE
* v2.13.2.2 fixes small issue in jackson bom
2022-04-08 08:17:14 +02:00
Scala Steward
af389a719f
Update sbt-api-mappings to 3.0.2 (#31318) 2022-04-06 10:49:15 +02:00
Scala Steward
d5243f9802
Update sbt-assembly to 1.2.0 (#31316) 2022-04-06 09:58:48 +02:00
Scala Steward
fed5a63fcb
Update paradox-theme-akka, ... to 0.43 (#31317) 2022-04-06 09:57:48 +02:00
Scala Steward
312b50592c
Update metrics-core, metrics-jvm to 4.2.9 (#31319) 2022-04-06 09:56:34 +02:00
Enno Runne
f826154182
chore: adapt link validator for Scala 2.13.8 (#31310) 2022-04-05 08:29:27 +02:00
Andrei Arlou
5d1bea12b4
Use apidoc directive in stream/stream-parallelism.md (#22904) (#31301) 2022-04-04 15:46:12 +02:00
Johannes Rudolph
9ac594e637
stream: don't wrap exceptions in ByteStringParser (#31311) 2022-04-04 15:43:53 +02:00
Paweł Kaczor
30ff7866ee
Fix StreamRefSerializer.serializeRemoteSinkFailure throwing NPE (#31307) 2022-04-04 15:36:42 +02:00
Andrei Arlou
36259079aa
Use apidoc directive in persistence.md (#22904) (#31296) 2022-04-04 15:21:49 +02:00
kerr
d9f4933114
=str Reduce some Inhandler and Outhandler allocation. (#31278) 2022-04-01 18:53:02 +02:00
kerr
7bfd118c71
=str Change Detacher to an object. (#31287) 2022-04-01 18:44:57 +02:00
xiaozhiliaoo(小知了)
305220459b
[Docs] consistent lombok annotation (#31290) 2022-04-01 18:44:04 +02:00
kerr
313fde32e1
+str Add Sink.never (#31289) 2022-04-01 10:29:55 +02:00
kerr
db3b283034
+str Add Flow#preMaterialize. (#31190) 2022-04-01 10:05:52 +02:00
uazw
b5c29e05c0
using thenCombine instead of join to merge to CompletableFuture (#31304) 2022-04-01 09:58:20 +02:00
梦境迷离
060ffc7b71
Remove usage of Java assert in tests (#31280) 2022-03-30 09:20:08 +02:00
kerr
b6c9f7e23a
=doc Add description about operator consistency (#31293) 2022-03-30 08:40:17 +02:00
Patrik Nordwall
8b42165cf1
Fix compilation error GraphMergePrioritizedNSpec Scala 2.12 (#31286)
* immutable.Seq
2022-03-26 14:48:09 +01:00
kerr
83c211b84f
=str Reduce allocation of throttle. (#31276) 2022-03-25 09:20:31 +01:00
Scala Steward
3e1a43f913
Update sbt to 1.6.2 (#31113) 2022-03-24 16:05:53 +01:00
梦境迷离
ec567fbbce
add hasNoReply method on CommandResult (#31277) 2022-03-24 15:49:31 +01:00
梦境迷离
f8d7e0fb34
Add getAttributes on Graph (#31264) 2022-03-24 15:42:27 +01:00
Arnout Engelen
c3be49bb7b
Use ssl-config 0.6.1 on Scala 3 (#31273) 2022-03-23 17:23:52 +01:00
Patrik Nordwall
8c042a6a2b
Harden LargeMessagesStreamSpec, #30985 (#31274)
* don't create many new ActorSystems since that may be too heavy when
  running with Aearon in CI
2022-03-23 16:48:25 +01:00
Andrei Arlou
816a4e2a3f
Use apidoc directive in stream/stream-quickstart.md (#22904) (#31244) 2022-03-23 16:31:48 +01:00
Arnout Engelen
44086b0a93
docs: remove references to -RC Scala3 versions (#31272)
No longer so relevant anyway
2022-03-23 11:24:03 +01:00
Andrei Arlou
5e434998f9
Use apidoc directive in stream/stream-error.md (#22904) (#31220) 2022-03-23 10:28:56 +01:00