doctrine/DoctrineMongoDBBundle

Find deprecated code

malarzm opened this issue · 2 comments

While reviewing native types I've found this

$container->getAlias('doctrine_mongodb.odm.command_logger')
->setDeprecated(
'doctrine/mongodb-odm-bundle',
'4.4',
'The service %alias_id% is deprecated and will be dropped in DoctrineMongoDBBundle 5.0. Use "doctrine_mongodb.odm.psr_command_logger" instead.',
);

Let's review any and all outstanding deprecations from 4.x

I think all deprecated code have been removed by:

Cool, let's close then. Thanks! 🎉