-
Bug
-
Resolution: Fixed
-
Major
The Debian package is the only one that still declares a Java dependency (https://github.com/jenkinsci/packaging/commit/188ffd36c2abd83ca9e572b6b1fb6d2f423685bc) but it declares ≥8.
This can in some cases result in Java 9 installations when those appear to not work with Jenkins.
If possible the dependency should be limited to exactly Java 8, or dropped altogether with corresponding explanation on the package listing page.
Similarly, Java dependency documentation for Opensuse/Redhat should be reviewed to ensure we don't claim Java 9 compatibility.
- is related to
-
JENKINS-45932 Cannot update jenkins server 2.46.3 to latest
-
- Resolved
-
- links to
What does it mean limited to exactly Java 8? The current package just ensures that a Java 8 or higher is installed, but you can also have Java 7, 9 or any other version installed and configured as the default for the machine. So, if I set the dependency on exactly Java 8 that only means that among my set of installed packages I must have java 8, but it does not ensure I do not have Java 9 also installed and configured. I can force to not have any other version of Java installed but that looks a bit too much to me. Why should jenkins prevent me to install any versions of java in my server as long as I have the right one for jenkins itself? So, I would recommend to:
WDYT danielbeck?