https://bugzilla.redhat.com/show_bug.cgi?id=1287638
Bug ID: 1287638 Summary: guava version is not correct Product: Fedora Version: 23 Component: jenkins Assignee: msrb@redhat.com Reporter: jcosta@redhat.com QA Contact: extras-qa@fedoraproject.org CC: java-sig-commits@lists.fedoraproject.org, mizdebsk@redhat.com, msrb@redhat.com
Description of problem:
Using a stock Jenkins installed via "dnf install jenkins", the Github plugins won't work due to a missing method that should be provided by the guava library. The version that is shipped with the official Jenkins WAR is 11.0, whereas the version provided by the Jenkins in Fedora is 18.0.
Version-Release number of selected component (if applicable):
How reproducible: Always
Steps to Reproduce: 1. Install Jenkins via dnf install jenkins 2. Install the GitHub plugin 3. On the Jenkins configuration page, hit "Verify credentials". An exception is shown.
Actual results: An exception is shown after clicking on "ERROR"
Expected results: Unauthorized request (401), if no credentials have been entered, or success if credentials were entered.
Additional info: As a workaround, one can download download Guava 11.0 and install it under /usr/share/java/ , and then: rm /usr/share/jenkins/webroot/WEB-INF/lib/guava.jar ln -s /usr/share/java/guava-11.0.1.jar /usr/share/jenkins/webroot/WEB-INF/lib/guava.jar
The easiest is to download the Jenkins WAR from jenkins-ci.org and use the guava JAR from there.
https://bugzilla.redhat.com/show_bug.cgi?id=1287638
--- Comment #1 from Michal Srb msrb@redhat.com --- Thanks for the bug report Juraci. Guava is known offender in breaking backward compatibility [1]. I'll see what can be done here.
[1]: https://github.com/jenkinsci/jenkins/commit/cfe4b82994f261fe7623becfd2c75056...
https://bugzilla.redhat.com/show_bug.cgi?id=1287638
--- Comment #2 from Fedora End Of Life jkurik@fedoraproject.org --- This message is a reminder that Fedora 23 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 23. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '23'.
Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version.
Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 23 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above.
Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
https://bugzilla.redhat.com/show_bug.cgi?id=1287638
Fedora End Of Life jkurik@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |EOL Last Closed| |2016-12-20 11:32:16
--- Comment #3 from Fedora End Of Life jkurik@fedoraproject.org --- Fedora 23 changed to end-of-life (EOL) status on 2016-12-20. Fedora 23 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug.
If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug.
Thank you for reporting this bug and we are sorry it could not be fixed.
java-sig-commits@lists.fedoraproject.org