-
Bug
-
Resolution: Fixed
-
Major
-
-
jenkins:2.278 and 2.277.1
Binary (and source) incompatibility found at UpdateCenter code.
Since https://github.com/jenkinsci/jenkins/commit/a9ca5ef3d4c97937636bf3c585f4232514279b14#diff-7affccd2a16d0df60519e8098230bcc41fcaa12d9ac0142d71b582af7ece9f5fL70-R127 the public API hudson.model.UpdateCenter.HudsonUpgradeJob constructor signature has changed.
org.springframework.security.core.Authentication replaces org.acegisecurity.Authentication as its second parameter "public HudsonUpgradeJob(UpdateSite site, Authentication auth)"
There was no explicit compatability added.
Note: add a link to https://github.com/jenkinsci/jenkins/pull/4848
- links to