-
Notifications
You must be signed in to change notification settings - Fork 40.7k
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
Deprecate support for injecting DynamicPropertyRegistry in favor of DynamicPropertyRegistrar beans #41996
Comments
A We need to have a discussion with the framework team about this. |
I've prototyped some changes to Boot that make use of Framework's new |
The bean initializer's now public so the prototype no longer needs to use reflection. The prototype's been updated to this effect. I think this is pretty close now but I'd like to have another round of discussion with the team, particularly around how we bring the deprecation to people's attention. |
We'd like a failure by default rather than just a warning. We'll then provide a property to change this behavior with supported values being something like |
This follows up on #41839, and in particular:
The text was updated successfully, but these errors were encountered: