openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Mongo Java Driver
Settings
|
Report Duplicate
12
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 5 hours
ago. based on code collected
about 16 hours
ago.
Aug 20, 2025 — Aug 20, 2026
Showing page 260 of 295
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Attempt comparing as a double, as asserts on Bamboo are acting wonky
Brendan W. McAdams
More...
almost 15 years ago
Need to compare version as a char not an int
Brendan W. McAdams
More...
almost 15 years ago
Use proper testNG assertion rather than 'core' assertion
Brendan W. McAdams
More...
almost 15 years ago
Added a skip method to ensure continueOnInsertError test is only run on Server versions 2.0+
Brendan W. McAdams
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.
Brendan W. McAdams
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
Brendan W. McAdams
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
Brendan W. McAdams
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
Brendan W. McAdams
More...
almost 15 years ago
check keys in embedded maps
Scott Hernandez
More...
almost 15 years ago
added getObjectId method.
Ryan
More...
almost 15 years ago
added getObjectId test.
Ryan
More...
almost 15 years ago
commented out test that was breaking the build.
Ryan
More...
almost 15 years ago
commented out test that was breaking the build.
Ryan
More...
almost 15 years ago
add partial query option flag
Scott Hernandez
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
Brendan W. McAdams
More...
almost 15 years ago
JAVA-428 - Support new ReadPreference semantics, deprecate SlaveOK * Added toStrings for clarification to Concrete ReadPreference instances
Brendan W. McAdams
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.
Brendan W. McAdams
More...
almost 15 years ago
JAVA-428 - Support new ReadPreference semantics, deprecate SlaveOK * Deprecated slaveOK with documentation recommending a move to ReadPreference.SECONDARY
Brendan W. McAdams
More...
almost 15 years ago
JAVA-428 - Support new ReadPreference semantics, deprecate SlaveOK * Added ReadPreference class with SECONDARY, PRIMARY and taggable modes
Brendan W. McAdams
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
Brendan W. McAdams
More...
almost 15 years ago
JAVA-425 - Support MongoDB Server 2.0 getLastError Changes (j, w=string/number) * Changed MAJORITY_SAFE static to MAJORITY
Brendan W. McAdams
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
Brendan W. McAdams
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
Brendan W. McAdams
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.
Brendan W. McAdams
More...
almost 15 years ago
JAVA-422 - Test / validate foreach iteration of document keyset
Brendan W. McAdams
More...
almost 15 years ago
JAVA-422 - Remove ill advised intern() calls
Brendan W. McAdams
More...
almost 15 years ago
Fix test failure; exception message changed and unit test compares against the exact message
Brendan W. McAdams
More...
almost 15 years ago
JAVA-422 - Memoize field locations (and other calculated data) for LazyBSONObject
Brendan W. McAdams
More...
almost 15 years ago
JAVA-422 - Memoize field locations (and other calculated data) for LazyBSONObject
Brendan W. McAdams
More...
almost 15 years ago
fixed imports style
Scott Hernandez
More...
almost 15 years ago
←
1
2
…
256
257
258
259
260
261
262
263
264
…
294
295
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree