He-Pin opened a new issue, #1729: URL: https://github.com/apache/pekko/issues/1729
Even the PekkoJdk9ForkJoinPool is on the final result jar, but it does not on the classpath. How to reproduce: 1. using Java 21 2. sbt console 3. ```scala 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` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org