Samuel Padou
Results
2
issues of
Samuel Padou
In a Spring application (with Spring Boot 3.1.3 currently), using data and security the `ProxyingHandlerMethodArgumentResolver` will conflict with the use of `@AuthenticationPrincipal` in a controller when a custom interface is...
status: waiting-for-triage
Using errorprone `2.39.0`, with the following code: ``` String test = """ test\s test """; ``` If the java source file have `LF` line separators nothing is detected, but if...