jfleming-ic opened a new pull request, #2682: URL: https://github.com/apache/cassandra/pull/2682
Fixes https://issues.apache.org/jira/browse/CASSANDRA-18844 Instead of using OpenJDK as a dependency, use the virtual packages such as java11-runtime / java17-runtime eg https://www.linuxtopia.org/online_books/linux_system_administration/debian_linux_guides/debian_linux_faq/ch-pkg_basics.en_007.html Note for reviewer - I've been able to test installation of a JDK 11 version of Cassandra but not JDK 17, I've checked the virtual package and it should work `root@2b3021cccbb0:/# apt-cache showpkg java17-runtime Package: java17-runtime Versions: Reverse Depends: Dependencies: Provides: Reverse Provides: openjdk-17-jre 17.0.7+7-1~deb11u1 (= ) openjdk-17-jre 17.0.6+10-1~deb11u1 (= )` -- 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]

