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] Remove support for the bundle:controller:action notation#31702
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
[FrameworkBundle] Remove support for the bundle:controller:action notation#31702
Uh oh!
There was an error while loading.Please reload this page.
Conversation
nicolas-grekas commentedMay 29, 2019
Can you please have a look at tests? |
c8e08bd to295766cCompareSimperfit commentedMay 29, 2019
@nicolas-grekas done |
Uh oh!
There was an error while loading.Please reload this page.
Tobion commentedMay 30, 2019
There are test failures that should be fixed with#31713 |
a12b288 toa6a0df2CompareUh 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.
src/Symfony/Bundle/FrameworkBundle/Tests/Routing/DelegatingLoaderTest.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.
c465675 toc4ed065CompareSimperfit commentedJun 3, 2019
Tobion commentedJun 3, 2019
LGTM, but we should probably wait on#31739 and then rebase. |
fabpot commentedJun 4, 2019
#31739 has been merged now. |
e13e4d5 to4ba93f2CompareSimperfit commentedJun 4, 2019
@fabpot PR rebased with master |
Uh oh!
There was an error while loading.Please reload this page.
4ba93f2 to4574197CompareSimperfit commentedJun 4, 2019
Tests and comments fixed. |
fabpot commentedJun 4, 2019
Tests are broken. Can you have a look@Simperfit? |
4574197 to29e3c2fCompareSimperfit commentedJun 4, 2019
Tests are fixed now@fabpot. |
fabpot commentedJun 4, 2019
Thank you@Simperfit. |
…er:action notation (Simperfit)This PR was merged into the 5.0-dev branch.Discussion----------[FrameworkBundle] Remove support for the bundle:controller:action notation| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | no <!-- please update src/**/CHANGELOG.md files -->| BC breaks? | no <!-- seehttps://symfony.com/bc -->| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->| Tests pass? | yes <!-- please add some, will be required by reviewers -->| Fixed tickets | none <!-- #-prefixed issue number(s), if any -->| License | MIT| Doc PR |none no mention in the docs <!-- required for new features --><!--Replace this notice by a short README for your feature/bugfix. This will help peopleunderstand your PR and can be used as a start for the documentation.Additionally (seehttps://symfony.com/roadmap): - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the master branch.-->This remove the ResolveControllerNameSubscriber since it is deprecated, it ease the cleaning of HttpKernel see#31672 (comment)Commits-------29e3c2f [FrameworkBundle] remove deprecater controller a:b:c notation
…der` service (yceruto)This PR was merged into the 5.0-dev branch.Discussion----------[FrameworkBundle] Fixed replace argument of `routing.loader` service| Q | A| ------------- | ---| Branch? | master| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | -| License | MIT| Doc PR | -Fixsymfony/symfony#31702> (1/1) OutOfBoundsExceptionThe index "2" is not in the range [0, 1].https://github.com/symfony/symfony/blob/bd8d8a2cfd50dffb4aa07908865931fb82a9e7bf/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php#L33Commits-------5e2e79dbb9 Fixed replace argument of `routing.loader` service
…der` service (yceruto)This PR was merged into the 5.0-dev branch.Discussion----------[FrameworkBundle] Fixed replace argument of `routing.loader` service| Q | A| ------------- | ---| Branch? | master| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | -| License | MIT| Doc PR | -Fix#31702> (1/1) OutOfBoundsExceptionThe index "2" is not in the range [0, 1].https://github.com/symfony/symfony/blob/bd8d8a2cfd50dffb4aa07908865931fb82a9e7bf/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php#L33Commits-------5e2e79d Fixed replace argument of `routing.loader` service
This remove the ResolveControllerNameSubscriber since it is deprecated, it ease the cleaning of HttpKernel see#31672 (comment)