Build Bug: org.apache.pekko.dispatch.PekkoJdk9ForkJoinPool is not on the classpath #1729
Open
Description
Even the PekkoJdk9ForkJoinPool is on the final result jar, but it does not on the classpath.
How to reproduce:
- using Java 21
- sbt console
Welcome to Scala 2.13.16 (Java HotSpot(TM) 64-Bit Server VM, Java 21.0.5).
scala> classOf[org.apache.pekko.dispatch.PekkoJdk9ForkJoinPool]
^
error: type PekkoJdk9ForkJoinPool is not a member of package org.apache.pekko.dispatch
scala>
I think that's maybe caused by of the Jdk9.scala