Commit graph

27758 commits

Author SHA1 Message Date
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
scala-steward-asf[bot]
4ef6400f6a
Update netty-handler, netty-transport to 4.2.6.Final (#2184)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-09-09 17:12:33 +08:00
He-Pin(kerr)
7fb098985b
chore: Remove ReentrantGuard (#2161) 2025-09-09 00:44:23 +08:00
PJ Fanning
91401ebca1
Add 1.2.x branch to binary compatibility checks (#2181) 2025-09-08 16:31:17 +01:00
dependabot[bot]
44d5b78cf2
chore(deps): bump sbt/setup-sbt from 1.1.12 to 1.1.13 (#2179)
Bumps [sbt/setup-sbt](https://github.com/sbt/setup-sbt) from 1.1.12 to 1.1.13.
- [Release notes](https://github.com/sbt/setup-sbt/releases)
- [Commits](f20dc1bc1f...17575ea4e1)

---
updated-dependencies:
- dependency-name: sbt/setup-sbt
  dependency-version: 1.1.13
  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-08 11:33:25 +08:00
He-Pin(kerr)
458ceed37e
feat: Add virtualize support for thread-pool-executor (#2169)
* feat: Add virtualize support for thread-pool-executor

* Update actor/src/main/resources/reference.conf

Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>

* Update actor/src/main/resources/reference.conf

Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>

* Update actor/src/main/resources/reference.conf

Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>

---------

Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>
2025-09-08 00:17:14 +08:00
He-Pin(kerr)
7b96bb8385
chore: Remove ExecutorServiceFactoryProvider from ThreadPoolConfig (#2175) 2025-09-07 20:10:16 +08:00
He-Pin(kerr)
8d9450b19e
chore: Add boolean parameter name when call registerForExecution (#2173) 2025-09-07 20:09:45 +08:00
scala-steward-asf[bot]
c87b3cff72
Update sbt, scripted-plugin to 1.11.6 (#2167)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-09-07 02:02:14 +01:00
He-Pin(kerr)
47e7e23f2d
chore: make toAttributes a lazy val (#2157) 2025-09-06 22:48:52 +08:00
PJ Fanning
9b6797f3d8
add tests for ByteStrings with non-zero startIndex (#2158) 2025-09-06 15:35:16 +01:00
He-Pin(kerr)
c708891504
chore: Use while loop (#2155) 2025-09-06 17:10:32 +08:00
PJ Fanning
6e436584ac
extend ByteString benchmarks (#2154)
* extend ByteString benchmarks

* Update ByteString_indexOf_Benchmark.scala
2025-09-06 09:18:14 +01:00
PJ Fanning
72808dc035
test ByteString lastIndexOf (#2151) 2025-09-06 00:15:04 +01:00
He-Pin(kerr)
7cf3f6193d
feat: Add andThen and compose to japi function (#2147)
* feat: Add andThen and compose to japi function

* Update actor/src/main/scala/org/apache/pekko/japi/function/Function.scala

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update actor/src/main/scala/org/apache/pekko/japi/function/Function.scala

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update actor/src/main/scala/org/apache/pekko/japi/function/Function.scala

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update actor/src/main/scala/org/apache/pekko/japi/function/Function.scala

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* .

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-06 01:36:10 +08:00