mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-20 15:50:56 +00:00
* Ada generator generates "=>" (correct syntax) instead of "->". Fixes #7450 * Updated the Ada petstore samples * Committing "VERSION" file and the rest of the petstore samples * Changed default project name and package name for Ada, not to have circular dependencies between gpr files. * Ada code generator now adds x-is-model-type every time a model is defined locally in the YML file. Fix #7569.