Brendan McAdams

Results 15 issues of Brendan McAdams

They were removed in the Akka migration.

Authentication has been initially implemented but needs to be tested and validated. See [Docs on Authentication](http://www.mongodb.org/display/DOCS/Implementing+Authentication+in+a+Driver)

I'd say anyway we say hammersmith supports MongoDB 3.0+ spec only?

Both Java Driver & Casbah/Mongo-Scala for versions 2.x and 3.x This serves several purposes: 1) Ensure consistency with what other JVM level drivers (and presumably all 10gen official drivers given...

crucial

This will require some fun interaction with understanding the wire protocol message version on connect. The MongoDB 3.0 Java driver seems to do some of this already.

core-feature
crucial

"Docs" in Java Driver. Also handle old ones and convert them "up".

crucial

The Collection library isn't _terrible_ in my book, but it isn't quite right. It doesn't provide enough `CanBuildFrom` support as best I can tell, and I'm still using legacy stuff...

collection-library

GridFS support for MongoDB.

nice-to-have

Support and test Replica Sets; outlined in docs on ["Connecting Drivers to Replica Sets"](http://www.mongodb.org/display/DOCS/Connecting+Drivers+to+Replica+Sets)