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

[Kotlin][gradle] Issue #8255 fix (inputSpec param not accepts URL) #9192

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

[Kotlin][gradle] Issue #8255 fix (inputSpec param not accepts URL) #9192

wants to merge 4 commits into from

Commits on Apr 5, 2021

  1. ASF-13569 The bug has occurred because the inputSpec parameters get…

    …ter became annotated with `@InputFile`. However, the `@InputFile` annotation is not suitable for `String` to `File` conversion in the case of the `URL` specification location. `CodegenConfigurator.toContext()` method eagerly converts the `inputSpec` parameter to the `OpenAPI` instance via `OpenAPIParser.readLocation`.
    
    Added a remote specification project generation test and a WireMock dependency
    Alexander committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    cff8b1f View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    4d133f5 View commit details
    Browse the repository at this point in the history
  2. ASF-13569 Updated annotations

    Alexander committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    d570a47 View commit details
    Browse the repository at this point in the history
  3. Revert "ASF-13569 Removed redundant test, removed wiremock dependency…

    …" for build success
    Alexander committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    e944297 View commit details
    Browse the repository at this point in the history