12
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 11, 2025 — Aug 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[JAVA-327] fixes json parsing issue with int/long values More... over 15 years ago
post 2.5.3 More... over 15 years ago
bump 2.5.3 More... over 15 years ago
Merge branch 'master' of github.com:mongodb/mongo-java-driver More... over 15 years ago
[JAVA-292] fixes WriteResult.getLastError().throwOnError() More... over 15 years ago
nicer toString for mongooptions More... over 15 years ago
[JAVA-287]: set TCP_KEEPALIVE on the java driver More... over 15 years ago
updated to use DefaultDBCallback class. More... over 15 years ago
changed dbget to get with a cast - added generics TODO item. More... over 15 years ago
simplified dbget. More... over 15 years ago
changed to use non-dev class. More... over 15 years ago
changed so db callback can be changed. More... over 15 years ago
removed dev import. More... over 15 years ago
initial load - was nested in DBCallback. More... over 15 years ago
was DBCallback... now default impl. More... over 15 years ago
changed to More... over 15 years ago
expose the Mongo Options via get method. More... over 15 years ago
add a field for changing the callback factory. More... over 15 years ago
[JAVA-318] JMX cleanup More... over 15 years ago
allow overriding create[List] methods More... over 15 years ago
added test-single - allows for single classes to be tested (during dev). More... over 15 years ago
initial load - testng template to run single class/object tests. More... over 15 years ago
Added target for junit-style output of testng test output.
monkey101
as Dan Pasette
More... over 15 years ago
added override annotation to factory. More... over 15 years ago
[JAVA-315]: several exception cases do not put back the dbport in pool, resulting in forever hanging pool to that server [JAVA-316]: in DBTCPConnector.say(), possible race condition that affects getLastError() result More... over 15 years ago
[JAVA-312]: com.mongodb.util.JSON.serialize does not support UUID More... over 15 years ago
[JAVA-313]: several commands do not call res.throwOnError(), instead make up their own exception More... over 15 years ago
added test to make sure all types are correctly encoded with BSON to/from db More... over 15 years ago
add back all tests More... over 15 years ago
[JAVA-280]: bug in BSONTimestamp JSON parse. Added BSON encoding of DBRef. Added test for JSON encode/decode all types. More... over 15 years ago