From 16358d4a52121f0abfc4e8cafc83511176f8bfc4 Mon Sep 17 00:00:00 2001 From: Ener-Getick Date: Wed, 29 Jun 2016 21:50:46 +0200 Subject: [PATCH] [FrameworkBundle] Update the UPGRADING files Advise to not use the service `serializer.mapping.cache.apc` anymore --- UPGRADE-3.1.md | 10 +++------- UPGRADE-4.0.md | 8 +++----- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/UPGRADE-3.1.md b/UPGRADE-3.1.md index 134dfa4e5d..ca60dcbf81 100644 --- a/UPGRADE-3.1.md +++ b/UPGRADE-3.1.md @@ -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 ---------- diff --git a/UPGRADE-4.0.md b/UPGRADE-4.0.md index 35e2471d90..dbd9c35c44 100644 --- a/UPGRADE-4.0.md +++ b/UPGRADE-4.0.md @@ -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 ----------