-
Notifications
You must be signed in to change notification settings - Fork 231
[WIP] Use doctrine/mongodb-odm 2.0 #451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
e0df9d0
to
1a88791
Compare
Use MongoDB\Client instead of Doctrine\MongoDB\Connection
881dca0
to
578c207
Compare
@rubenrua thank you for the contribution. Just a heads up, since MongoDB ODM 2.0 is nowhere near finalized at this time, we haven't yet started working on this bundle. One reason for it is that at the current stage, we don't recommend using We'll revisit this bundle once we're in an alpha or beta stage for ODM itself, at which time we'll have lots of cleanup to do here as well (strict typing, proper coding standards, etc.). I'll leave this pull request open, just be aware that it's not going to be merged in the near future. To reiterate for anyone else reading this: MongoDB ODM 2.0 should not be used at this time: it's feature-incomplete, big breaking changes are still to come and it has not been properly tested. We'll let everyone know once we've moved to an alpha or beta phase. |
@alcaeus Thank you for all your work in ODM 2.0. We are looking forward to use it. Let me know if you need help with other issues/task related with ODM 2.0. |
e97ae0f
to
5ab1b52
Compare
symfony/doctrine-bridge 4.0.2 drops memcache type. Where is the Backward Compatibility Promise? Memcached type is used instead. symfony/doctrine-bridge@d14c17a
FYI: symfony/doctrine-bridge 4.0.2 drops Memcached type is used instead. |
@rubenrua: I'd suggest opening an issue on the Symfony repository to ask about that (and linking to symfony/doctrine-bridge@d14c17a for context). I see that you commented on the commit itself, but an issue may receive more visibility. AFAIK, that package is not maintained by any of the Doctrine developers, and it's certainly not related to the ODM bundle. |
<irony>Looks like a Backward Compatibility Break in PHP </irony> As the new version of the bundle only support PHP7 the last commit f7aad2b is valid. |
Let's say you started using Symfony 4.0.0 and realized that your Regardless of the above, switching to |
WORK IN PROGRESS
Use the new version of
doctrine/mongodb-odm
based onext-mongodb