In the post Common Red Flags in Java Development I looked at some practices that are not necessarily wrong or incorrect in and of themselves, but can be indicative of potentially greater problems.
I've generated Java clients using the restTemplate library from my openapi.yaml file. One of the schema properties is defined as a primitive boolean, but in the generated model, it has been converted ...