-
Bug
-
Resolution: Fixed
-
Blocker
-
-
2.289.1
the `WithBridgeMethods` annotation no longer works and so we would break compatibility with plugins using bridge methods from core
To reproduce,
hub clone jenkinsci/promoted-builds-plugin cd promoted-builds-plugin git checkout promoted-builds-3.9.1 mvn clean test -Djenkins.version=2.288
java.lang.NoSuchMethodError: hudson.model.Queue$WaitingItem.getFuture()Ljava/util/concurrent/Future
- links to
[JENKINS-65605] `WithBridgeMethods` annotation no longer working in core
Labels | New: lts-candidate |
Assignee | New: James Nord [ teilo ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "PR (Web Link)" [ 26735 ] |
PR at https://github.com/infradna/bridge-method-injector/pull/25 and discussion in https://groups.google.com/g/jenkinsci-dev/c/TPQum9wHFVg/m/ArW6E-J3AgAJ may need to fork the library as it seems unmainstained.