Is this a critical security issue?
Describe the Bug
In the rpm package java is hard codes to 17, but the puppetdb run fine with 21 and 25
Expected Behavior
That it will run with java 21/25 without install java 17
Steps to Reproduce
dnf install openvoxdb
Environment
Version 8.8
Platform RHEL-9
Additional Context
Simple change the package requirements from:
jre-17-headless
to
jre-headless >= 17
Relevant log output
Is this a critical security issue?
Describe the Bug
In the rpm package java is hard codes to 17, but the puppetdb run fine with 21 and 25
Expected Behavior
That it will run with java 21/25 without install java 17
Steps to Reproduce
dnf install openvoxdb
Environment
Version 8.8
Platform RHEL-9
Additional Context
Simple change the package requirements from:
jre-17-headless
to
jre-headless >= 17
Relevant log output