Mark Paluch

Results 497 issues of Mark Paluch

We now consider the repository bean name when checking for existing bean definitions of default custom implementation beans. Previously, we used the repository interface name without considering the repository bean...

type: regression

To ensure we do not introduce threading during the application container startup we want to use imperative repositories only.

in: repository
type: enhancement

With the introduction of repository fragments in Spring Data 2.0, we introduced fragments as the primary means for feature extensions. `PagingAndSortingRepository`, `ReactiveSortingRepository`, and `RxJava3SortingRepository` are subclasses of a CRUD repository...

type: enhancement
theme: 3.1

Message creation for `MappingException` is subject to each place that raises an exception hence we don't have a consistent style how mapping exceptions report offending entities and properties. We should...

type: enhancement

Spring Data projections can be either interface or DTO projections. In a lot of projects, we use an `EntityConverter` (`EntityReader`) to either materialize a backing entity or directly the DTO....

status: pending-design-work