Remove java8 home and scala steward pins related to java 11 and java 17 (#1968)

* remove use of java8 home

* scala deprecations

* upgrade paradox

* getId is deprecated

* remove targetSystemJdk build option

* Update JdkOptions.scala
This commit is contained in:
PJ Fanning 2025-07-30 13:34:30 +01:00 committed by GitHub
parent 1b9c197fd7
commit f23107fc43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 40 additions and 138 deletions

View file

@ -14,6 +14,7 @@
package org.apache.pekko.util
import java.util.concurrent.TimeUnit
import scala.annotation.nowarn
import org.openjdk.jmh.annotations.{ Benchmark, Measurement, Scope, State }
@ -21,6 +22,7 @@ import org.openjdk.jmh.annotations.{ Benchmark, Measurement, Scope, State }
@Measurement(timeUnit = TimeUnit.MICROSECONDS)
class StackBench {
@nowarn("msg=deprecated")
class CustomSecurtyManager extends SecurityManager {
def getTrace: Array[Class[_]] =
getClassContext