AndyChen(Jingzhang)
a11d4034aa
feat: Java API for ExternalShardAllocationStrategy ( #1246 )
...
support Java API in ExternalShardAllocationStrategy.
2024-04-02 09:40:59 +08:00
PJ Fanning
276a757d77
fix issue with forkjoin ( #1245 )
2024-03-31 19:12:45 +02:00
He-Pin(kerr)
aba2785428
chore: Fix typo for Source.fromIterator operator. ( #1242 )
2024-03-31 17:12:04 +08:00
PJ Fanning
a2835b029d
support jdk9 forkjoinpool maximum-pool-size ( #485 )
...
* support jdk9 forkjoinpool maximum-pool-size
Update PekkoJdk9ForkJoinPool.scala
Update ForkJoinPoolConstants.scala
scala 2.12 compile issue
review comments
use methodhandle
review comments
* refactor imports
Update PekkoJdk9ForkJoinPool.scala
2024-03-30 13:45:02 +01:00
injae kim
9e54e4695b
Fix mustBeAbleToUseMapWithAutoCloseableResource broken test ( #1241 )
...
Closes #1229 .
2024-03-30 13:20:31 +01:00
He-Pin(kerr)
ecdea09145
chore: Reduce convertions in javadsl's unfold operator. ( #1236 )
2024-03-28 15:55:51 +08:00
PJ Fanning
ebf5c89a83
remove incubator notice ( #1216 )
...
* remove incubator notice
* rework
2024-03-24 22:38:04 +01:00
PJ Fanning
fbd36f4b33
fix evaluation in nightly-builds.yml ( #1234 )
2024-03-24 13:02:22 +01:00
He-Pin(kerr)
c55837e2a8
chore: Add missing create method to javadsl Graph ( #1230 )
2024-03-24 19:57:42 +08:00
PJ Fanning
f71c083aa2
run sbt doc in nightly build for Scala 3 but with without genjavadoc ( #1231 )
2024-03-24 11:09:22 +01:00
He-Pin(kerr)
0e947ae9c3
chore: Skip genjavadoc on Scala 3.3 ( #1226 )
2024-03-24 14:30:16 +08:00
PJ Fanning
2fd70ee353
netty 4.1.108.Final ( #1223 )
2024-03-24 03:46:00 +01:00
PJ Fanning
55532f5d23
aeron 1.20.0 ( #1224 )
2024-03-24 02:27:20 +01:00
He-Pin(kerr)
c818001180
chore: Fix scala constructor finding tests for scala 3. ( #1220 )
...
* chore: Fix scala constructor finding tests for scala 3.
* reorder imports
2024-03-24 00:27:25 +08:00
He-Pin(kerr)
33a845a9e9
chore: Fix expectNextWithTimeoutPF ( #1218 )
2024-03-23 19:39:04 +08:00
PJ Fanning
e3410bcaa8
Pekko becomes TLP ( #1214 )
2024-03-22 14:16:08 +01:00
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