Mark Paluch

Results 1230 comments of Mark Paluch

Can you check your shutdown debug logs regarding Vault communication and debug what happens for you in `SecretLeaseContainer.destroy()` as there is the code path to revoke secrets?

This needs to be handled in Spring Cloud Vault as part of the bean registration, see https://github.com/spring-cloud/spring-cloud-vault/issues/725

This is a regression from an earlier change. As a workaround, please use a different factory method until this is fixed.

Spring Data has a set of utils ([`KotlinReflectionUtils`](https://github.com/spring-projects/spring-data-commons/blob/main/src/main/java/org/springframework/data/util/KotlinReflectionUtils.java), [`KotlinBeanInfoFactory`](https://github.com/spring-projects/spring-data-commons/blob/main/src/main/java/org/springframework/data/util/KotlinBeanInfoFactory.java), [`KotlinValueUtils`](https://github.com/spring-projects/spring-data-commons/blob/main/src/main/java/org/springframework/data/mapping/model/KotlinValueUtils.java)) for various applications, such as value class usage and Property descriptor detection. Would it make sense to move some of...

This PR introduces a check for a very specific scenario. The change doesn't necessary lead to a proper cancellation as the task itself is comprised from a series of refresh...

There are a couple of aspects and the fix isn't trivial. `@Meta` wasn't intended for implementation method usage and it isn't applicable for each operation (e.g. our `save` method doesn't...

Closing as there won't be any more 6.5.x releases.

This is intended, however, it isn't explicitly documented as such. Negative limits are useful in stores such as Redis where `-4` means give me the last four elements from a...

This PR is missing the [POM version change](https://github.com/spring-projects/spring-data-mongodb/pull/4777/commits/13c876438ee5f880afa13c4bccdb0e2b93927466). Jenkins has overridden the `main` branch snapshots with these.