DATAMONGO-2215 - Polishing.

Update Javadoc to reflect that array filters are used in their raw form without domain-type related type- or field mapping.

Original pull request: #656.
This commit is contained in:
Mark Paluch
2019-03-05 10:45:24 +01:00
parent 1d910da697
commit 38fe8d4601
4 changed files with 13 additions and 7 deletions

View File

@@ -11,6 +11,7 @@
* Repository deletes now throw `OptimisticLockingFailureException` when a versioned entity cannot be deleted.
* Support `Range<T>` in repository between queries.
* Kotlin extension methods accepting `KClass` are deprecated now in favor of `reified` methods.
* Support of array filters in `Update` operations.
[[new-features.2-1-0]]
== What's New in Spring Data MongoDB 2.1