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

[JAXRS-spec] Add option useSwaggerAnnotations (for MicroProfile-OpenAPI) #813

Merged
merged 14 commits into from
Aug 15, 2018
Merged

[JAXRS-spec] Add option useSwaggerAnnotations (for MicroProfile-OpenAPI) #813

merged 14 commits into from
Aug 15, 2018

Commits on Aug 13, 2018

  1. Use parameter "useSwaggerAnnotations" to disable swagger annotations …

    …in generated code. By default annotations are generated.
    Michael Kotten committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    aed302d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Remove import for ApiModel at fromModel(..), postProcessModelProperty…

    …(..) is too early
    Michael Kotten committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    82eba8d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into filter_swagger_annotations

    # Conflicts:
    #	modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/JavaJAXRSSpecServerCodegen.java
    Michael Kotten committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    4ffccae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26902cf View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into filter_swagger_annotations

    Michael Kotten committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    10cf7f7 View commit details
    Browse the repository at this point in the history
  5. update Petstore sample so that CIs can verify the change

    Michael Kotten committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    f8dae32 View commit details
    Browse the repository at this point in the history
  6. Prepare version 3.2.2-SNAPSHOT (#810)

    jmini authored and Michael Kotten committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    e45c53c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9916c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. update Petstore sample so that CIs can verify the change

    Michael Kotten committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    c8c67e4 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/filter_swagger_annotations' into…

    … filter_swagger_annotations
    Michael Kotten committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    203a7c2 View commit details
    Browse the repository at this point in the history
  3. Removed microprofile openapi dependency for now

    Michael Kotten committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    145fc68 View commit details
    Browse the repository at this point in the history
  4. update Petstore sample so that CIs can verify the change

    Michael Kotten committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    daaa63d View commit details
    Browse the repository at this point in the history
  5. Just remove jackson imports if jackson is not used

    Michael Kotten committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    efe7014 View commit details
    Browse the repository at this point in the history
  6. update Petstore sample so that CIs can verify the change

    Michael Kotten committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    8c33497 View commit details
    Browse the repository at this point in the history