Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cd5f410

Browse files
committed
minor #26280 [FrameworkBundle] clarify changelog and upgrade instructions (xabbuh)
This PR was merged into the 4.1-dev branch. Discussion ---------- [FrameworkBundle] clarify changelog and upgrade instructions | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #24894 (comment) | License | MIT | Doc PR | Commits ------- a8df0ae clarify changelog and upgrade instructions
2 parents be1a3b4 + a8df0ae commit cd5f410

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

UPGRADE-4.1.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ FrameworkBundle
4747
```
4848
4949
* Deprecated `Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser`
50-
* A `RouterInterface` that does not implement the `WarmableInterface` is deprecated.
50+
* Warming up a router in `RouterCacheWarmer` that does not implement the `WarmableInterface` is deprecated and will not be
51+
supported anymore in 5.0.
5152
* The `RequestDataCollector` class has been deprecated. Use the `Symfony\Component\HttpKernel\DataCollector\RequestDataCollector` class instead.
5253

5354
HttpFoundation

UPGRADE-5.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ FrameworkBundle
4545
_controller: app.my_controller::myAction
4646
```
4747
48-
* Removed `Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser`
49-
* Using a `RouterInterface` that does not implement the `WarmableInterface` is not supported anymore.
48+
* Removed `Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser`.
49+
* Warming up a router in `RouterCacheWarmer` that does not implement the `WarmableInterface` is not supported anymore.
5050
* The `RequestDataCollector` class has been removed. Use the `Symfony\Component\HttpKernel\DataCollector\RequestDataCollector` class instead.
5151

5252
HttpFoundation

src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ CHANGELOG
99
* Allowed the `Router` to work with any PSR-11 container
1010
* Added option in workflow dump command to label graph with a custom label
1111
* Using a `RouterInterface` that does not implement the `WarmableInterface` is deprecated.
12+
* Warming up a router in `RouterCacheWarmer` that does not implement the `WarmableInterface` is deprecated and will not
13+
be supported anymore in 5.0.
1214
* The `RequestDataCollector` class has been deprecated. Use the `Symfony\Component\HttpKernel\DataCollector\RequestDataCollector` class instead.
1315
* The `RedirectController` class allows for 307/308 HTTP status codes
1416
* Deprecated `bundle:controller:action` syntax to reference controllers. Use `serviceOrFqcn::method` instead where `serviceOrFqcn`

0 commit comments

Comments
 (0)