Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the generation of model properties whose data type is a composed (allOf) schema #704

Commits on Aug 1, 2018

  1. OpenAPITools#582 Fixed the generation of model properties whose data …

    …type is a composed (allOf) schema. Before this fix, the data type name of the generated property was that of the first model participating in the allOf clause. After this fix the property data type is again as expected: the one of the composed schema and not one of its parents.
    Rubén Martínez committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    61a439e View commit details
    Browse the repository at this point in the history
  2. Added unit test in order to have regression testing in the fix for the

    …OpenAPITools#582 issue (references to composed schemas should not get unaliased for them to get a proper data type name in the generation of model properties).
    Rubén Martínez committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    470c3ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b2af3d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/OpenAPITools/openapi-gene…

    …rator into #582_Fixed_generation_of_properties_of_composed_schemas
    Rubén Martínez committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    c8f61e6 View commit details
    Browse the repository at this point in the history
  5. Removed tabs from ModelUtilsTest.java

    Rubén Martínez committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    3dd0af0 View commit details
    Browse the repository at this point in the history