Export - CSV (All fields)
Export - CSV (Current fields)
JAVA-267
update DBCusor .next() .hasNext() javadoc to say it can throw an exception WAS: MongoInternalException from DBCursor.hasNext() is inappropriateJAVA-237
Should only have 1 DBCleanerThread per Mongo instanceJAVA-252
clean up the list of servers in replica based on list returned from isMasterJAVA-247
authenticate method declares throw MongoException but doesn't actually throw itJAVA-238
add optional parameter dropTarget to DBCollection.rename()JAVA-264
Deprecate DBCollection.getCount methodsJAVA-244
MongoURI for Java Driver should support all speced options (e.g. w, fsync, etc)JAVA-196
ReplicaSetStatus does not remove dead nodes automaticallyJAVA-279
ObjectId could generate duplicate ids if used in different classloaderJAVA-261
GridFSInputFile.getMetaData() returns wrong valueJAVA-239
make sure src/main/org/bson has no mongodb depsJAVA-227
NPE when replica set is downJAVA-240
Mongo constructor should not attempt network connections and potentially throw exception that prevents app from startingJAVA-269
NullPointerException when authentication used with replica sets not logged correctlyJAVA-256
fix all javadocJAVA-266
Need to update the IP resolved for hosts frequently enough to pick up dns changesJAVA-257
when getLastError() is called on a WriteResult, behavior has several flawsJAVA-258
Need oid in WriteResultJAVA-251
MapReduceOutput should support getting results inline, or from a collection in another dbJAVA-248
For GridFS, driver should ensure indexes at startup on both files and chunks collection, when collection is smallJAVA-275
with default write concern (no getLastError), if master changes in repl set, small edge case where writes will fail undetectedJAVA-282
on ioexception, call to port.close() after putting back port in the pool, may break other thread that is using portJAVA-270
If authentication is on for a replica set, then most likely all writes will always fail once primary server diesJAVA-289
driver does not allow doc sizes matching the server limit, for both insert and findJAVA-281
when dropping a database or a collection, they remain in the driver cache, which can lead to problemsJAVA-85
CompareTo of ObjectId java driver returns different value than MongoDB implementationJAVA-174
prevent stack overflow in case of erroneous cyclic referenceJAVA-151
Dot allowed in key namesJAVA-241
driver has a bunch of hardcoded timing settings that many customers want to tweakJAVA-255
DBCollection.save(obj) does not use the default write concernJAVA-273
many db commands (stats, list db, group, etc) should succeed if slaveOk=true and at least one server is upJAVA-231
Failed to retrieve any result when using SlaveOK with all slaves are downJAVA-293
Cursor is not closed after limit is fully fetched from serverJAVA-224
Java driver doesn't automatically discover replica set passive nodesJAVA-276
findAndModify does not throw MongoException on error, fails silentlyJAVA-263
NullPointerException due to race condition during concurrent access to DBTCPTransport
{"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