mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-18 19:27:06 +00:00
Before this change if a model had a property of type=string and format=uuid, it would be generated as a Java String. Now, it generates the property as java.util.UUID.