Mark Paluch
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...
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.
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...
The documentation doesn't list the `2021.1` release train yet: https://docs.spring.io/spring-data/mongodb/docs/current/reference/html/#compatibility.matrix
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).
We now consider the correct argument type instead of checking the assignability of the actual property type against the input value. Closes #2649