-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
Provide support for deprecated auto-configuration classes #14860
Comments
Prototype work https://github.com/philwebb/spring-boot/tree/gh-14860 |
This one looks similar: #6684 |
We have no need for this at this time. Closing for now. |
wilkinsona
added
the
status: declined
A suggestion or change that we don't feel we should currently apply
label
Apr 27, 2022
mhalbritter
removed
the
status: declined
A suggestion or change that we don't feel we should currently apply
label
Jul 26, 2023
We talked about that today and decided to resurrect that issue. We have a need for it due to #36544 where we want to rename |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#14412 shows that we need a way to offer deprecated auto-configuration classes. Such classes would not need to actually contain configuration, but would still be valid when used as an
exclude
or and@AutoConfigureBefore
/@AutoConfigureAfter
value.The text was updated successfully, but these errors were encountered: