Skip to content

Releases: quarkiverse/quarkus-openapi-generator

Quarkus OpenAPI Generator - v2.2.2

14 Apr 11:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.1...2.2.2

Quarkus OpenAPI Generator - v2.2.1

17 Mar 13:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.2.1

Quarkus OpenAPI Generator - v1.3.1

17 Mar 13:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

Quarkus OpenAPI Generator - v2.2.0

11 Mar 15:17
Compare
Choose a tag to compare

We're glad to announce that this version includes a highly requested feature: support for RESTEasy Reactive.

What's Changed

Full Changelog: 2.1.1...2.2.0

Quarkus OpenAPI Generator - v1.3.0

11 Mar 15:14
Compare
Choose a tag to compare

We're glad to announce that this version includes a highly requested feature: support for RESTEasy Reactive.

What's Changed

Full Changelog: 1.2.1...1.3.0

Quarkus OpenAPI Generator - v2.1.1

19 Jan 21:03
Compare
Choose a tag to compare

Micro release to fix the required dependency to OIDC (#249).

What's Changed

New Contributors

Full Changelog: 2.1.0...2.1.1

Quarkus OpenAPI Generator - v1.2.1

19 Jan 20:44
Compare
Choose a tag to compare

Attention! This version is for Quarkus 2.x only!

Micro release to fix the required dependency to OIDC (#249).

What's Changed

Full Changelog: 1.2.0...1.2.1

Quarkus OpenAPI Generator - v2.1.0

19 Jan 21:03
Compare
Choose a tag to compare

What's Changed

  • Fixed issue that prevented the app from starting when "base-package" property was not set by @hbelmiro in #221
  • Added "return-response" property to return Response instead of a model by @hbelmiro in #219
  • Bump javaparser-core from 3.24.9 to 3.24.10 by @dependabot in #230
  • Bump assertj-core from 3.24.1 to 3.24.2 by @dependabot in #240
  • issue-237 OAuth2AuthenticationProvider is now managed by CDI (#239) by @hbelmiro in #244

Full Changelog: 2.0.0...2.1.0

Quarkus OpenAPI Generator - v1.2.0

17 Jan 12:44
Compare
Choose a tag to compare

Attention! This version is for Quarkus 2.x only!

What's Changed

  • Fixed issue that prevented the app from starting when "base-package" property was not set (#221) by @hbelmiro in #222
  • [quarkus2] Added "return-response" property to return Response instead of a model (#219) by @hbelmiro in #223
  • Updated Quarkus to 2.15.3 by @hbelmiro in #226
  • Bump assertj-core from 3.23.1 to 3.24.1 (#229) by @hbelmiro in #234
  • Bump javaparser-core from 3.24.9 to 3.24.10 (#230) by @hbelmiro in #236
  • [quarkus2] issue-237 OAuth2AuthenticationProvider is now managed by CDI by @hbelmiro in #239

Full Changelog: 1.1.0...1.2.0

Quarkus OpenAPI Generator - v2.0.0

02 Jan 19:30
Compare
Choose a tag to compare

Hooray! πŸ‘Ύ

This is the first version to support Quarkus 3. Please update your dependencies to this version if you are willing to use Quarkus 3. We will keep compatibility for Quarkus 2 (1.x.x train) and Quarkus 3 (2.x.x train); keep an eye on it!

What's Changed