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
He-Pin(kerr)
61de190fca
chore: Add doc for AsyncCallback ( #2142 )
2025-09-05 05:56:24 +08:00
He-Pin(kerr)
6f2a65da4c
chore: Make use of japi.function in stream api. ( #2143 )
2025-09-05 03:24:26 +08:00
PJ Fanning
70a9f092dd
remove more deprecation annotations by making fields less accessible ( #2136 )
...
* remove more deprecation annotations by making fields less accessible
* Update ActorMaterializer.scala
* Update ActorMaterializer.scala
2025-09-04 03:52:09 +01:00
He-Pin(kerr)
a0f807d05a
chore: Drop ActorMaterializer class. ( #2137 )
2025-09-04 04:55:07 +08:00
dependabot[bot]
11e2121224
chore(deps): bump VirtusLab/scala-cli-setup from 1.8.5 to 1.9.0 ( #2138 )
...
Bumps [VirtusLab/scala-cli-setup](https://github.com/virtuslab/scala-cli-setup ) from 1.8.5 to 1.9.0.
- [Release notes](https://github.com/virtuslab/scala-cli-setup/releases )
- [Commits](54cd42adb9...b1b5d003a3 )
---
updated-dependencies:
- dependency-name: VirtusLab/scala-cli-setup
dependency-version: 1.9.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-09-04 04:45:52 +08:00
scala-steward-asf[bot]
4f3631ef76
Update netty-handler, netty-transport to 4.2.5.Final ( #2133 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-09-04 00:37:40 +08:00
scala-steward-asf[bot]
f4979fdfb0
Update metrics-core, metrics-jvm to 4.2.36 ( #2132 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-09-04 00:37:25 +08:00
He-Pin(kerr)
5db362f58f
chore: Remove the deprecated onDownstreamFinish method in GraphStage ( #2129 )
2025-09-03 03:07:57 +08:00
PJ Fanning
18545a6737
remove ssl-config dependency ( #2127 )
...
* remove ssl-config dependency
* update internal code that doesn't need ActorSystem any more
* scalafmt
2025-09-02 20:04:39 +01:00
PJ Fanning
e3c5fe222c
release notes for 1.2.0 ( #2082 )
...
* release notes for 1.2.0
* Update releases-1.2.md
* Update releases-1.2.md
* Update releases-1.2.md
2025-09-01 11:10:31 +01:00
PJ Fanning
28680b3548
Pin sbt-assembly version to 2.2 ( #2122 )
2025-08-31 14:26:51 +01:00
He-Pin(kerr)
b5131ae689
feat: Add Flow/Source#onErrorResume for javadsl. ( #2120 )
2025-08-31 20:34:34 +08:00
He-Pin(kerr)
617d1c5faa
chore: Remove the deprecated annotation from recoverWith ( #2119 )
2025-08-31 19:11:49 +08:00
He-Pin(kerr)
39cbb3936e
chore: Test if materializerPromise is already completed first. ( #2117 )
2025-08-31 18:48:47 +08:00
scala-steward-asf[bot]
95820eda15
Update jackson-core to 2.20.0 ( #2114 )
...
* Update jackson-core to 2.20.0
* Update Dependencies.scala
---------
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>
2025-08-31 13:56:55 +08:00
scala-steward-asf[bot]
2ebb98da0a
Update metrics-core, metrics-jvm to 4.2.35 ( #2115 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-08-31 09:07:46 +08:00
He-Pin(kerr)
5f87ed2ed6
feat: Add Untyped actor with stash for Java 21 ( #2097 )
2025-08-31 06:59:44 +08:00
He-Pin(kerr)
273dc116d4
chore: Remove SecurityManager usage. ( #2106 )
2025-08-30 20:36:13 +08:00
Robert Varga
2a04e9649e
Add OSGi headers to pekko-pki ( #2107 )
...
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2025-08-30 13:32:26 +01:00
He-Pin(kerr)
f879bbb553
chore: Remove left org.apache.pekko.japi.Function in doc ( #2105 )
2025-08-30 16:40:46 +08:00