-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
||
* 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 :)
* 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
👍 |
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
Advise to not use the serializer services related to the cache.