stof / StofDoctrineExtensionsBundle

Integration bundle for DoctrineExtensions by l3pp4rd in Symfony
https://symfony.com/bundles/StofDoctrineExtensionsBundle/current/index.html
MIT License
1.89k stars 380 forks source link

Register listeners instead of subscribers #451

Closed stof closed 1 year ago

stof commented 1 year ago

Symfony 6.3 deprecated the registration of Doctrine subscribers because they cannot be lazy-loaded properly. The CI will ensure that the list of events is in sync with the library.

Closes https://github.com/stof/StofDoctrineExtensionsBundle/issues/450