-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Remove some class parameters related to Routing #21739
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
lepiaf
commented
Feb 23, 2017
•
edited by javiereguiluz
Loading
edited by javiereguiluz
Q | A |
---|---|
Branch? | master |
Bug fix? | no |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | #21735 |
License | MIT |
Doc PR | no |
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.
👍
I bet there will be users out there who rely on these parameters. At least, we should document this in the upgrade file. |
I'm totally in favor of removing this. But are you sure you want to do that BC break in 3.x? |
Let's keep that one for 4.0. @lepiaf Can you create a new PR on master (aka 3.3) with just a note in the UPGRADE/CHANGELOG file that those parameters are deprecated and will be removed in 4.0? |
Should I create CHANGELOG-4.0.md file ? It does not exists yet. |
@lepiaf The global changelog files are generated automatically. You can just add a new entry to the changelog file of the Routing component. |
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
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 | symfony/symfony#21735 | License | MIT | Doc PR | no Create PR with note about deprecation of class parameters. symfony/symfony#21739 (comment) Commits ------- 5b0641ebe1 Add deprecation note on routing class parameters
Closing in favor of #21824 |