8000 [FrameworkBundle] Update the UPGRADING files · symfony/symfony@bb8909a · GitHub
[go: up one dir, main page]

Skip to content

Commit bb8909a

Browse files
committed
[FrameworkBundle] Update the UPGRADING files
Advise to not use the service `serializer.mapping.cache.apc` anymore
1 parent 0b3b0d5 commit bb8909a

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

UPGRADE-3.1.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,9 @@ FrameworkBundle
8888
- `"form.type.submit"`
8989
- `"form.type.reset"`
9090

91-
* The service `serializer.mapping.cache.apc` has been deprecated in favor of
92-
`serializer.mapping.cache.doctrine.apc` to be consistent with the validator
93-
cache service. If you are using `serializer.mapping.cache.apc`, use
94-
`serializer.mapping.cache.doctrine.apc` instead.
95-
96-
* The `framework.serializer.cache` option has been deprecated. APCu should now
97-
be automatically used when available so you can remove this configuration key.
91+
* The `framework.serializer.cache` option and the service
92+
`serializer.mapping.cache.apc` has been deprecated. APCu should now be
93+
automatically used when available.
9894

9995
HttpKernel
10096
----------

UPGRADE-4.0.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,9 @@ FrameworkBundle
7777
- `"form.type.submit"`
7878
- `"form.type.reset"`
7979

80-
* The service `serializer.mapping.cache.apc` has been removed; use
81-
`serializer.mapping.cache.doctrine.apc` instead.
82-
83-
* The `framework.serializer.cache` option has been removed. APCu should now
84-
be automatically used when available so you can remove this configuration key.
80+
* The `framework.serializer.cache` option and the service
81+
`serializer.mapping.cache.apc` has been removed. APCu should now
82+
be automatically used when available.
8583

8684
HttpKernel
8785
----------

0 commit comments

Comments
 (0)
0