Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Update services.xml#7420
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
Update services.xml#7420
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Hi, I believe the FramewokBundle HttpKernel class is deprecated, was there a reason to keep it there?
stof commentedMar 19, 2013
The reason is the BC: if the class is not used anymore, it does not keep the BC in the framework. and removing the deprecated stuff from 2.3 is done all in the same place in#7227 (which will not be merged until we are sure that the doc has been updated to avoid using any of them when we remove them). |
dellamowica commentedMar 19, 2013
oh sorry, thanks for the quick response! |
Hi, I believe the FramewokBundle HttpKernel class is deprecated, was there a reason to keep it there?