Commit graph

26215 commits

Author SHA1 Message Date
Arnout Engelen
d7d0f5c8b2
Update typesafe config to 1.4.2 (#31104) 2022-02-03 09:29:28 +01:00
Andrei Arlou
f16051c064
Use apidoc directive in typed/cluster.md (#22904) (#31066)
* Use apidoc directive in typed/cluster.md (#22904)

* fix apidoc link

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

Co-authored-by: Arnout Engelen <arnout@engelen.eu>
2022-02-02 14:03:45 +01:00
Johan Andrén
5dc6755ad2
Add CI check for wrong mima filter directories (#31088)
And fix incorrect filter mima directory for 31055
2022-02-02 11:08:48 +01:00
Arnout Engelen
c14855fd8b
Update config to 1.4.1 (#31101) 2022-02-01 17:21:30 +01:00
Johan Andrén
9b97614b95
JDK 17 CI nightly job (#31085) 2022-01-27 16:14:29 +01:00
Johan Andrén
cea42b2a4d
Handle ShardsUpdated when waiting for remember entities (#31092)
Also, don't send updates if passivation is disabled
2022-01-27 16:00:35 +01:00
Peter Vlugter
03886e28b6
Fix Scala 2.12 compile of akka-persistence-tck (#31094) 2022-01-27 09:08:51 +01:00
Peter Vlugter
84c19321e6
Add frequency sketch for passivation strategies (#31078) 2022-01-27 15:06:34 +13:00
Enno Runne
bdcb962e4c
chore: scheduled link validation (#31086) 2022-01-25 19:18:05 +01:00
Johan Andrén
7ff3d9fbff
Optimize recipient serialization cache (#31084)
* New benchmark specifically for SerializationFormatCache
* avoid caching serialized form of temporary actors
2022-01-25 15:41:03 +01:00
Arnout Engelen
609a7c5f8d
scala3: fix some doc samples that didn't compile (#31016) 2022-01-25 15:37:33 +01:00
Desmond Yeung
f8a47eae3e
Optimize apply for fragmented ByteStrings (#31070) (#31075) 2022-01-24 20:53:42 +01:00
Johan Andrén
160be0be93
Bump shaded protobuf version to 3.16.1 for DoS fix (#31072) 2022-01-24 20:48:16 +01:00
Andrei Arlou
6c5fa4e61c
docs: Use apidoc directive in serialization-jackson.md (#31001) 2022-01-24 13:27:50 +01:00
Prateek Gupta
53548d920d
Updated the java reference docs with cancelReceiveTimeout (#31067) 2022-01-19 13:01:22 +01:00
kerr
4585c3823e
=act Reset receiveTimeoutData to emptyReceiveTimeoutData when cancel (#31059) 2022-01-19 12:17:51 +01:00
Arnout Engelen
9d0684d875
Fix compilation of stream tests on Scala 2.12 (#31062) 2022-01-14 12:13:42 +01:00
Andrei Arlou
1f2e15d944
Use apidoc directive in distributed-data.md (#22904) (#31017) 2022-01-13 16:22:29 +01:00
Andrei Arlou
a04626b48b
Use apidoc directive in general/stream/stream-design.md (#22904) (#30983) 2022-01-13 12:58:08 +01:00
Alexis Hernandez
209bdf070a
Update distributed-data.md (#31051)
Remove extra keyword (`this`).
2022-01-13 10:56:24 +01:00
Johan Andrén
b9a1a66058
Convenience stream operators for publishing and subscribing to typed pub sub #31037 2022-01-12 16:12:15 +01:00
Andrei Arlou
ccd5219de8
Use apidoc directive in typed/logging.md (#22904) (#31049) 2022-01-12 13:10:51 +01:00
yongjiaw
12b84fb2c7
New stream operator aggregateWithBoundary #30797 2022-01-11 16:15:07 +01:00
Alexis Hernandez
04e22c3687
Update ReplicatorMessageAdapter#subscribe (#31050)
The method was calling `unsubscribe` twice.
2022-01-11 12:31:51 +01:00
Johannes Rudolph
221da34234
build: update to sbt 1.5.8 (#31052) 2022-01-10 12:35:04 +01:00
Arnout Engelen
4292a81138
Add UID to Slf4j MDC (#31039)
This UID can be used to distinguish logging from different
ActorSystem incarnations even when they have the same host
and port.

This UID already existed in akka-remote, but to avoid
introducing a dependency between akka-slf4j and akka-remote
this change pulls it up to the ActorSystem.
2022-01-10 12:33:04 +01:00
Matthias Kurz
4fb7bd9bfa
Update ssl-config-core 0.6.0 (was 0.4.3) (#31046)
* ssl-config-core 0.6.0 (was 0.4.3)

ref: https://github.com/playframework/play-ws/pull/590/files

* Make validateDefaultTrustManager no-op

Co-authored-by: takayahilton <takayahilton@gmail.com>
2022-01-07 12:46:16 +01:00
Nitika Agarwal
0211055a1d
Replace FoldSink with sink in the documentation (#31036) 2022-01-07 10:49:12 +01:00
Scala Steward
4a1cc0c14c
Update scala3-library to 3.1.1-RC2 (#31044) 2022-01-07 10:39:31 +01:00
purvaagrawal25
3f98276195
Fixed external links akka-protobuf and akka-remote (#31038)
* Fixed external links akka-protobuf and akka-remote

* Fixed external links akka-remote

* Updated the outdated links akka-remote
2022-01-06 16:40:42 +01:00
Scala Steward
088b63be1a
Update logback-classic to 1.2.10 (#31042) 2022-01-06 15:21:58 +01:00
Scala Steward
63edc0bc58
Update metrics-core, metrics-jvm to 4.2.7 (#31043) 2022-01-06 15:21:43 +01:00
Arnout Engelen
4640338e73
jackson: don't fail serializing empty beans (#31033)
Notably, case objects.

It's not entirely clear to me why this started failing on Scala 3,
`AccountExampleSpec` picks `JacksonCborSerializer` both for Scala 2
and Scala 3, but only on 3 seems to require this option.
2022-01-06 15:21:09 +01:00
Prateek Gupta
b56d3a104b
fix the java example code for custom mailbox in akka-docs (#31034) 2022-01-06 15:06:55 +01:00
AndyChen
799255ef6c
fix reliable delivery doc example #31026 (#31027) 2022-01-03 09:17:45 +01:00
Andrei Arlou
860681ce81
Use apidoc directive in multi-node-testing.md (#22904) (#31022) 2022-01-03 09:06:54 +01:00
Oliver Heger
e4a56d7cfb
Update upper version bound for scala-java8-compat in OSGi (#31024) (#31025)
Align the version range with the actual versions of the
scala-java8-compat dependency for the different Scala versions.
2022-01-03 08:52:17 +01:00
GKuldeepak-Knoldus
d56feb6275
Fix external links - seventh iteration (akka-actor) (#31021)
* Fix external links - seventh iteration (akka-actor)

* Updated external link
2022-01-03 08:51:06 +01:00
GKuldeepak-Knoldus
14746d3dc4
Fix external links - sixth iteration (LICENSE) (#31020) 2021-12-28 13:43:54 +01:00
GKuldeepak-Knoldus
f9dc476aae
migrate-SBT-Dependencies (#31014) 2021-12-23 13:58:30 +01:00
Arnout Engelen
602eb45dcc
scala3: show scala3-compatible code in most of akka-docs (#30974)
* scala3: show scala3-compatible code in most of akka-docs

There are some Streams samples that don't compile with Scala 3
yet.

* Fix warnings/errors

* scalafmtSbt
2021-12-23 11:33:21 +01:00
Patrik Nordwall
8015a0c0c8
Remove unused import in PersistenceTestKitDurableStateStoreSpec (#31012)
* fails in Scala 2.12 build
* PersistenceTestKitDurableStateStoreSpec.scala:13:48: imported `PersistenceTestKitDurableStateStore` is permanently hidden by definition of object PersistenceTestKitDurableStateStore in package scaladsl
2021-12-23 18:28:02 +13:00
Muskan Gupta
0d76eb4eeb
Fix examples (#31002) 2021-12-22 13:11:02 +01:00
Patrik Nordwall
509b3be617
Disable multi-node with Aeron, #31010 (#31011) 2021-12-22 07:41:57 +01:00
Enno Runne
54c33494b7
docs: update persistence plugin listings (#31009) 2021-12-21 09:01:26 +01:00
Andrei Arlou
aaae2b6497
Add @deprecated to akka.stream.OverflowStrategy#dropNew (#30977) (#30993) 2021-12-20 14:16:12 +01:00
Patrik Nordwall
65f5289b56
Latest for mima 2.6.18 (#31008) 2021-12-20 14:15:32 +01:00
Patrik Nordwall
a94e692463
Update to logback 1.2.9, and Paradox 0.41 (#31006) 2021-12-20 11:17:56 +01:00
Johan Andrén
a2293c4d17
Fix for build failure on Scala 2.12 (#31007)
* Fix for build failure on Scala 2.12

* formatting...
2021-12-20 11:17:11 +01:00
Muskan Gupta
467a46d2db
Replace FoldSink with sink (#31003) 2021-12-20 09:18:28 +01:00