-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Blocker
-
Component/s: core
-
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