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

java: allow aliased types to have custom mappings #4182

Closed
wants to merge 2 commits into from

Commits on Oct 19, 2019

  1. java: allow aliased types to have custom mappings

    Fixes OpenAPITools#2858
    
    This will allow `kubernetes-client-java` to switch to openapi-generator,
    since the kubernetes API swagger spec has types aliased to primitive
    types (e.g.  intstr.IntOrString => string) that need to be mapped to
    custom types (and not be treated as a primitive type).
    fabiokung committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    4332d75 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

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