Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
javiereguiluz left a comment
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.
👍
xabbuh commentedFeb 24, 2017
I bet there will be users out there who rely on these parameters. At least, we should document this in the upgrade file. |
Tobion commentedFeb 28, 2017
I'm totally in favor of removing this. But are you sure you want to do that BC break in 3.x? |
fabpot commentedMar 1, 2017
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? |
lepiaf commentedMar 1, 2017
Should I create CHANGELOG-4.0.md file ? It does not exists yet. |
xabbuh commentedMar 1, 2017
@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 | noCreate 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 | noCreate PR with note about deprecation of class parameters.symfony/symfony#21739 (comment)Commits-------5b0641ebe1 Add deprecation note on routing class parameters
fabpot commentedMar 4, 2017
Closing in favor of#21824 |
Uh oh!
There was an error while loading.Please reload this page.