Logo
Explore Help
Register Sign in
kokuwaio/micronaut-openapi-codegen
kokuwaio/micronaut-openapi-codegen
7
0
Fork
You've already forked micronaut-openapi-codegen
1
Code Issues 3 Pull requests 2 Releases 25 Activity
25 releases 88 tags
  • 3.4.2 65d6984e91

    3.4.2 Stable

    sschnabe released this 2023-08-08 17:32:06 +02:00 | 210 commits to main since this release

    Signed by ci
    GPG key ID: EA8EE525ECDAB265

    What's Changed

    • Add all vars to example models by @sschnabe in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/269
    • Fix Produces/Consumes handling for api client by @sschnabe in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/273
    • Maintenance: fix spaces in generated code for additional properties and ordered methods in MicronautCodegen by @sschnabe in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/266
    • Bump micronaut-security from 3.11.0 to 3.11.1 by @dependabot in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/260
    • Bump version.io.micronaut from 3.9.3 to 3.9.4 by @dependabot in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/261
    • Bump maven-parent from 0.6.9 to 0.6.10 by @dependabot in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/263
    • Bump org.junit.jupiter:junit-jupiter-api from 5.9.3 to 5.10.0 by @dependabot in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/267
    • Bump version.io.micronaut from 3.9.4 to 3.10.0 by @dependabot in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/271

    Full Changelog: https://github.com/kokuwaio/micronaut-openapi-codegen/compare/3.4.1...3.4.2

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • 3.4.1 97c72b7f9d

    3.4.1 Stable

    sschnabe released this 2023-06-16 12:41:18 +02:00 | 223 commits to main since this release

    Signed by ci
    GPG key ID: EA8EE525ECDAB265

    What's Changed

    • Bump openapi-generator from 6.5.0 to 6.6.0 by @dependabot in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/251
    • Migrate to kokuwa parent by @sschnabe in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/257
    • Enable custom ouput with configs sourceFolder/testFolder by @sschnabe in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/258
    • Refactored some code style issues from maven-pmd-plugin by @sschnabe in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/259

    Full Changelog: https://github.com/kokuwaio/micronaut-openapi-codegen/compare/3.4.0...3.4.1

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • 3.4.0 778353a598

    3.4.0 Stable

    sschnabe released this 2023-05-25 15:02:10 +02:00 | 229 commits to main since this release

    Signed by ci
    GPG key ID: EA8EE525ECDAB265

    What's Changed

    • Add cookie value as option, rel #229 by @sschnabe in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/231
    • Add test with security stuff. by @sschnabe in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/228
    • Fix test spec for header parameter by @sschnabe in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/230

    Full Changelog: https://github.com/kokuwaio/micronaut-openapi-codegen/compare/3.3.1...3.4.0

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • 3.3.0 ddb65821c3

    3.3.0 Stable

    sschnabe released this 2023-05-05 08:58:20 +02:00 | 236 commits to main since this release

    Signed by ci
    GPG key ID: EA8EE525ECDAB265

    What's Changed

    • Bump junit-jupiter-api from 5.9.2 to 5.9.3 by @dependabot in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/219
    • Bump checkstyle from 10.9.3 to 10.10.0 by @dependabot in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/221
    • Bump maven-checkstyle-plugin from 3.2.1 to 3.2.2 by @dependabot in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/222
    • Bump version.io.micronaut from 3.8.8 to 3.9.1 by @dependabot in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/220
    • yamllint: remove excludes for manifest files by @sschnabe in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/223
    • Add micronaut apis to generation tests by @sschnabe in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/224
    • Add tests for security related stuff. by @sschnabe in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/225
    • Add flag to generate Authentication parameter, fix #218 by @sschnabe in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/226

    Full Changelog: https://github.com/kokuwaio/micronaut-openapi-codegen/compare/3.2.2...3.3.0

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • 3.2.2 5fac250d57

    3.2.2 Stable

    sschnabe released this 2023-04-18 08:45:16 +02:00 | 246 commits to main since this release

    Signed by ci
    GPG key ID: EA8EE525ECDAB265

    What's Changed

    • Fix model default for strings by @sschnabe in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/213
    • Refactor tests, add pojo without JsonNullable by @sschnabe in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/215
    • Enable wildcard responses, rel #214 by @sschnabe in https://github.com/kokuwaio/micronaut-openapi-codegen/pull/216

    Full Changelog: https://github.com/kokuwaio/micronaut-openapi-codegen/compare/3.2.1...3.2.2

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
First Previous 1 2 3 Next Last
Powered by Forgejo
English
Bahasa Indonesia Dansk Deutsch English Español Esperanto Filipino Français Italiano Latviešu Magyar nyelv Nederlands Plattdüütsch Polski Português de Portugal Português do Brasil Slovenščina Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API