On Fri, May 30, 2025 at 1:55 PM Basil Crow <m...@basilcrow.com> wrote:

> in the long term Jenkins core should upgrade to Guice 7
>

Better still (IMHO) would be to remove the Guice dep from core, letting it
just be loaded as a regular library wrapper plugin for the handful of
plugins needing it (for example via jclouds or Maven), since the way it is
used contributes nothing but bugs and complexity. Not easy to do, since a
small number of plugins do seem to rely on objects registered using
`@Inject` rather than `@Extension`, or use `Jenkins.getInjector()`.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr0OSDvbg7czQKRBKniYBaU07g3Y0LWrxjxuMW2DqwH3yA%40mail.gmail.com.

Reply via email to