pjfanning opened a new issue, #1039: URL: https://github.com/apache/incubator-pekko/issues/1039
Have a look at the projects/Jdk9.scala file. The classes that this is supposed to build appear to be no longer built. Java 1.0.x jars still have the expected classes. Compare https://repository.apache.org/content/groups/snapshots/org/apache/pekko/pekko-cluster-sharding_2.13/1.0.2+26-870129ef-SNAPSHOT/ to https://repository.apache.org/content/groups/snapshots/org/apache/pekko/pekko-cluster-sharding_2.13/1.1.0-M0+283-e597a702-SNAPSHOT/ Have a look for this Java9+ class. org.apache.pekko.cluster.sharding.internal.jfr.JFRShardingFlightRecorder Included in the 1.0 jar but not in the 1.1 jar. This appears to be happening in other jars where we have Jdk9(+) classes. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
