Closed
Description
schoster barak opened DATAMONGO-1534 and commented
when inserting a list of documents
mongoTemplate.bulkOps(BulkOperations.BulkMode.UNORDERED, FOO.class, collectionName)
.insert(foos);
the type info written in _class
element is missing.
as a result, the class cannot be read back.
This make bulkOps insert method unusable
Affects: 1.9.4 (Hopper SR4)
Referenced from: pull request #415, and commits c8709fe, 8e90366, 9059a77, e5a41ad, d272b26
Backported to: 1.10 RC1 (Ingalls), 1.9.6 (Hopper SR6)
2 votes, 2 watchers