Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Stop using the deprecated "serializer.mapping.cache.apc" service#8133
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
serializer.rst Outdated
| )); | ||
| ..versionadded::3.1 | ||
| The ``serializer.mapping.cache.doctrine.apc`` service was introduced in 3.1 |
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.
Theserializer.mapping.cache.doctrine.apc service is now also deprecated since Symfony 3.2 (seesymfony/symfony#19236).
xabbuh commentedJul 9, 2017
We should instead drop the |
xabbuh commentedJul 9, 2017
By the way, this option was also deprecated in Symfony 3.1 (seesymfony/symfony#18630). |
xabbuh commentedJul 9, 2017
changelog fixed accordingly insymfony/symfony@b033e79 |
javiereguiluz commentedJul 10, 2017
thanks for the review and the explanation. This should be fixed now. |
| # ... | ||
| serializer: | ||
| cache:serializer.mapping.cache.apc | ||
| cache:id.of.my.own.cache.service |
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.
Instead of using theframework.serializer.cache option we should explain to configure thecache.serializer (which defaults tocache.system) service through theframework.cache.pools option.
javiereguiluz commentedOct 29, 2017
Closing because I don't understand this part of Symfony well enough. Another person can take over this PR and finish it. Thanks! |
Thisfixes#7282.