Polishing.

Reorder methods and types. Rename MongoPersistentProperty.isOmitNullProperty to writeNullValues. Adapt caching MongoPersistentProperty and add tests.

Tweak Javadoc wording, add author and since tags.

See #3407
Original pull request: #3646.
This commit is contained in:
Mark Paluch
2021-06-14 09:30:08 +02:00
parent b1020d19ba
commit c217618d9d
11 changed files with 242 additions and 102 deletions

View File

@@ -5,6 +5,7 @@
== What's New in Spring Data MongoDB 3.3
* Extended support for <<mapping-usage.document-references, referencing>> entities.
* Include/exclude `null` properties on write to `Document` through `@Field(write=…)`.
[[new-features.3.2]]
== What's New in Spring Data MongoDB 3.2