Export - CSV (All fields)
Export - CSV (Current fields)
JAVA-521
JSON parser parses longs as intsJAVA-628
Read after WriteConcern.SAFE does not guarantee to be able to get data?JAVA-602
Setting ReadPreference.PRIMARY on a find has no effect if slaveOk=true has been set in the connection stringJAVA-597
Update semaphore limit if connectionsPerHost or threadsAllowedToBlockForConnectionMultiplier changed after constructionJAVA-517
DuplicateKey exception not properly thrown through findAndModifyJAVA-529
NumberFormatException parsing should provide exception subclass or better descriptionsJAVA-713
What is the reccomended Java Driver to use with db version v2.2.0 ?JAVA-593
NullPointerException at com.mongodb.WriteResult.getN()JAVA-612
DBRef hashCode is brokenJAVA-522
Getting Null Pointer Exception in Mongo Java DriverJAVA-623
Improve error code documentationJAVA-610
Make DBCursor finalizer optional and disable it in all cases where there is no cursor maintained on the serverJAVA-582
com.mongodb.DB.authenticate fails often when invoked from multiple threadsJAVA-633
DBCollection.isCapped() method throws ClassCastException with mongodb-2.2.0JAVA-604
Add "keyf" option for "group" commandJAVA-577
It's not possible to shutdown database from JavaJAVA-575
Driver re-auths on same connectionJAVA-523
Can't get serverStatus from a mongod server in sharded cluster with authentication enabledJAVA-565
JSONParser issue for ISODateJAVA-564
Binary values serialize as <BinaryData> rather than extended JSONJAVA-544
com.mongodb.gridfs.GridFSDBFile.writeTo( File ) does not close handleJAVA-616
Semaphore released more times than acquired (java.lang.Error thrown on java 7)JAVA-609
ObjectId equals(...) brokenJAVA-594
2.7.3 corrupts files saved with 2.6 on readJAVA-572
Empty tailable cursor can't be explicitly closed with DBCursor.close()JAVA-600
Getting com.mongodb.MongoException: can't find a master exception on AWSJAVA-611
public WriteResult update(DBObject q, DBObject o) , When I update or delete document by Inner document object as query object.It failed.
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
0.3
0