Skip to content
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

[HttpKernel] Move the backed enum value resolver deprecation trigger to the constructor #205

Merged
merged 1 commit into from
Nov 25, 2022

Conversation

ogizanagi
Copy link
Member

Since the controller arg resolvers are added to the annotations.map file from the FrameworkExtension, the class was loaded during warmup and the deprec was triggered even if the class is not used in the app.

So let's move it to the constructor.

@ogizanagi ogizanagi merged commit d32d60a into 2.x Nov 25, 2022
@ogizanagi ogizanagi deleted the fix-deprec-resolver branch November 25, 2022 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant