GitHub user pjfanning added a comment to the discussion: Drop Java 8 support to have a ForkJoinPool usage fix?
* we build with Java 11 but target Java 8 compatibility * Java 11 features can be accessed using Java reflection or we have the ability to build Java 11 targeted classes - see https://github.com/apache/incubator-pekko/blob/main/project/Jdk9.scala (but ignore the 9 in the name - JDK9 and 10 are no longer supported by Java implementations). * You might find Java reflection is easier for this use case GitHub link: https://github.com/apache/incubator-pekko/discussions/482#discussioncomment-6450651 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
