Commit graph

27170 commits

Author SHA1 Message Date
PJ Fanning
0646754739
forward fit Akka compat changes (#1211)
* Handle mixed akka/pekko protocol names

* add extra changes needed to get akka cluster support

* add default for pekko.remote.akka.version (#1112)

* add default for pekko.cluster.akka.version

* refactor configs

* Update reference.conf

* add validations for config settings

* Update RemoteSettings.scala

* Update RemoteSettingsSpec.scala

* scalafmt

---------

Co-authored-by: Matthew de Detrich <matthew.dedetrich@aiven.io>
2024-03-22 10:23:09 +01:00
He-Pin(kerr)
4bb851db12
chore: Remove default parameter of AbruptStreamTerminationException (#1212) 2024-03-21 16:02:32 +08:00
He-Pin(kerr)
55477ac6eb
Add missing java api for StreamTestKit (#1186)
* Add missing java api for StreamTestKit

* polish

* chore: Add more methods to streamKit

---------

Co-authored-by: naosense <pingao777@gmail.com>
2024-03-20 23:31:25 +08:00
He-Pin(kerr)
b4ff0fcabf
chore: Pull instead of throw exception in groupBy operator. (#1210)
When a sub stream is already closed, but the main stream is still continue, instead of throw a TooManySubStreamOpenException, just drop the current element and continue pulling.
2024-03-20 11:48:39 +08:00
Matthew de Detrich
689e30bbe9 Fix uncaught decider exception in Split with Supervision.resumingDecider 2024-03-19 16:41:51 +01:00
PJ Fanning
fcd0e0710e
build with protoc 3.25.3 (#1209)
* build with protoc 3.25.3

* centralise protobuf versions
2024-03-19 11:28:28 +01:00
He-Pin(kerr)
da5d8098e8
chore: Fuse In/OutHandler into GraphStageLogic. (#1208) 2024-03-19 14:09:39 +08:00
He-Pin(kerr)
5a0b2c1cfa
chore: Add a base termination for abrupt stream termination exceptions. (#1201) 2024-03-18 17:54:57 +08:00
PJ Fanning
537669243e
remove unused scripts (#1198) 2024-03-16 23:48:26 +01:00
PJ Fanning
d72584801d
add license header (#1199) 2024-03-16 19:18:24 +08:00
PJ Fanning
17577cfcc9
support config for jackson buffer recycler pool (#1192)
* support config for jackson buffer recycler pool

* Update JacksonFactorySpec.scala

* Update JacksonFactorySpec.scala

* add blank lines
2024-03-15 22:16:52 +01:00
Matthew de Detrich
62003e99aa Set Pekko Sbt Paradox to release 2024-03-15 19:22:36 +01:00
哇呜哇呜呀咦耶
1bdd6ed80e
Improve migration documentation (#1193) 2024-03-15 14:38:22 +01:00
He-Pin(kerr)
7eef4e017d
chore:Fix up typos for unfoldResource* operators. (#1190) 2024-03-15 02:17:44 +08:00
Matthew de Detrich
1b63e60a30 Update genjavadoc 2024-03-12 10:23:00 +01:00
PJ Fanning
014523b3f1
jackson 2.16.2 (#1184)
* jackson 2.16.2

* Update reference.conf
2024-03-10 14:26:21 +01:00
scala-steward-asf[bot]
74142920b3
Update scala3-library to 3.3.3 (#1169)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-03-09 22:18:10 +01:00
PJ Fanning
06cff559a4
some doc changes (#1177) 2024-03-09 13:57:01 +01:00
Nicolas Vollmar
fa5c83f36f Add handling for tcp register timeout leaving connection dead 2024-03-09 10:51:12 +01:00
PJ Fanning
46e60a61fb
upgrade some docker-client transitive dependencies (#1181)
Update Dependencies.scala

Update Dependencies.scala
2024-03-06 15:39:57 +01:00
PJ Fanning
baedbe61d8
provide more memory to sbt jobs (#1176) 2024-03-04 20:33:10 +01:00
PJ Fanning
7ce503e92e
1.0.3-M1 release notes (#1055) (#1175)
* 1.0.3-M1 release notes

* Update index.md

* Update index.md

* Update index.md

* fix typo
2024-03-04 19:13:53 +01:00
PJ Fanning
0843f368a6
Update v1.0.3-M1 details in migration-guides.md (#1172)
* Update v1.0.3-M1 details in migration-guides.md

* Update migration-guides.md
2024-03-04 19:13:36 +01:00
Matthew de Detrich
61c3dd4779 fix logo / favicon issue 2024-03-04 16:32:05 +01:00
Matthew de Detrich
e20e8a1e18 Update sbt-pekko-paradox 2024-03-03 13:13:35 +01:00
scala-steward-asf[bot]
14bbb4007b
Update docker-java-core, ... to 3.3.6 (#1166)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-03-03 10:18:00 +01:00
scala-steward-asf[bot]
40f45432f5
Update sbt-scalafix to 0.12.0 (#1165)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-03-03 10:16:59 +01:00
scala-steward-asf[bot]
c1b7398ca6
Update sbt-source-dist to 0.1.12 (#1167)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-03-03 10:16:12 +01:00
He-Pin(kerr)
1c85155047
chore: Replace Akka with Pekko in ActorSystem.scala (#1163) 2024-03-01 11:37:25 +08:00
He-Pin(kerr)
c8a99aa590
chore: Remove the deprecation of statefulMapConcat operator. (#1147) 2024-02-29 13:11:11 +08:00
AndyChen(Jingzhang)
2fdf7c9e9b
fix: proper path when promise actor terminated quickly (#1156) 2024-02-28 09:15:01 +01:00
He-Pin(kerr)
d884540c92
chore: Update Scala to 2.13.13 (#1155)
* chore: Update Scala to 2.13.13

* chore: Remove unused imports

* chore: Update Scala version to 2.13.13 in link-validator.conf
2024-02-28 12:53:22 +08:00
scala-steward-asf[bot]
dbfdcb678d
Update mockito-4-11 to 3.2.18.0 (#1154)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-02-27 14:23:25 +01:00
scala-steward-asf[bot]
d55fbd1d4c
Update scalafmt-core to 3.8.0 (#1153)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-02-27 10:08:21 +01:00
scala-steward-asf[bot]
b1418b076b
Update scala-library to 2.12.19 (#1151)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-02-27 11:39:26 +08:00
Nicolas Vollmar
613a45bad9
Rework PhiAccrualFailureDetector to enable monitoring of interval (#1137)
* Introduce trait to avoid matching concrete subclass
* Extract interval method to make it available for recording metrics

---------
Co-authored-by: Matthew de Detrich <matthew.dedetrich@aiven.io>
2024-02-26 12:27:04 +01:00
scala-steward-asf[bot]
d63aeccdff
Update sbt-reproducible-builds to 0.32 (#1143)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-02-25 10:55:30 +01:00
scala-steward-asf[bot]
42f953bcbe
Update sbt-scalafmt to 2.5.2 (#1145)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-02-25 10:54:55 +01:00
scala-steward-asf[bot]
d1ba69c243
Update scalafmt-core to 3.7.17 (#1146)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-02-25 10:54:19 +01:00
scala-steward-asf[bot]
c619f0fe59
Update docker-java-core, ... to 3.3.5 (#1142)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-02-25 10:41:07 +01:00
scala-steward-asf[bot]
5aa4e0d784
Update sbt to 1.9.9 (#1144)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-02-25 13:42:28 +08:00
Matthias Kurz
28314e6798
Use sbt-web 1.5.x despite staying on paradox 0.9.2 (#1135) 2024-02-21 14:35:23 +01:00
PJ Fanning
49d7b91dc0
upgrade to protobuf-java 3.25 (#1105)
* Update Dependencies.scala

* Update Dependencies.scala
2024-02-18 15:09:07 +01:00
Matthew de Detrich
28c5b7c75b
Remove unnecessary scalafmt ignore (#1134) 2024-02-18 11:13:01 +01:00
PJ Fanning
1e41829bf7
in TlsActor flush data to user only after handshake has finished (#1128)
Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>
2024-02-18 10:33:00 +01:00
scala-steward-asf[bot]
c3d0beefed
Update netty-handler, netty-transport to 4.1.107.Final (#1132)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-02-18 09:28:24 +01:00
PJ Fanning
29e1721c1a
protoc 3.20.3 (#1127) 2024-02-18 08:43:33 +01:00
Matthew de Detrich
6ccb5dc21c Pin sbt-paradox updates to 0.9.x 2024-02-18 07:13:42 +01:00
PJ Fanning
53f5ba929f
fix numbering in statefulMap.md (#1130) 2024-02-17 18:46:15 +01:00
Martin Duhem
805b9cbc89 Cache output of assembly
Previously, the build would rebuild over and over the uber jar with the
shaded protobuf3 distribution. With this patch, this is no longer the
case, as the output is cached locally.
2024-02-17 09:36:56 +01:00