**[Fergus Nelson](https://jira.spring.io/secure/ViewProfile.jspa?name=fergusnelson)** opened **[DATAMONGO-812](https://jira.spring.io/browse/DATAMONGO-812?redirect=false)** and commented "$pushAll Deprecated since version 2.4: Use the $push operator with $each instead." Update is still using $pushAll and should be updated --- **Reference URL:** http://docs.mongodb.org/manual/reference/operator/update/pushAll/#up._S_pushAll **Issue Links:** - [DATAMONGO-354](https://jira.spring.io/browse/DATAMONGO-354) MongoTemplate does not support multiple $pushAll in one update - [DATAMONGO-832](https://jira.spring.io/browse/DATAMONGO-832) Add support for $slice in Update.push - [DATAMONGO-471](https://jira.spring.io/browse/DATAMONGO-471) Update operation $addToSet does not support adding a list with $each **Referenced from:** pull request https://github.com/spring-projects/spring-data-mongodb/pull/112