8000 feature #21824 Add deprecation note on routing class parameters (lepiaf) · symfony/symfony@255b645 · GitHub
[go: up one dir, main page]

Skip to content

Commit 255b645

Browse files
committed
feature #21824 Add deprecation note on routing class parameters (lepiaf)
This PR was merged into the 3.3-dev branch. Discussion ---------- Add deprecation note on routing class parameters | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | yes | Tests pass? | yes | Fixed tickets | #21735 | License | MIT | Doc PR | no Create PR with note about deprecation of class parameters. #21739 (comment) Commits ------- 5b0641e Add deprecation note on routing class parameters
2 parents ecd1ba3 + 5b0641e commit 255b645

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

UPGRADE-3.3.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,16 @@ FrameworkBundle
147147
have been deprecated and will be removed in 4.0.
148148

149149
* Extending `ConstraintValidatorFactory` is deprecated and won't be supported in 4.0.
150+
151+
* Class parameters related to routing have been deprecated and will be removed in 4.0.
152+
* router.options.generator_class
153+
* router.options.generator_base_class
154+
* router.options.generator_dumper_class
155+
* router.options.matcher_class
156+
* router.options.matcher_base_class
157+
* router.options.matcher_dumper_class
158+
* router.options.matcher.cache_class
159+
* router.options.generator.cache_class
150160

151161
HttpKernel
152162
-----------

UPGRADE-4.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,16 @@ FrameworkBundle
207207

208208
* Extending `ConstraintValidatorFactory` is not supported anymore.
209209

210+
* Class parameters related to routing have been removed
211+
* router.options.generator_class
212+
* router.options.generator_base_class
213+
* router.options.generator_dumper_class
214+
* router.options.matcher_class
215+
* router.options.matcher_base_class
216+
* router.options.matcher_dumper_class
217+
* router.options.matcher.cache_class
218+
* router.options.generator.cache_class
219+
210220
HttpFoundation
211221
---------------
212222

src/Symfony/Component/Routing/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
CHANGELOG
22
=========
33

4+
3.3.0
5+
-----
6+
7+
* [DEPRECATION] Class parameters have been deprecated and will be removed in 4.0.
8+
* router.options.generator_class
9+
* router.options.generator_base_class
10+
* router.options.generator_dumper_class
11+
* router.options.matcher_class
12+
* router.options.matcher_base_class
13+
* router.options.matcher_dumper_class
14+
* router.options.matcher.cache_class
15+
* router.options.generator.cache_class
16+
417
3.2.0
518
-----
619

0 commit comments

Comments
 (0)
0