scala-steward-asf[bot]
b90c543037
Update sbt-pekko-build to 0.4.4 ( #1926 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-06-29 14:09:43 +08:00
scala-steward-asf[bot]
8722a8b37c
Update docker-java-core, ... to 3.5.2 ( #1925 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-06-29 14:08:48 +08:00
He-Pin(kerr)
f8f1fa594a
chore: Add scalafmt commit revision to git blame ignore. ( #1920 )
2025-06-24 17:25:56 +08:00
PJ Fanning
220981a141
try making TLS v1.3 the default ( #1901 )
...
* try making TLS v1.3 the default
* tls 1.3 in docs and some test fixes (new cipher suites)
* remove TLS_CHACHA20_POLY1305_SHA256
* run java 24 tests
* Update RemoteConfigSpec.scala
* Revert "run java 24 tests"
This reverts commit 479408951303e4389b88d288a5ac4aa0d448c4d3.
* test issues
* Update TcpSpec.scala
2025-06-24 10:23:14 +01:00
He-Pin(kerr)
9577b01b10
chore: bump scalafmt to 3.9.7 ( #1916 )
2025-06-24 10:27:14 +02:00
PJ Fanning
21ad8968b1
try to fix broken cluster metrics test ( #1912 )
...
* try to fix broken cluster metrics test
* Update NumberInputStream.scala
* Update nightly-builds.yml
* add tests
* scalafmt
2025-06-23 09:15:17 +01:00
He-Pin(kerr)
3050c2af73
chore: Set vector builder to null after stage completed to avoid leak. ( #1917 )
2025-06-23 10:54:47 +08:00
scala-steward-asf[bot]
2ef02d0f2b
Update metrics-core, metrics-jvm to 4.2.33 ( #1915 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-06-22 15:44:36 +08:00
PJ Fanning
e6e653b0a8
remote duplicate line in reference.conf ( #1913 )
2025-06-20 12:25:22 +02:00
PJ Fanning
f4d8b8323f
tidy up metrics exchange ( #1899 )
...
* tidy up metrics exchange
Update NumberInputStream.scala
scalafmt
Update NumberInputStream.scala
partial test
scalafmt
Update NumberInputStreamSpec.scala
Update NumberInputStreamSpec.scala
Update NumberInputStreamSpec.scala
* Update NumberInputStreamSpec.scala
* use system.dynamicAccess.classLoader
* scalafmt
* Update NumberInputStream.scala
2025-06-16 11:29:23 +01:00
dependabot[bot]
c89068f865
chore(deps): bump sbt/setup-sbt from 1.1.7 to 1.1.9 ( #1898 )
...
Bumps [sbt/setup-sbt](https://github.com/sbt/setup-sbt ) from 1.1.7 to 1.1.9.
- [Release notes](https://github.com/sbt/setup-sbt/releases )
- [Commits](26ab4b0fa1...6c68d2fe8d )
---
updated-dependencies:
- dependency-name: sbt/setup-sbt
dependency-version: 1.1.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-16 09:18:43 +02:00
PJ Fanning
5c33c05710
jackson 2.19.1 ( #1904 )
2025-06-14 13:34:25 +01:00
PJ Fanning
09d18943e3
publish 1.1.4 docs ( #1903 )
2025-06-14 10:30:52 +02:00
PJ Fanning
40ea0bc5cf
Update releases-1.1.md ( #1883 ) ( #1900 )
2025-06-13 15:23:15 +01:00
scala-steward-asf[bot]
6cf17e56c6
Update sbt, scripted-plugin to 1.11.2 ( #1897 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-06-08 14:32:04 +08:00
scala-steward-asf[bot]
fe1b7adc24
Update junit-jupiter-engine to 5.13.1 ( #1896 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-06-08 14:31:14 +08:00
scala-steward-asf[bot]
d591f11940
Update netty-handler, netty-transport to 4.2.2.Final ( #1895 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-06-08 14:30:43 +08:00
scala-steward-asf[bot]
696b210348
Update sbt, scripted-plugin to 1.11.1 ( #1884 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-06-04 15:45:31 +08:00
PJ Fanning
d7f0d51028
support akka configs in InitJoinAck ( #1877 )
...
* support akka configs in InitJoinAck
* Update SeedNodeProcess.scala
* add tests
* add akka version
* Init join ack test (#4 )
* modify mixed protocol test to be strict
Update ClusterDaemon.scala
* Update SeedNodeProcess.scala
* refactor
* rename methods (review comment)
2025-06-03 19:14:09 +01:00
Andreas Lochbihler
de12867f94
Avoid register/unregister race condition that can wipe elements from BroadcastHub ( #1841 )
...
* add test case to demonstrate that BroadcastHub drops elements
* fix the race condition with unregister (refs https://github.com/apache/pekko/issues/1836 )
* address review comment: documentation and separate constructor instead of default arguments
* address review comments
* Update Hub.scala
---------
Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>
2025-06-02 12:13:50 +01:00
scala-steward-asf[bot]
4ffa81a64c
Update junit-jupiter-engine to 5.13.0 ( #1879 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-06-01 09:21:54 +01:00
scala-steward-asf[bot]
5e5f5d6366
Update protobuf-java to 4.31.1 ( #1878 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-06-01 09:21:19 +01:00
He-Pin(kerr)
197fb6e60e
fix: Change aggregateWithBoundary operator in javadsl to use Optional. ( #1876 )
2025-05-30 03:20:51 +08:00
He-Pin(kerr)
572bebd619
fix: Fix wrong name attribute for iterate and mapAsyncPartitionUnordered operators. ( #1869 )
2025-05-29 10:16:54 +08:00
He-Pin(kerr)
e6662e12de
feat: Add dropRepeated stream operator. ( #1868 )
2025-05-29 06:43:17 +08:00
PJ Fanning
9227912ea6
Join cluster check adjusted to support akka ( #1866 )
...
* update cluster initjoin check to support akka
* add test
* extra test
2025-05-27 19:49:57 +01:00
He-Pin(kerr)
980430a399
feat: Add onComplete support for statefulMapConcat operator. ( #1870 )
...
* feat: Add onComplete support for statefulMapConcat operator.
* Update stream/src/main/scala/org/apache/pekko/stream/scaladsl/StatefulMapConcatAccumulator.scala
Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>
* Update stream/src/main/scala/org/apache/pekko/stream/javadsl/StatefulMapConcatAccumulator.scala
---------
Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>
2025-05-28 01:11:45 +08:00
PJ Fanning
81559093dd
allow compat check in cluster test ( #1865 )
2025-05-26 13:06:24 +02:00
scala-steward-asf[bot]
e643d7ed49
Update metrics-core, metrics-jvm to 4.2.32 ( #1867 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-05-25 12:48:17 +08:00
scala-steward-asf[bot]
8a9e2ffa7e
Update sbt, scripted-plugin to 1.11.0 ( #1863 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-05-24 12:30:31 +01:00
PJ Fanning
9ab6856965
support jackson enum features ( #1845 )
...
* support jackson enum features
* Update JacksonObjectMapperProvider.scala
* Update JacksonSerializerSpec.scala
* Update JacksonSerializerSpec.scala
* Update JacksonSerializerSpec.scala
2025-05-23 16:00:11 +01:00
PJ Fanning
fdbd1b3569
CI: increase publish retries ( #1862 )
2025-05-23 14:43:04 +01:00
PJ Fanning
c44dc07ed8
Issue forming mixed Akka/Pekko cluster when classic remoting with SSL/TLS is used ( #1857 )
...
* create test for mixed cluster (classic netty with ssl)
* wip
* truststore/keystore
* Update MixedProtocolClusterSpec.scala
* Update MixedProtocolClusterSpec.scala
2025-05-21 20:58:30 +01:00
PJ Fanning
1035de65ec
CI: github actions use sha instead of version ( #1858 )
2025-05-21 16:50:08 +02:00
PJ Fanning
f905240114
use scacap action ( #1853 )
...
* use scacap action
* Update timing-tests.yml
2025-05-20 09:24:17 +01:00
scala-steward-asf[bot]
e308cf5e10
Update protobuf-java to 4.31.0 ( #1852 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-05-18 10:57:49 +01:00
scala-steward-asf[bot]
733ab5dd90
Update docker-java-core, ... to 3.5.1 ( #1851 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-05-18 10:06:43 +08:00
Kim Seon Woo
b2dd0a7508
chore: Add how to use Intellij IDEA on README.md ( #1849 )
2025-05-16 15:09:14 +08:00
dependabot[bot]
261fe397a9
chore(deps): bump VirtusLab/scala-cli-setup from 1.7.1 to 1.8.0 ( #1844 )
...
Bumps [VirtusLab/scala-cli-setup](https://github.com/virtuslab/scala-cli-setup ) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/virtuslab/scala-cli-setup/releases )
- [Commits](6fc878be89...ca54569bf1 )
---
updated-dependencies:
- dependency-name: VirtusLab/scala-cli-setup
dependency-version: 1.8.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-12 11:13:20 +08:00
scala-steward-asf[bot]
e4e53a3c63
Update sbt-scalafix to 0.14.3 ( #1837 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-05-09 13:50:23 +08:00
scala-steward-asf[bot]
b294bd9556
Update jackson-core to 2.18.4 ( #1838 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-05-09 04:40:22 +01:00
scala-steward-asf[bot]
f70f45bcb2
Update netty-handler, netty-transport to 4.2.1.Final ( #1839 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-05-09 04:39:57 +01:00
dependabot[bot]
14a98afce7
chore(deps): bump VirtusLab/scala-cli-setup from 1.5.4 to 1.7.1 ( #1803 )
...
* chore(deps): bump VirtusLab/scala-cli-setup from 1.5.4 to 1.7.1
Bumps [VirtusLab/scala-cli-setup](https://github.com/virtuslab/scala-cli-setup ) from 1.5.4 to 1.7.1.
- [Release notes](https://github.com/virtuslab/scala-cli-setup/releases )
- [Commits](ef3764b372...6fc878be89 )
---
updated-dependencies:
- dependency-name: VirtusLab/scala-cli-setup
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* add version comment
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>
2025-05-08 17:14:20 +01:00
He-Pin(kerr)
d286408673
chore: update Scala 3 to 3.3.6 ( #1817 )
...
* chore: test with scala 3.3.6
* chore: bump version to 3.3.6-RC3
* chore: bump version to 3.3.6
2025-05-08 00:56:24 +08:00
scala-steward-asf[bot]
0186524141
Update sbt-develocity to 1.2.1 ( #1834 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-05-04 09:35:47 +01:00
Matthew de Detrich
b865cf11e0
chore: Add since for newly added methods
2025-05-02 17:23:51 +02:00
PJ Fanning
d16d5c2c36
avoid using deprecated Jackson methods ( #1830 )
2025-05-02 15:38:00 +01:00
scala-steward-asf[bot]
ccb24f53b9
Update protobuf-java to 4.30.2 ( #1828 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-04-27 10:36:38 +02:00
scala-steward-asf[bot]
6ded95246a
Update gson to 2.13.1 ( #1827 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-04-27 11:34:26 +08:00
He-Pin(kerr)
b0049e695d
feat: Add invokeWithFeedbackCompletionStage for javadsl. ( #1819 )
...
* feat: Add invokeWithFeedbackCompletionStage for javadsl.
* Update stream/src/main/scala/org/apache/pekko/stream/stage/GraphStage.scala
2025-04-22 22:08:01 +08:00