[FrameworkBundle] Update the UPGRADING files

Advise to not use the service `serializer.mapping.cache.apc` anymore
This commit is contained in:
Ener-Getick 2016-06-29 21:50:46 +02:00
parent 0b3b0d5268
commit 16358d4a52
No known key found for this signature in database
GPG Key ID: 9E5D2DB67BF054DD
2 changed files with 6 additions and 12 deletions

View File

@ -88,13 +88,9 @@ FrameworkBundle
- `"form.type.submit"`
- `"form.type.reset"`
* The service `serializer.mapping.cache.apc` has been deprecated in favor of
`serializer.mapping.cache.doctrine.apc` to be consistent with the validator
cache service. If you are using `serializer.mapping.cache.apc`, use
`serializer.mapping.cache.doctrine.apc` instead.
* 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` have been deprecated. APCu should now be
automatically used when available.
HttpKernel
----------

View File

@ -77,11 +77,9 @@ FrameworkBundle
- `"form.type.submit"`
- `"form.type.reset"`
* The service `serializer.mapping.cache.apc` has been removed; use
`serializer.mapping.cache.doctrine.apc` instead.
* The `framework.serializer.cache` option has been removed. 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` have been removed. APCu should now
be automatically used when available.
HttpKernel
----------