mkurz commented on PR #90: URL: https://github.com/apache/incubator-pekko-sbt-paradox/pull/90#issuecomment-1913632185
+100 to drop support for Java 8. The world is moving on, even Akka: - https://doc.akka.io/docs/akka-http/10.4/migration-guide/migration-guide-10.6.x.html#support-for-java-8-removed - https://doc.akka.io/docs/akka/2.9/project/migration-guide-2.8.x-2.9.x.html#support-for-java-8-removed Play 2.9/3.0 also dropped Java 8, and we will even drop Java 11 in our next major release. Keeping Java 8 (and even 11) is getting more and more of a pain, since quite some dependencies started a while back ago already to not publish Java 8 compatible artifacts anymore. -- 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]
