Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[FrameworkBundle] Advise to not use the serializer services related to the cache#19235
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
UPGRADE-3.1.md Outdated
| * The`framework.serializer.cache` option has been deprecated. APCu should now | ||
| be automatically used when available so you can remove this configuration key. | ||
| * The`framework.serializer.cache` option and the service`serializer.mapping.cache.apc` has been deprecated. APCu should now |
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.
Should be truncated at 80 chars, same below.
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.
Thanks, I didn't know this rule. Updated :)
UPGRADE-3.1.md Outdated
| * The`framework.serializer.cache` option has been deprecated. APCu should now | ||
| be automatically used when available so you can remove this configuration key. | ||
| * The`framework.serializer.cache` option and the service | ||
| `serializer.mapping.cache.apc` has been deprecated. APCu should now be |
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.
have been
Advise to not use the service `serializer.mapping.cache.apc` anymore
nicolas-grekas commentedJun 30, 2016
👍 |
fabpot commentedJun 30, 2016
Thank you @Ener-Getick. |
…ces related to the cache (Ener-Getick)This PR was merged into the 3.1 branch.Discussion----------[FrameworkBundle] Advise to not use the serializer services related to the cache| Q | A| ------------- | ---| Branch? | 3.1| Bug fix? | no| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets || License | MIT| Doc PR |Advise to not use the serializer services related to the cache.Commits-------16358d4 [FrameworkBundle] Update the UPGRADING files Advise to not use the service `serializer.mapping.cache.apc` anymore
…ping.cache.doctrine.apc (Ener-Getick)This PR was merged into the 3.2-dev branch.Discussion----------[FrameworkBundle] Deprecate the service serializer.mapping.cache.doctrine.apc| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | no| BC breaks? | no| Deprecations? | yes| Tests pass? | yes| Fixed tickets || License | MIT| Doc PR |This PR deprecates the service `serializer.mapping.cache.doctrine.apc` introduced in 3.1 as the cache component is now the recommended way.This PR contains#19235.Commits-------2a0c19c [FrameworkBundle] Deprecate the service serializer.mapping.cache.doctrine.apc
Uh oh!
There was an error while loading.Please reload this page.
Advise to not use the serializer services related to the cache.