DATAMONGO-2596 - Polishing.

Refactor KPropertyPath.toString() into KProperty.asPath() extension function to allow rendering simple properties and property paths into a String property path.

Original pull request: #880.
This commit is contained in:
Mark Paluch
2020-10-06 10:16:50 +02:00
parent b879ec8c0f
commit 4548d07826
4 changed files with 46 additions and 10 deletions

View File

@@ -7,6 +7,7 @@
* <<mongo.auditing,Reactive auditing>> enabled through `@EnableReactiveMongoAuditing`. `@EnableMongoAuditing` no longer registers `ReactiveAuditingEntityCallback`.
* Reactive SpEL support in `@Query` and `@Aggregation` query methods.
* Aggregation hints via `AggregationOptions.builder().hint(bson).build()`.
* Extension Function `KProperty.asPath()` to render property references into a property path representation.
[[new-features.3.0]]
== What's New in Spring Data MongoDB 3.0