Keeping @JsonProperty and Bean Validation field error messages in sync in a Spring Boot project
Damn, this one bit me very recently. So imagine you have a Java API and because of whatever reasons you agreed that the JSON properties for the requests should be in snake_case_form. Cool, cool, that just wants a simple Jackson @JsonProperty annotati...
code.zikani.me6 min read