Mark Paluch

Results 497 issues of Mark Paluch

* Readme * Reference docs * Pull request template

type: task

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

type: task

Spring Boot 2.4 advocates for JUnit 5 usage so we should start migrating our examples to use JUnit 5.

type: task

`KeyValueRepositoryConfigurationExtension` (enabled through `@EnableMapRepositories` or `@EnableRedisRepositories`) attempts to create default beans if there are no bean definitions already registered. This happens mostly for `KeyValueTemplate` and the `MappingContext`. For Redis, there...

in: repository

Right now, we filter the result if a type is being returned that is not assignable to the target type. If a query returns `null`, we should remove this item...

type: bug

We should investigate how and whether it makes sense to use Vault's versioning features to consume older versions of secrets through the versioned Key-Value backend.

type: enhancement
status: declined