12
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 16 hours ago.
Aug 20, 2025 — Aug 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Attempt comparing as a double, as asserts on Bamboo are acting wonky More... almost 15 years ago
Need to compare version as a char not an int More... almost 15 years ago
Use proper testNG assertion rather than 'core' assertion More... almost 15 years ago
Added a skip method to ensure continueOnInsertError test is only run on Server versions 2.0+ More... almost 15 years ago
JAVA-448 - Tailable Cursor behavior while not in AWAIT mode * Fixed non-await empty tailable cursor behavior to be more consistently inline with other drivers & user expectations. Instead of forcing a sleep of 500 milliseconds on "no data", we instead when tailable catch an empty cursor and return null instead. This should be more safely non blocking for users who need to roll their own event driven code, for which the sleep breaks logic. More... almost 15 years ago
JAVA-428 - Support new ReadPreference semantics, deprecate SlaveOK * Fully wired suppor for reading by Tags; tested and validated for correct behavior More... almost 15 years ago
Custom Encoder support similar to previously released DBDecoder facilities. * This is a huge help to the alt-JVM bindings like Scala * Integrated Scott's in flight diffed changes; Refs JAVA-333 * DBDecoders per-operation; similar support for per-op Encoders * DBEncoderFactory and multi-level hooks * DBEncoders are used w/i OutMessage to encode BSON More... almost 15 years ago
JAVA-428 - Support new ReadPreference semantics, deprecate SlaveOK * Pass basic readPreference information down to the API layer; doesn't support dealing w/ tags yet just "Primary or Secondary" * We are not yet implementing the proposed "bucketing" behavior for pings, but using the existing ping selection of secondary code from the existing library More... almost 15 years ago
check keys in embedded maps More... almost 15 years ago
added getObjectId method. More... almost 15 years ago
added getObjectId test. More... almost 15 years ago
commented out test that was breaking the build. More... almost 15 years ago
commented out test that was breaking the build. More... almost 15 years ago
add partial query option flag More... almost 15 years ago
JAVA-428 - Support new ReadPreference semantics, deprecate SlaveOK * Like WriteConcern, each read method now takes an optional ReadPreference arg, defaulting to default otherwise More... almost 15 years ago
JAVA-428 - Support new ReadPreference semantics, deprecate SlaveOK * Added toStrings for clarification to Concrete ReadPreference instances More... almost 15 years ago
JAVA-428 - Support new ReadPreference semantics, deprecate SlaveOK * Set and get ReadPreference on Mongo, DB and DBCollection; not yet instrumented to actual behavior. More... almost 15 years ago
JAVA-428 - Support new ReadPreference semantics, deprecate SlaveOK * Deprecated slaveOK with documentation recommending a move to ReadPreference.SECONDARY More... almost 15 years ago
JAVA-428 - Support new ReadPreference semantics, deprecate SlaveOK * Added ReadPreference class with SECONDARY, PRIMARY and taggable modes More... almost 15 years ago
JAVA-425 - Support MongoDB Server 2.0 getLastError Changes (j, w=string/number) * TEst WriteConcern interface still works; had to adjust test to call getW() instead of package protected internal value More... almost 15 years ago
JAVA-425 - Support MongoDB Server 2.0 getLastError Changes (j, w=string/number) * Changed MAJORITY_SAFE static to MAJORITY More... almost 15 years ago
JAVA-425 - Support MongoDB Server 2.0 getLastError Changes (j, w=string/number) * Added String based constructor for WriteConcern-by-tag * Added static majorityWriteConcern helper for those wanting a Majority with configurable wtimeout, fsync and j More... almost 15 years ago
JAVA-425 - Support MongoDB Server 2.0 getLastError Changes (j, w=string/number) * Migrated WriteConcern to support String or Int arguments against w; call getWValue or getWString for non-int values. * Added "J" flag to WriteConcern More... almost 15 years ago
JAVA-427 - Support ContinueOnError Flag for bulk insert * Added flags for continueOnError * Test to verify bulk insert behaves as expected both with & without continueOnError enabled. More... almost 15 years ago
JAVA-422 - Test / validate foreach iteration of document keyset More... almost 15 years ago
JAVA-422 - Remove ill advised intern() calls More... almost 15 years ago
Fix test failure; exception message changed and unit test compares against the exact message More... almost 15 years ago
JAVA-422 - Memoize field locations (and other calculated data) for LazyBSONObject More... almost 15 years ago
JAVA-422 - Memoize field locations (and other calculated data) for LazyBSONObject More... almost 15 years ago
fixed imports style More... almost 15 years ago