-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Provide support for deprecated auto-configuration classes #14860
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
Comments
This one looks similar: #6684 |
We have no need for this at this time. Closing for now. |
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: