* [DATAMONGO-540] MongoTemplate upsert and findOne handle id queries differently.
* [DATAMONGO-445] GeoNear Query Doesn't Work with Pageable.
* [DATAMONGO-507] Criteria not() is not working.
* [DATAMONGO-602] Querying with $in operator on the id field of type BigInteger returns zero results.
** Improvement
* [DATAMONGO-725] Improve configurability and documentation of TypeMapper on MappingMongoConverter.
* [DATAMONGO-738] Add methods to MongoTemplate and MongoOperations to allow calling class to pass both the entityClass and the collectionName for the update and upsert methods.
* [DATAMONGO-737] Extra MongoSynchronizations cause TransactionSynchronizationManager to throw IllegalStateException on transaction complete.
* [DATAMONGO-743] Support returning raw json from a query.
** Task
* [DATAMONGO-742] Document CDI integration in reference documentation.