You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.
Currently we are using mongodb-driver 3.4.2 and with that all the tests are green. By updating to version 3.5 the tests fail. There are many breaking changes in version 3.5. Pretty much all interfaces changed. Here is the current docu: http://mongodb.github.io/mongo-java-driver/3.5/driver/getting-started/quick-start/. We need to refactor our Models & DAOs.
The text was updated successfully, but these errors were encountered:
Currently we are using mongodb-driver 3.4.2 and with that all the tests are green. By updating to version 3.5 the tests fail. There are many breaking changes in version 3.5. Pretty much all interfaces changed. Here is the current docu: http://mongodb.github.io/mongo-java-driver/3.5/driver/getting-started/quick-start/. We need to refactor our Models & DAOs.
The text was updated successfully, but these errors were encountered: