Mark Paluch
Mark Paluch
* Readme * Reference docs * Pull request template
Spring Boot 2.4 advocates for JUnit 5 usage so we should start migrating our examples to use JUnit 5.
`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...
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...
Follow-up from #256
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.