-
Notifications
You must be signed in to change notification settings - Fork 123
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
Update MongoDB driver to 3.0 #133
Comments
Yes This would be a big impact on code upgrading to mongo driver 3.0. Currently I am working to implementing Neo4j2.x I will need to see what's happening with MongoDb3.0. Of course feel free to collaborate. |
Would like to, but your master branch is unstable now. What commit is best
|
Well it is unstable because of neo4j, I will try to fix this weekend, but El dv., 8 maig 2015 a les 17:26, ChrisDeBruyne ([email protected])
|
I was checking out the tests and noticed that you use Fongo (https://github.com/fakemongo/fongo) |
Everything done. Next release will contain MongoDB support. |
I'm really sorry to revive an old issue, but is there any updates on this? I've noticed that the only problem seems to be Fongo. I've added an exclusion to |
In fact, there's a problem with I am getting this error within Thanks for your time and work with this lib, lord. But I just want to get this registered for others looking for this problem too. Downgrade to Mongo 2 is impossible for me at this time. |
Do you have any idea when the next release will be? We need the upgrade urgently :) |
Now tests are integrated with mongo 3.3.X, I will release this night. |
Released 0.12.0, now waiting to be sync to maven central. |
We can't run our tests anymore since some methodes have been removed.
Like :
java.lang.NoSuchMethodError: com.mongodb.DB.isAuthenticated()Z
at
com.lordofthejars.nosqlunit.mongodb.MongoOperation.getMongoDb(MongoOperation.java:122)
The text was updated successfully, but these errors were encountered: