Mark Paluch

Results 497 issues of Mark Paluch

For Spring Data MongoDB 5.0, we should deprecate `MongoCustomConversions.BigDecimalRepresentation.STRING` (not for removal) and switch the `BigDecimal` default to `BigDecimalRepresentation.DECIMAL128` to indicate that `Decimal128` is the preferred data type enabling range...

type: enhancement

AOT repositories should be generated by default when using AOT. We already have a config flag to disable AOT repositories to back out from AOT processing.

type: enhancement
theme: aot

``` [INFO] [08:33:01.434] INFO (asciidoctor): possible invalid reference: mapping.index-creation [INFO] file: src/main/antora/modules/ROOT/pages/mongodb/mapping/mapping.adoc [INFO] source: https://github.com/spring-projects/spring-data-mongodb (branch: 5.0.x | start path: src/main/antora) [INFO] [08:33:01.453] INFO (asciidoctor): possible invalid reference: repositories.limit-query-result [INFO]...

type: documentation

We skip GeoNear, Scrolling, and Streaming methods during AOT processing. We should however extract queries and return these instead of `null` in `MongoRepositoryContributor.contributeQueryMethod(…)`.

type: enhancement
theme: aot