Hardy Ferentschik
commented
on
OGM-810
Re: Upgrade to MongoDB driver 3.0
There are also several deprecations to take care of:
MongoClient#getDB
->
MongoClient#getDatabase
DB
->
MongoDatabase
DBCollection
->
MongoCollection<Document>
make use of
Filters
for queries
Add Comment
This message was sent by Atlassian JIRA
(v6.5-OD-08-001#65007-
sha1:1fc9846
)