Mark Paluch
Mark Paluch
Our docs still use the single-page scheme and should be updated to use Antora.
It would be neat to have projection support, ideally through a fluent API (similar to [R2DBC](https://github.com/spring-projects/spring-data-relational/blob/8b157aa779e6234de0c049270d94867dd1e46f99/spring-data-r2dbc/src/main/java/org/springframework/data/r2dbc/core/FluentR2dbcOperations.java#L25), Cassandra, and MongoDB) to apply projections much closer to the query and conversion instead...
Also, remove allocator property to verify that Netty has fixed the adaptive allocator bug, see #2087
`Query`, `Update`, `Columns` and `ColumnName` now accept `TypedPropertyPath` Closes #1625
See spring-projects/spring-data-commons#3400