Skip to content

Commit 1482149

Browse files
Update pekko-actor, pekko-slf4j, ... to 1.1.1 (#1048)
1 parent 4dcbc8e commit 1482149

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import scoverage.ScoverageKeys.*
88

99
import scala.sys.process.Process
1010

11-
val v2_12 = "2.12.19"
12-
val v2_13 = "2.13.13"
13-
val v3 = "3.4.1"
11+
val v2_12 = "2.12.20"
12+
val v2_13 = "2.13.14"
13+
val v3 = "3.4.3"
1414

1515
lazy val resolvedScalaVersion =
1616
sys.env.get("SCALA_MAJOR_VERSION") match {
@@ -41,7 +41,7 @@ val awaitility = "org.awaitility" % "awaitility-scala" % "4.2.2"
4141
val amazonJavaSdkSqs = "com.amazonaws" % "aws-java-sdk-sqs" % "1.12.699" exclude ("commons-logging", "commons-logging")
4242
val amazonJavaV2SdkSqs = "software.amazon.awssdk" % "sqs" % "2.25.60"
4343

44-
val pekkoVersion = "1.0.3"
44+
val pekkoVersion = "1.1.1"
4545
val pekkoHttpVersion = "1.0.1"
4646
val pekkoActor = "org.apache.pekko" %% "pekko-actor" % pekkoVersion
4747
val pekkoSlf4j = "org.apache.pekko" %% "pekko-slf4j" % pekkoVersion

native-server/src/main/resources/META-INF/native-image/reflect-config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,14 @@
576576
{
577577
"name":"org.apache.pekko.dispatch.MultipleConsumerSemantics"
578578
},
579+
{
580+
"name":"org.apache.pekko.dispatch.PekkoJdk9ForkJoinPool",
581+
"methods":[{"name":"<init>","parameterTypes":["int","java.util.concurrent.ForkJoinPool$ForkJoinWorkerThreadFactory","int","java.lang.Thread$UncaughtExceptionHandler","boolean"] }]
582+
},
583+
{
584+
"name":"org.apache.pekko.dispatch.SingleConsumerOnlyUnboundedMailbox",
585+
"methods":[{"name":"<init>","parameterTypes":["org.apache.pekko.actor.ActorSystem$Settings","com.typesafe.config.Config"] }]
586+
},
579587
{
580588
"name":"org.apache.pekko.dispatch.UnboundedControlAwareMessageQueueSemantics"
581589
},

0 commit comments

Comments
 (0)