-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[FrameworkBundle][Validator] Deprecate passing validator instances/aliases over using the service locator #22808
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
[FrameworkBundle][Validator] Deprecate passing validator instances/aliases over using the service locator #22808
Conversation
This just tweaks #21730, I would do it on 3.3 if doable (to avoid a second upgrade path on the next minor for the same code area). Anyway this looks good to me |
@nicolas-grekas : What do you think about this one? Keeping it for 3.4, or re-targeting to 3.3? |
Let's go for 3.3 |
Re-targeted. |
test fail, typo in error deprecation message |
…iases over using the service locator
Fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Thank you @ogizanagi. |
…or instances/aliases over using the service locator (ogizanagi) This PR was merged into the 3.3 branch. Discussion ---------- [FrameworkBundle][Validator] Deprecate passing validator instances/aliases over using the service locator | Q | A | ------------- | --- | Branch? | 3.3 <!-- see comment below --> | Bug fix? | no | New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | yes <!-- don't forget updating UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | #22800 (comment) <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | N/A Commits ------- df747ce [FrameworkBundle][Validator] Deprecate passing validator instances/aliases over using the service locator
Uh oh!
There was an error while loading. Please reload this page.