He-Pin commented on issue #1729: URL: https://github.com/apache/pekko/issues/1729#issuecomment-2599662077
1. Start SBT shell with Java 21/23 2. type `console` 3. `classOf[org.apache.pekko.dispatch.PekkoJdk9ForkJoinPool`, class not found. OR: When Run a `TestJdk9 / testOnly $someJDK21Test` on Java 21, and in `$someJDK21Test` use Class.forName("org.apache.pekko.dispatch.PekkoJdk9ForkJoinPool")`, then a `ClassNotFoundException` throws. -- 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 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