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

[Micronaut] Improving micronaut-model and micronaut-client generation #14065

Merged
merged 4 commits into from Nov 25, 2022

Commits on Nov 18, 2022

  1. fix documentation

    dmitry.kubakhov committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    3a5a474 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. improve build.gradle.mustache and pom.xml.mustache to assume differen…

    …t serialization libs jackson or micronaut-serde-jackson
    dmitry.kubakhov committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    4a8488d View commit details
    Browse the repository at this point in the history
  2. improve pojo.mustache to skip generating @JsonDeserialize as for micr…

    …onaut-serde-jackson
    dmitry.kubakhov committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    58ed0c1 View commit details
    Browse the repository at this point in the history
  3. improve model generating by removing visible flag from @JsonTypeInfo …

    …as it is not supported by micronaut-serde-jackson
    dmitry.kubakhov committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    ffa616e View commit details
    Browse the repository at this point in the history