Commit graph

26389 commits

Author SHA1 Message Date
Scala Steward
d787d2e136
Update aeron-client, aeron-driver to 1.38.1 (#31387)
* Update aeron-client, aeron-driver to 1.38.1

* Update agrona version from 1.14.0 to 1.15.1

To be consistent with https://github.com/real-logic/aeron/blob/1.38.1/build.gradle#L48

Co-authored-by: Arnout Engelen <arnout@bzzt.net>
2022-05-13 08:58:11 +02:00
Andrei Arlou
0a12885e2a
Add missed apidoc links in stream/stream-quickstart.md (#22904) (#31391) 2022-05-10 12:35:30 +02:00
Ben Nelson
1ab4e9854c
Minor spelling fix (#31392) 2022-05-10 09:26:07 +02:00
Levi Ramsey
724250e95c
Don't use Scala 2.x options in Scala 3.y (where y > 0) (#31388) 2022-05-07 13:39:25 +02:00
Johan Andrén
b7d88fba8f
Revert #30195 - Source.fromPublisher does not pick up attributes fix (#31129)
* Revert "Source.fromPublisher does not pick up attributes fix #30076 (#30195)"

This reverts commit a887c63f8a.

* MiMa filters

* Add tests from #31015

* Resolving some conflicts and failures this now triggers
2022-05-06 16:48:51 +02:00
Arnout Engelen
e7e95f5c75
Fix build.sbt 'Dependencies' import (#31382)
Not sure how sbt doesn't trip over this, but it seems to help IntelliJ
2022-05-06 14:34:45 +02:00
Andrei Arlou
05992a99d0
Use apidoc directive in actors.md (#22904) (#31385) 2022-05-06 10:40:01 +02:00
Scala Steward
7f5d19c274
Update sbt-header to 5.7.0 (#31386) 2022-05-06 10:07:00 +02:00
Andrei Arlou
90f4c67f24
Add missed apidoc link in routing.md (#22904) (#31377) 2022-05-05 11:23:57 +02:00
Andrea Zito
cc70d71aac
Added support for context propagation to ActorFlow #31308 (#31314)
* Added askWithContext and askWithStatusAndContext to ActorFlow scala
  and java API
2022-05-04 16:50:56 +02:00
contrun
74600b046b
add eager completion option for zipLatest (#29054) 2022-05-04 14:36:04 +02:00
Alex Zolotko
dea763ae48
Fix language in akka-cluster-sharding's reference.conf (#31379) 2022-05-04 08:20:13 +02:00
Patrik Nordwall
75c76f0eaf
Log some more for Cluster log-info-verbose (#31376) 2022-05-03 07:52:24 +02:00
kerr
ef67f5045d
=str Set EmptySource name to emptySource (#31373) 2022-04-29 10:32:07 +02:00
kerr
8fad0c8a06
=str Reduce the internal buffer usage of MergePrioritized. (#31279) 2022-04-28 09:05:19 +02:00
Patrik Nordwall
a485dc0df2
Harden ReliableDeliveryShardingSpec, #31263 (#31370) 2022-04-28 07:38:59 +02:00
kerr
af1e756053
=act Add detailed root cause messages to ActorInitializationException (#31349) 2022-04-27 11:35:43 +02:00
Johannes Rudolph
af368b6afe
Unstash commands after handling GetState in EventSourcedBehavior (#31369)
Refs #31368
2022-04-27 09:20:48 +02:00
kerr
2c896fca26
=act Optimize BehaviorBuilder and ReceiveBuilder's BuiltBehavior into array based. (#31325) 2022-04-26 16:02:09 +02:00
kerr
a4f8890c7b
=str Optimize UnfoldAsync and UnfoldResourceAsync when future is already complete (#31344) 2022-04-26 14:41:50 +02:00
kerr
0375386703
Add null check to wrapped message types. (#31343) 2022-04-26 14:14:01 +02:00
kerr
d7ef04e7bd
docs: Add imports guide for contributors (#31353)
Co-authored-by: Philippus Baalman <philippus@gmail.com>
2022-04-26 12:42:28 +02:00
Jason Zaugg
00c1da9944
Avoid BoxesRuntime indirection in LruBoundedCache key comparison (#31356)
By restricting the key type of `LruBoundedCache` to `AnyRef`, we can
avoid the indirection through `BoxesRuntime`, we remove some overhead
and potentially unlock some JVM optimizations here.
2022-04-22 08:32:15 +02:00
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