New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't forget plugin deprecations after CLI init #73240
base: devel
Are you sure you want to change the base?
Don't forget plugin deprecations after CLI init #73240
Conversation
cf22c99
to
3c33b71
Compare
/rebuild_failed |
Just as an FYI, I tried this change locally and it looks like it requires the plugin to call |
@Shrews memory is getting fuzzy now but when I hit this issue #73051 I remember looking through all of core, and any collections I happen to have cloned (c.g and the windows ones, besides community.hashi_vault), and the only existing examples of (this style of) deprecations I saw were in connection plugins, which aren't affected since their deprecations were processed early enough for them to be displayed. Anyway, all that to say: it's probably fine that many plugins don't yet use config manager: if a deprecation is added to a plugin and wants to use the automatic display of it, it'll have to be converted, which probably isn't a bad thing. |
Essentially you don't get config manager features if you don't use the config manager :-) If you don't use the config manager, the |
3c33b71
to
a802481
Compare
Co-authored-by: Sam Doran <sdoran@redhat.com>
We need to fix some stuff in the new display remoting to workers to preserve dedupes on these, then we can merge this. |
SUMMARY
Fixes #73051.
ISSUE TYPE
COMPONENT NAME