Flavio Oliva
Flavio Oliva
Great work!
any update on this?
Any updates on this? I having this problem. I have a client application running on https, but consul tries to access the healthcheck endpoint on http. I have tried @spencergibb...
well done! nice feature!
Add this to you code and it should solve the problem. It solved for me. ```java @RequiredArgsConstructor @Configuration @EnableWebMvc public class WebConfiguration implements WebMvcConfigurer { @Autowired private final ObjectMapper objectMapper;...
I think, then, that this scenario should be added to the documentation since I understand this is quite a common use case. The example where you add this variable directly...
@jzheaux suggested I should open an issue here, for spring-boot team, instead of in spring security project. I feel here is the right submit my request and perhaps this thread...
Dear Maki, Sorry for the delay in replying. It would be helpful to have a way to provide the ViolationMessage the arguments so that I I can then generated a...
My point is, we have an interface `Constraint` that allow the user to overwrite the default message of a given validation but this interface does not allow the user to...
## 🚀 **Enhancement Proposal: Dynamic Message Formatting with Arguments** After further review and considering YAVI's current design principles (minimalism, clarity, and immutability), I'd like to propose a refined and clear...