caisse-bliss/vendor/doctrine/doctrine-bundle/UPGRADE-2.3.md

18 lines
774 B
Markdown
Raw Normal View History

2023-06-19 12:13:30 +02:00
UPGRADE FROM 2.2 to 2.3
=======================
Commands
--------
* The `\Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand` (`doctrine:cache:clear-metadata`) is deprecated, metadata cache now uses PHP Array cache which can not be cleared.
Configuration
--------
* The `metadata_cache_driver` configuration key has been deprecated. PHP Array cache is now automatically registered when `%kernel.debug%` is false.
DependencyInjection
--------
* `\Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter` has been deprecated. Implement your own include/exclude strategies.
* `\Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\WellKnownSchemaFilterPass` has been deprecated. Implement your own include/exclude strategies.