Mark Paluch

Results 497 issues of Mark Paluch

Hi, this is a `first-timers-only` issue. This means we've worked to make it more legible to folks who either haven't contributed to our codebase before or even folks who haven't...

status: first-timers-only
type: enhancement
theme: Redis 6.2

See spring-projects/spring-data-build#1494

type: task

With our AOT efforts, we introduced `TypeScanner` as general abstraction for type scanning to avoid store-specific implementations. We should switch to `TypeScanner` instead of using `ClassPathScanningCandidateComponentProvider` directly.

status: ideal-for-contribution
type: enhancement

We should update our test client settings to run at least one CI build with a strict API version to ensure we only rely on features that are included in...

type: task

The documentation doesn't list the `2021.1` release train yet: https://docs.spring.io/spring-data/mongodb/docs/current/reference/html/#compatibility.matrix

type: documentation

We now provide and configure a converter for `String` to `LdapName` conversion so Spring Data LDAP can be used with Spring Data REST without further configuration. --- Related ticket: [DATAREST-1198](https://jira.spring.io/browse/DATAREST-1198).

status: waiting-for-triage

See spring-projects/spring-data-build#1494

type: task

We now consider the correct argument type instead of checking the assignability of the actual property type against the input value. Closes #2649

type: regression