Ger Roza
Ger Roza
Steps to reproduce the behavior: 1. Enable AOSP in the plugin configuration as per the documentation: ``` com.cosium.code git-code-format-maven-plugin ${git-code-format-maven-plugin.version} install-formatter-hook install-hooks validate-code-format validate-code-format true false false false -X ```...
**Expected Behavior** Have an easy mechanism to use `.with(oauth2Login())` on a service that uses the `ServletOAuth2AuthorizedClientExchangeFilterFunction#setDefaultOAuth2AuthorizedClient(true)` feature. **Current Behavior** When I use `.with(oauth2Login())` on such service, the call isn't processed...
If we add support for the RFC 7807 Problem Details spec by including the `spring.mvc.problemdetails.enabled=true` property, then the `server.error.include-*` (e.g. `server.error.include-binding-errors=always` and `server.error.include-message=always`) properties are ignored, the response doesn't retrieve...
**Describe the bug** I have the following simple assertion in my test: ``` hasProperty("name") ``` For the following record: ``` public record AnyDto( Long id, @NotBlank String name, String description)...