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

[Feature][Java/Spring] Support Discriminator Based OneOf Interface #11650

Commits on Mar 22, 2020

  1. Fix OpenAPITools#5381

    added x-is-one-of-interface extension for oneOf interface in mustache
    template
    alexsuperdev committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    6a8769e View commit details
    Browse the repository at this point in the history
  2. Fix OpenAPITools#5381

    fixed name of model from UNKNOWN_BASE_TYPE to right one in api: operationId + OneOf
    
    Fix OpenAPITools#5381
    parcelableModel is not required
    alexsuperdev committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    049359c View commit details
    Browse the repository at this point in the history
  3. Fix OpenAPITools#5381

    removed not needed methods
    alexsuperdev committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    49f13eb View commit details
    Browse the repository at this point in the history
  4. Fix OpenAPITools#5381

    catch NPE cases in preprocessOpenAPI
    updated samples
    alexsuperdev committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    1a5a484 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66a09d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Fix OpenAPITools#5381

    fixed generation of oneOf Models
    alexsuperdev committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    48a1a4a View commit details
    Browse the repository at this point in the history
  2. Fix OpenAPITools#5381

    addOneOfInterfaceModel only for cases when useOneOfInterfaces is true and for spring
    alexsuperdev committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    a811330 View commit details
    Browse the repository at this point in the history
  3. Fix OpenAPITools#5381

    NPE fix
    alexsuperdev committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    299cdb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    461cbc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Merge branch 'master' of https://github.com/OpenAPITools/openapi-gene…

    …rator into spring_fix_5381
    
    � Conflicts:
    �	modules/openapi-generator/src/main/java/org/openapitools/codegen/DefaultCodegen.java
    alexsuperdev committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    dd0118d View commit details
    Browse the repository at this point in the history
  2. Fix OpenAPITools#5381

    spring: fixed use of oneOf Models in API
    alexsuperdev committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    26a95f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Fix OpenAPITools#5381

    implementing oneOf for spring lib overriding methods with different behavior from default
    alexsuperdev committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    9af7db6 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Fix OpenAPITools#5381

    added x-is-one-of-interface extension for oneOf interface in mustache
    template
    alexsuperdev committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    fbfd57d View commit details
    Browse the repository at this point in the history
  2. Fix OpenAPITools#5381

    fixed name of model from UNKNOWN_BASE_TYPE to right one in api: operationId + OneOf
    
    Fix OpenAPITools#5381
    removed not needed methods
    
    Fix OpenAPITools#5381
    fixed generation of oneOf Models
    
    Fix OpenAPITools#5381
    addOneOfInterfaceModel only for cases when useOneOfInterfaces is true and for spring
    
    Fix OpenAPITools#5381
    NPE fix for tests
    alexsuperdev committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    bfab304 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Fix OpenAPITools#5381

    fixed handing of composed schema with array
    alexsuperdev committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    29003d8 View commit details
    Browse the repository at this point in the history
  2. Fix OpenAPITools#5381

    fixed NPE in addOneOfInterfaceModel
    alexsuperdev committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    d864831 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Fix OpenAPITools#5381

    fixed generation of oneOf models with descriminator
    alexsuperdev committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    6d54799 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Merge remote-tracking branch 'super/master' into spring_fix_5381_jb

    # Conflicts:
    #	modules/openapi-generator/src/main/java/org/openapitools/codegen/DefaultCodegen.java
    jburgess committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    c6a5c6b View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Configuration menu
    Copy the full SHA
    d96cd2e View commit details
    Browse the repository at this point in the history
  2. Initial merge of 5.0

    jburgess committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    8f09f52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d31df4 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Configuration menu
    Copy the full SHA
    397e711 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. Merge remote-tracking branch 'source/master' into spring_fix_5381_jb

    # Conflicts:
    #	modules/openapi-generator/src/test/java/org/openapitools/codegen/java/spring/SpringCodegenTest.java
    jburgess committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    a922217 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Configuration menu
    Copy the full SHA
    21a98e5 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'source/master' into spring_fix_5381_jb

    # Conflicts:
    #	modules/openapi-generator/src/main/java/org/openapitools/codegen/DefaultCodegen.java
    #	modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/SpringCodegen.java
    jburgess committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    1b5964e View commit details
    Browse the repository at this point in the history
  3. Merged master

    jburgess committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    05105fa View commit details
    Browse the repository at this point in the history
  4. Updated samples

    jburgess committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    c89a28b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    4808e87 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Merge branch 'master' into jburgess-spring_fix_5381_jb

    # Conflicts:
    #	modules/openapi-generator/src/main/resources/JavaSpring/pojo.mustache
    #	modules/openapi-generator/src/test/java/org/openapitools/codegen/java/spring/SpringCodegenTest.java
    cachescrubber committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    03a6210 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. Configuration menu
    Copy the full SHA
    7db40af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f634245 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    921e9b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Configuration menu
    Copy the full SHA
    9502601 View commit details
    Browse the repository at this point in the history
  2. Generate Samples

    cachescrubber committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    054cfda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb998d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79e6439 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbfa506 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a93562 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2773e1e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d850256 View commit details
    Browse the repository at this point in the history
  9. Generate Samples

    cachescrubber committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    595fb2c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6a542a0 View commit details
    Browse the repository at this point in the history
  11. Generate Samples

    cachescrubber committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    da50e04 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Configuration menu
    Copy the full SHA
    ca1c72a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0d7905 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    6dfe29e View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Configuration menu
    Copy the full SHA
    3849661 View commit details
    Browse the repository at this point in the history
  2. Generate Samples

    cachescrubber committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    79c80f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1a4ff0 View commit details
    Browse the repository at this point in the history
  4. Generate Samples

    cachescrubber committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    bd6ba44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ff2187 View commit details
    Browse the repository at this point in the history
  6. Generate Samples

    cachescrubber committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    45d1fd2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2650814 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    25ac888 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fe29270 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6e3150b View commit details
    Browse the repository at this point in the history
  11. Generate Samples

    cachescrubber committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    bcbd156 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5e77e8c View commit details
    Browse the repository at this point in the history
  13. Generate Samples

    cachescrubber committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    6202d69 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    e20ba2c View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    d676188 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/java_spring_oneof_discri…

    …minator_basic' into feature/java_spring_oneof_discriminator_basic
    cachescrubber committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    122d414 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. Merge branch 'master' into feature/java_spring_oneof_discriminator_basic

    # Conflicts:
    #	samples/server/petstore/spring-mvc-default-value/src/main/java/org/openapitools/model/TestResponse.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/AdditionalPropertiesAnyType.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/AdditionalPropertiesArray.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/AdditionalPropertiesBoolean.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/AdditionalPropertiesClass.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/AdditionalPropertiesInteger.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/AdditionalPropertiesNumber.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/AdditionalPropertiesObject.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/AdditionalPropertiesString.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/Animal.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/ArrayOfArrayOfNumberOnly.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/ArrayOfNumberOnly.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/ArrayTest.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/BigCat.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/BigCatAllOf.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/Capitalization.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/Cat.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/CatAllOf.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/ClassModel.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/Client.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/Dog.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/DogAllOf.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/EnumArrays.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/EnumTest.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/File.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/FileSchemaTestClass.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/FormatTest.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/HasOnlyReadOnly.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/MapTest.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/MixedPropertiesAndAdditionalPropertiesClass.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/Model200Response.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/ModelList.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/ModelReturn.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/Name.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/NumberOnly.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/OuterComposite.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/Pet.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/ReadOnlyFirst.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/SpecialModelName.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/TypeHolderDefault.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/TypeHolderExample.java
    #	samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/model/XmlItem.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/AdditionalPropertiesAnyType.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/AdditionalPropertiesArray.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/AdditionalPropertiesBoolean.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/AdditionalPropertiesClass.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/AdditionalPropertiesInteger.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/AdditionalPropertiesNumber.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/AdditionalPropertiesObject.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/AdditionalPropertiesString.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/Animal.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/ArrayOfArrayOfNumberOnly.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/ArrayOfNumberOnly.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/ArrayTest.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/BigCat.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/BigCatAllOf.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/Capitalization.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/Cat.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/CatAllOf.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/ClassModel.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/Client.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/Dog.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/DogAllOf.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/EnumArrays.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/EnumTest.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/File.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/FileSchemaTestClass.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/FormatTest.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/HasOnlyReadOnly.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/MapTest.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/MixedPropertiesAndAdditionalPropertiesClass.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/Model200Response.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/ModelList.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/ModelReturn.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/Name.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/NumberOnly.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/Order.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/OuterComposite.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/ReadOnlyFirst.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/SpecialModelName.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/TypeHolderDefault.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/TypeHolderExample.java
    #	samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/model/XmlItem.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/AdditionalPropertiesAnyType.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/AdditionalPropertiesArray.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/AdditionalPropertiesBoolean.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/AdditionalPropertiesClass.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/AdditionalPropertiesInteger.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/AdditionalPropertiesNumber.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/AdditionalPropertiesObject.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/AdditionalPropertiesString.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/Animal.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/ArrayOfArrayOfNumberOnly.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/ArrayOfNumberOnly.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/ArrayTest.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/BigCat.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/BigCatAllOf.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/Capitalization.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/Cat.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/CatAllOf.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/Category.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/ClassModel.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/Client.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/Dog.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/DogAllOf.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/EnumArrays.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/EnumTest.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/File.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/FileSchemaTestClass.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/FormatTest.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/HasOnlyReadOnly.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/MapTest.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/MixedPropertiesAndAdditionalPropertiesClass.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/Model200Response.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/ModelApiResponse.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/ModelList.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/ModelReturn.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/Name.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/NumberOnly.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/Order.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/OuterComposite.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/Pet.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/ReadOnlyFirst.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/SpecialModelName.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/Tag.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/TypeHolderDefault.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/TypeHolderExample.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/User.java
    #	samples/server/petstore/spring-mvc-no-nullable/src/main/java/org/openapitools/model/XmlItem.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/AdditionalPropertiesAnyType.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/AdditionalPropertiesArray.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/AdditionalPropertiesBoolean.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/AdditionalPropertiesClass.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/AdditionalPropertiesInteger.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/AdditionalPropertiesNumber.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/AdditionalPropertiesObject.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/AdditionalPropertiesString.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/Animal.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/ArrayOfArrayOfNumberOnly.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/ArrayOfNumberOnly.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/ArrayTest.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/Capitalization.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/Cat.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/CatAllOf.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/Category.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/ClassModel.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/Client.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/Dog.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/DogAllOf.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/EnumArrays.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/EnumTest.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/File.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/FileSchemaTestClass.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/FormatTest.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/HasOnlyReadOnly.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/MapTest.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/MixedPropertiesAndAdditionalPropertiesClass.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/Model200Response.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/ModelApiResponse.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/ModelList.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/ModelReturn.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/Name.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/NumberOnly.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/OuterComposite.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/ReadOnlyFirst.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/SpecialModelName.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/Tag.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/TypeHolderDefault.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/TypeHolderExample.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/User.java
    #	samples/server/petstore/spring-mvc-spring-pageable/src/main/java/org/openapitools/model/XmlItem.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/AdditionalPropertiesAnyType.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/AdditionalPropertiesArray.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/AdditionalPropertiesBoolean.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/AdditionalPropertiesClass.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/AdditionalPropertiesInteger.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/AdditionalPropertiesNumber.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/AdditionalPropertiesObject.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/AdditionalPropertiesString.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/Animal.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/ArrayOfArrayOfNumberOnly.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/ArrayOfNumberOnly.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/ArrayTest.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/BigCat.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/BigCatAllOf.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/Capitalization.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/Cat.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/CatAllOf.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/Category.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/ClassModel.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/Client.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/Dog.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/DogAllOf.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/EnumArrays.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/EnumTest.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/File.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/FileSchemaTestClass.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/FormatTest.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/HasOnlyReadOnly.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/MapTest.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/MixedPropertiesAndAdditionalPropertiesClass.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/Model200Response.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/ModelApiResponse.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/ModelList.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/ModelReturn.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/Name.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/NumberOnly.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/Order.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/OuterComposite.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/Pet.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/ReadOnlyFirst.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/SpecialModelName.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/Tag.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/TypeHolderDefault.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/TypeHolderExample.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/User.java
    #	samples/server/petstore/spring-mvc/src/main/java/org/openapitools/model/XmlItem.java
    cachescrubber committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    c1ce27a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    be407dc View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Configuration menu
    Copy the full SHA
    26ae1a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Configuration menu
    Copy the full SHA
    c0f153f View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    aaf6e99 View commit details
    Browse the repository at this point in the history
  2. Add oneof sample

    cachescrubber committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    c1a7192 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into feature/java_spring_oneof_discriminator_basic

    # Conflicts:
    #	.github/workflows/samples-spring.yaml
    cachescrubber committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    925252e View commit details
    Browse the repository at this point in the history
  4. Generate Samples

    cachescrubber committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    58bd55b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    af28bbe View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    d6558a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    d03f748 View commit details
    Browse the repository at this point in the history
  2. Generate Samples

    cachescrubber committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    b345151 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8b70a8 View commit details
    Browse the repository at this point in the history
  4. Generate Samples

    cachescrubber committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    c161329 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Configuration menu
    Copy the full SHA
    833893a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e01140 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Merge branch 'master' into feature/java_spring_oneof_discriminator_basic

    # Conflicts:
    #	modules/openapi-generator/src/main/resources/JavaSpring/typeInfoAnnotation.mustache
    cachescrubber committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    d43692e View commit details
    Browse the repository at this point in the history
  2. Generate Samples

    cachescrubber committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    deeb394 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Merge branch 'master' into feature/java_spring_oneof_discriminator_basic

    # Conflicts:
    #	modules/openapi-generator/src/main/resources/JavaSpring/pojo.mustache
    cachescrubber committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    e619e73 View commit details
    Browse the repository at this point in the history