Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[FrameworkBundle] Add missing BC layer for deprecated ControllerNameParser injections#31739
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
2466e1d toaee1887Comparechalasr commentedMay 30, 2019
Fabbot failure is a false positive. |
src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
83f02cd tocc3cc48Comparesrc/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Simperfit commentedMay 30, 2019
Thanks@chalasr ! |
Simperfit commentedMay 30, 2019
Status: Needs review |
nicolas-grekas left a comment
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.
thanks, just minor comments
src/Symfony/Bundle/FrameworkBundle/Controller/ControllerNameParser.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
c435c45 toa00eb63Comparechalasr commentedMay 31, 2019
Thanks for the review, comments addressed |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
e7ac670 tofac9377Compare8d029ce to5bf0fcdComparesrc/Symfony/Bundle/FrameworkBundle/EventListener/ResolveControllerNameSubscriber.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
5bf0fcd tob244cb8CompareUh oh!
There was an error while loading.Please reload this page.
e9e8e9c tobdaf15dComparebdaf15d to1f37275Comparefabpot commentedJun 4, 2019
Thank you@chalasr. |
…ControllerNameParser injections (chalasr)This PR was merged into the 4.4 branch.Discussion----------[FrameworkBundle] Add missing BC layer for deprecated ControllerNameParser injections| Q | A| ------------- | ---| Branch? | 4.4| Bug fix? | no| New feature? | no| BC breaks? | no| Deprecations? | yes| Tests pass? | yes| Fixed tickets | n/a| License | MIT| Doc PR | n/aAllows removing the `ControllerNameParser` class and corresponding `controller_name_converter` service in 5.0.Should have been done in 4.1, better late than never.Commits-------1f37275 [FrameworkBundle] Add missing BC layer for deprecated ControllerNameParser injections
Allows removing the
ControllerNameParserclass and correspondingcontroller_name_converterservice in 5.0.Should have been done in 4.1, better late than never.