mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-21 23:29:18 +00:00
according to the help message setting dateLibrary to 'legacy' should make the code generator use java.util.Date. before this change, when setting dateLibrary to 'legacy' made the generator use javax.xml.datatype.XMLGregorianCalendar. now, the generator uses java.util.Date such that the documentation and behavior are consistent.