You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Latest version of spring data mongodb have no support for the bulk operations introduced in MongoDB 2.6 and mongodb recommends using the new write protocols and new bulk api for bulk opertations
That's in place. I moved Tuple to Spring Data Commons (DATACMNS-790), slightly changed the way WriteConcern instances are used by BulkOperations (by rather using the one used for MongoTemplate and consulting the WriteConcernResolver for advanced modifications) and delegate the exception translation to the PersistenceExceptionTranslator registered so that potential customizations can tweak the translation
Abhishek Choudhary opened DATAMONGO-934 and commented
Latest version of spring data mongodb have no support for the bulk operations introduced in MongoDB 2.6 and mongodb recommends using the new write protocols and new bulk api for bulk opertations
Affects: 1.4.2 (Codd SR2)
Reference URL: http://stackoverflow.com/questions/23403992/does-spring-data-uses-the-new-mongodb-bulk-api-for-bulk-operations?noredirect=1#comment35859373_23403992
Issue Links:
("is duplicated by")
Referenced from: pull request #327, and commits 7862841, fe6cbaa
10 votes, 10 watchers
The text was updated successfully, but these errors were encountered: