Description
The mapReduce method on DBCollection that takes a raw DBObject representing a command needs to be deprecated in the 2.x branch, as this will not be available in 3.x. Instead, users should use mapReduce(MapReduceCommand), a more type-safe way of performing map reduce operations.