With DoctrineCacheBundle being deprecated,
configuring caches through it has been deprecated. If you are using anything
other than the pool
or id
cache types, please update your configuration to
either use symfony/cache through the pool
type or configure your cache
services manually and use the service
type.
- Deprecated the
Symfony\Bridge\Doctrine\RegistryInterface
andDoctrine\Bundle\DoctrineBundle\Registry
service alias, useDoctrine\Common\Persistence\ManagerRegistry
instead. - Deprecated the
Doctrine\Common\Persistence\ObjectManager
service alias, useDoctrine\ORM\EntityManagerInterface
instead.