-
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
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.