I read your ticket (https://issues.apache.org/jira/browse/CASSANDRA-17669) and understand now. If they are only offered the JDK and not the JRE broken out on its own, we can switch the dependency to the JDK. I'm not sure why they didn't just alias that since the JDK is the only way to get a JRE now.
Kind Regards, Brandon On Mon, May 30, 2022 at 6:07 AM Brandon Williams <dri...@gmail.com> wrote: > > The only thing in the spec is: > > Requires: jre >= 1.8.0 > > Kind Regards, > Brandon > > On Mon, May 30, 2022 at 2:21 AM Erick Ramirez <erickramire...@apache.org> > wrote: > > > > Package installations on CentOS/RHEL require JRE 1.8+ so on systems where > > only Java 11 is installed, either (a) Java 8 is installed as a dependency, > > or (b) the dependency check fails. > > > > I haven't seen any tickets or previous discussions on this issue so here it > > is -- since JRE is no longer available in Java 11, should we consider > > dropping the dependency from the RHEL spec? We don't have this requirement > > for Debian installations so dropping it from CentOS/RHEL just brings it > > in-line. Thoughts? 🙂