Commit graph

27772 commits

Author SHA1 Message Date
Arnout Engelen
dcd2654b83
WIP release candidate staging workflow
All checks were successful
Binary Compatibility / Check / Binary Compatibility (push) Has been skipped
Update Dependency Graph / Update Dependency Graph (push) Has been skipped
2025-10-07 12:14:14 +02:00
scala-steward-asf[bot]
aec4fafa49
Update sbt-license-report to 1.9.0 (#2267)
All checks were successful
Binary Compatibility / Check / Binary Compatibility (push) Has been skipped
Update Dependency Graph / Update Dependency Graph (push) Has been skipped
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-09-25 11:56:18 +02:00
dependabot[bot]
c5c6a5e4ed
chore(deps): bump scacap/action-surefire-report from 1.9.0 to 1.9.1 (#2266)
Bumps [scacap/action-surefire-report](https://github.com/scacap/action-surefire-report) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/scacap/action-surefire-report/releases)
- [Commits](1a128e49c0...5609ce4db7)

---
updated-dependencies:
- dependency-name: scacap/action-surefire-report
  dependency-version: 1.9.1
  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-09-25 08:55:42 +08:00
He-Pin(kerr)
3cfe37f016
chore: Use array list for better performance in BroadcastHub (#2262)
* chore: Use array list for better performance in BroadcastHub

* chore: add benchmark
2025-09-25 08:50:27 +08:00
PJ Fanning
91554a46db
protect 1.3.x branch (#2264) 2025-09-24 14:10:42 +01:00
PJ Fanning
a55a719c8e
release notes for 1.2.1 (#2245) 2025-09-24 11:58:14 +01:00
He-Pin(kerr)
a579679445
feat: Add Sink#source (#2250)
* feat: Add Sink#source
2025-09-23 17:10:26 +08:00
He-Pin(kerr)
391b71a3d0
chore: Rewrite ClassContext with scala (#2260) 2025-09-22 17:16:17 +08:00
He-Pin(kerr)
750bf235f1
chore: Fuse in and out handler for setupStage (#2259) 2025-09-22 17:16:02 +08:00
Ronan Takizawa
878d219f1f
fix: run AsyncDnsResolverIntegrationSpec on Apple M series machines (#2249)
* fix: run Apple M series machines

* fix: use better docker image

* fix: remove unnecessary changes

* fix: fix unnnecessary changes

* fix: fix unnecessary changes

* fix: remove 2 unnecessary files

* fix: revert to working version

* fix: remove actor-tests/src/test/bind/etc/named.conf.logging
2025-09-22 10:39:54 +08:00
PJ Fanning
34285df046
Update ByteStringSpec.scala (#2257) 2025-09-22 10:23:23 +08:00
dependabot[bot]
2684a7fe44
chore(deps): bump VirtusLab/scala-cli-setup from 1.9.0 to 1.9.1 (#2258)
Bumps [VirtusLab/scala-cli-setup](https://github.com/virtuslab/scala-cli-setup) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/virtuslab/scala-cli-setup/releases)
- [Commits](b1b5d003a3...77834b5926)

---
updated-dependencies:
- dependency-name: VirtusLab/scala-cli-setup
  dependency-version: 1.9.1
  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-09-22 09:57:56 +08:00
PJ Fanning
183fda795f
refactor compiler options (#2253)
* refactor compiler options

* move jdk9 test into standard test source

* Fix scalacOptions flag from '--release' to '-release'

* whitespace

* unused import

* Update IterablePublisherViaJavaFlowPublisherTest.scala

* Update Jdk9.scala
2025-09-21 22:12:19 +01:00
PJ Fanning
92ca0314c0
silence compiler warnings new in scala 2.13.17 (#2255)
* silence compiler warning new in scala 2.13.17

* Update FrequencySketch.scala
2025-09-21 23:01:40 +08:00
PJ Fanning
ff3bed8cdc
remove stray ref to java 8 in build (#2252) 2025-09-21 13:15:08 +01:00
He-Pin(kerr)
0ddb7a2ec7
chore: Make val debug final (#2251) 2025-09-21 19:39:39 +08:00
He-Pin(kerr)
a1ade992ff
feat: Add Sink#count operator. (#2244)
* feat: Add Sink#count operator.

* Use .asInstanceOf for better performance

---------

Co-authored-by: Matthew de Detrich <mdedetrich@gmail.com>
2025-09-21 16:15:13 +08:00
Ronan Takizawa
57812486e1
fix: drop vavr (#2248) 2025-09-21 01:33:46 +08:00
PJ Fanning
343491bcdb
remove unused script (#2247) 2025-09-20 23:15:02 +08:00
PJ Fanning
d555a86f6d
remove unnecessary items from license (#2246) 2025-09-20 14:33:39 +01:00
PJ Fanning
3a67477afd
remove unnecessary scalafix plugin (#2243)
* remove unnecessary scalafix plugin

* Update .scalafix.conf
2025-09-20 19:47:35 +08:00
Ronan Takizawa
1feb26f89e
fix: drop fiddle_code (#2237)
* fix: drop fiddle_code

* fix: fix indentation

* fix: fix formatting

* fix: fix failing pull request test
2025-09-20 09:04:55 +01:00
He-Pin(kerr)
4f2434b650
chore: Drop @unused annotation from pekko (#2241) 2025-09-20 13:28:02 +08:00
He-Pin(kerr)
5657514b39
chore: Add revision to git ignore blame (#2240) 2025-09-20 11:37:08 +08:00
He-Pin(kerr)
870d4499cc
chore: sort imports (#2235) 2025-09-20 11:30:05 +08:00
He-Pin(kerr)
4d89553471
chore: Use scala.jdk.CollectionConverters (#2236) 2025-09-20 11:15:41 +08:00
He-Pin(kerr)
d89f3ff6ab
Update scalafmt version to 3.9.10 (#2225) 2025-09-20 01:18:13 +08:00
He-Pin(kerr)
8254acc0e8
chore: Remove ccompat.JavaConverters (#2234) 2025-09-20 01:12:16 +08:00
He-Pin(kerr)
9b2853c730
chore: Use scala.jdk.DurationConverters (#2205) 2025-09-20 01:05:11 +08:00
He-Pin(kerr)
875840d3b8
chore: Remove pekko.util.FutureConverters (#2207)
* chore: Remove pekko.util.FutureConverters
2025-09-20 00:42:52 +08:00
PJ Fanning
04f5fcd1b7
chore: Use Scala Option Converter (#2203)
* chore: Use Scala Option Converter
---------

Co-authored-by: He-Pin <hepin1989@gmail.com>
2025-09-19 23:34:29 +08:00
He-Pin(kerr)
9b5e641246
feat: Add sneakyThrow for Java (#2218) 2025-09-19 22:44:53 +08:00
He-Pin(kerr)
3969ae8276
chore: Remove serialversion-remover-plugin (#2204) 2025-09-19 22:17:45 +08:00
He-Pin(kerr)
8c48393cd3
chore: Remove pekko.dispatch.ExecutionContexts.parasitic (#2208)
* chore: Remove pekko.dispatch.ExecutionContexts.parasitic

* .
2025-09-19 22:17:20 +08:00
He-Pin(kerr)
5acdace08c
chore: Remove compat Future (#2212) 2025-09-19 22:16:21 +08:00
PJ Fanning
e66cda2899
remove some stray java version checks (#2227) 2025-09-17 09:31:23 +02:00
scala-steward-asf[bot]
ee704f7e5a
Update sbt-develocity to 1.4 (#2223)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-09-17 02:07:21 +08:00
scala-steward-asf[bot]
db43bf4697
Update metrics-core, metrics-jvm to 4.2.37 (#2224)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-09-17 02:07:03 +08:00
Matthew de Detrich
daf3458185
Use stdlib IntFunction to not allow throwing (#2200) 2025-09-15 19:19:27 +08:00
scala-steward-asf[bot]
94ae86fa6f
Update sbt-header to 5.11.0 (#2217)
* Update sbt-header to 5.11.0

* chore: fix imports

---------

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: He-Pin <hepin1989@gmail.com>
2025-09-14 14:26:08 +08:00
scala-steward-asf[bot]
c0ffd72dec
Update protobuf-java to 4.32.1 (#2216)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-09-14 09:11:21 +08:00
He-Pin(kerr)
4d7bc6899e
chore: remove scala.compat.java8 in osgi (#2211)
* chore: remove scala.compat.java8 in osgi

* chore: Remove java 8 compat
2025-09-14 06:11:12 +08:00
PJ Fanning
f2b677dfa0
remove scala 2.12 support (#1986)
* remove scala 2.12 support

* move around some source because we don't need as many source dirs

* move more files

* remove annotations

* remove annotations

* Create remove-scala-2.12-support.excludes

* remove some scala-2.12 refs

* remove compat.PartialFunction

* Update remove-scala-2.12-support.excludes
2025-09-13 10:03:10 +01:00
He-Pin(kerr)
0f6def662f
chore: Make use of japi.funtion.* in Patterns (#2198) 2025-09-13 15:45:20 +08:00
PJ Fanning
f48ec1d425
update docs for calculateDelay (#2196)
* add back BackoffSupervisor.calculateDelay due to bin compat issues (#2195)

* add back BackoffSupervisor.calculateDelay due to bin compat issues

* Update BackoffSupervisor.scala

* Update releases-1.2.md

* Update BackoffSupervisor.scala

* remove deprecated method
2025-09-12 17:32:37 +01:00
He-Pin(kerr)
42c2b493cb
chore: Remove japi.option method (#2193)
* chore: Remove japi.option method

* .
2025-09-12 03:04:35 +08:00
scala-steward-asf[bot]
e8f241dba6
Update sbt-license-report to 1.8.0 (#2189)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-09-11 17:11:02 +08:00
scala-steward-asf[bot]
a77b6f162c
Update gson to 2.13.2 (#2190)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-09-11 17:10:42 +08:00
scala-steward-asf[bot]
38b52eab96
Update gson to 2.13.2 (#2190)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-09-11 17:10:37 +08:00
scala-steward-asf[bot]
4405e736c1
Update typesafe:config to 1.4.5 (#2191)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-09-11 17:10:16 +08:00