This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony
Fabien Potencier 35cdf613d8 minor #31702 [FrameworkBundle] Remove support for the bundle:controller: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     <!-- see https://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 people
understand your PR and can be used as a start for the documentation.

Additionally (see https://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 https://github.com/symfony/symfony/pull/31672#discussion_r288479461

Commits
-------

29e3c2f2aa [FrameworkBundle] remove deprecater controller a🅱️c notation
2019-06-04 13:29:13 +02:00
..
Bridge Merge branch '4.4' 2019-06-04 09:20:45 +02:00
Bundle [FrameworkBundle] remove deprecater controller a🅱️c notation 2019-06-04 12:31:50 +02:00
Component Merge branch '4.4' 2019-06-04 11:00:09 +02:00
Contracts Merge branch '4.4' 2019-06-04 09:20:45 +02:00