Severin Kistler
Severin Kistler
**Is your feature request related to a problem? Please describe.** Not a problem, as there is a relatively clear and simple way to achieve the same, albeit slightly more limited,...
This is a reproduction of #198. It was mentioned opening a new issue is preferred. The issue is, that `@JacksonXmlText` seems to work as intended for serialization, but not for...
The flyway auto-configuration in Spring Boot has the very nice feature of replacing `{vendor}` in any `spring.flyway.locations` path with database-specific values to support multiple databases easily. The code for those...
**Expected Behavior** In a project I am currently working on, we must send additional request parameters in the OIDC Token Exchange grant request. I want a simpler way to add...
**Is your feature request related to a problem? Please describe.** The underlying http client (in my case the apache hc5) is already well-customizable via properties and also via supplying my...