I encountered an unexpected behavior when using Spring Boot with Thymeleaf to bind a boolean property with a field name starting with is (e.g., isTest). Spring fails to recognize the property when ...
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 ...