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:
parent
1b9c197fd7
commit
f23107fc43
11 changed files with 40 additions and 138 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue