Mark Paluch

Results 1231 comments of Mark Paluch

Profile selection is subject to Spring Boot. Spring Cloud Vault uses Boot's ConfigData API and the failures in bootstrapping the Vault Client are a consequence of the provided configuration. You're...

There's already a PR at https://github.com/spring-projects/spring-vault/pull/853 so we will merge that one to create pre-requisites.

Another reference: https://github.com/spring-projects/spring-vault/issues/864

We intentionally do not consider super-interfaces for repository fragment detection so in that sense the code works as designed and is not broken. Super-interfaces can reside in other packages and...

See also https://github.com/spring-projects/spring-data-mongodb/issues/4516

Querydsl can be customized by providing a `QuerydslBinderCustomizer` to customize bindings. By default Querydsl queries are mapped to `equals` comparison. Our [Spring Data documentation](https://docs.spring.io/spring-data/jpa/reference/repositories/core-extensions.html#core.web.type-safe) contains an example for customization. Let...

That isn't something we can really do. We have several assumptions that we need to fulfill at startup. For instance, with Redis Cluster, we must have the topology to be...

> Can that be used at startup? I mean Yes, if you do not set a min-idle size. > I wouldn't want everything else to be failing I think this...

> Sorry for being the impatient one 😬 but would love to contribute. Thanks a lot for your contribution, we're happy to welcome contributions, also from impatient ones 🤩 While...