doctrine / DoctrineMongoDBBundle

Integrates Doctrine MongoDB ODM with Symfony
http://symfony.com/doc/current/bundles/DoctrineMongoDBBundle/index.html
MIT License
379 stars 229 forks source link

fix: Deprecation of the setMetadataCacheImpl method #673

Closed soyuka closed 3 years ago

alcaeus commented 3 years ago

There's a little more work to be done here, as the signatures of the methods are not compatible. If you're interested in working on this, check the corresponding PR for the DoctrineBundle: https://github.com/doctrine/DoctrineBundle/pull/1332.

soyuka commented 3 years ago

I see it got merged, feel free to close this if not required anymore.

alcaeus commented 3 years ago

This was done in ODM itself, but needs more work here. Let me know if you want to make the changes, otherwise I'll take care of that later this week.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions.

alcaeus commented 3 years ago

Closing in favour of #675.