Releases: quarkiverse/quarkus-openapi-generator
Releases · quarkiverse/quarkus-openapi-generator
Quarkus OpenAPI Generator - v1.3.8
Quarkus OpenAPI Generator - v2.2.7
What's Changed
- Bump swagger-parser from 2.1.15 to 2.1.16 by @dependabot in #371
- Bump javaparser-core from 3.25.3 to 3.25.4 by @dependabot in #380
- Adjust doc title by @gastaldi in #383
- Change api template to return jakarta Response instead of void by @lordvlad in #386
- Fixed wrong use of @QueryParam annotation by @hbelmiro in #385
- Introduce support for truly non-blocking APIs with resteasy-reactive and mutiny by @lordvlad in #387
New Contributors
Full Changelog: 2.2.6...2.2.7
Quarkus OpenAPI Generator - v1.3.7
What's Changed
- [quarkus2] Include
scm
info by @github-actions in #377 - [quarkus2] Bump swagger-parser from 2.1.15 to 2.1.16 by @github-actions in #378
- [quarkus2] Bump quarkiverse-parent from 13 to 15 by @github-actions in #379
- [quarkus2] Bump javaparser-core from 3.25.3 to 3.25.4 by @github-actions in #381
- Bump quarkus to 2.16.8.Final by @hbelmiro in #382
- [quarkus2] Adjust doc title by @github-actions in #384
- [quarkus2] Change api template to return jakarta Response instead of void by @github-actions in #391
- [quarkus2] Fixed wrong use of @QueryParam annotation by @github-actions in #395
- [quarkus2] Introduce support for truly non-blocking APIs with resteasy-reactive and mutiny by @github-actions in #398
Full Changelog: 1.3.6...1.3.7
Quarkus OpenAPI Generator - v2.2.6
What's Changed
- #352 enable api key override for Authorization header by @laurentperez in #355
- Include
scm
info by @gastaldi in #356 - Bump swagger-parser from 2.1.14 to 2.1.15 by @dependabot in #353
- Bump quarkiverse-parent from 13 to 15 by @dependabot in #359
- Added PR Backporting action by @hbelmiro in #368
- Bump quarkus.version from 3.1.2.Final to 3.2.0.Final by @dependabot in #372
- [main] client-headers-factory option by @michalsomora in #373
New Contributors
- @michalsomora made their first contribution in #365
Full Changelog: 2.2.5...2.2.6
Quarkus OpenAPI Generator - v1.3.6
What's Changed
- #352 enable api key override for Authorization header (#355) by @hbelmiro in #366
- [quarkus2] Bump swagger-parser from 2.1.14 to 2.1.15 by @github-actions in #370
- [quarkus2] Added PR Backporting action by @github-actions in #369
- client-headers-factory option by @michalsomora in #365
New Contributors
- @michalsomora made their first contribution in #365
Full Changelog: 1.3.5...1.3.6
Quarkus OpenAPI Generator - v1.3.5
What's Changed
- Changed to io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorCodeGenBase.shouldRun return false instead of throwing exception (#346) by @hbelmiro in #348
Full Changelog: 1.3.4...1.3.5
Quarkus OpenAPI Generator - v2.2.5
What's Changed
- Added checks for import order and code format to CI by @hbelmiro in #340
- Bump swagger-parser from 2.1.13 to 2.1.14 by @dependabot in #342
- Bump quarkus.version from 3.0.3.Final to 3.1.0.Final by @dependabot in #347
- Changed to io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorCodeGenBase.shouldRun return false instead of throwing exception by @hbelmiro in #346
Full Changelog: 2.2.4...2.2.5
Quarkus OpenAPI Generator - v2.2.4
What's Changed
- Bump quarkiverse-parent from 12 to 13 by @dependabot in #305
- Bump slf4j-ext from 2.0.3 to 2.0.7 by @dependabot in #307
- #192 Change OpenApiGeneratorCodeGenBase#shouldRun to throw an exception rather than return false by @brunobaiano in #314
- Replaced @queryParams with @BeanParams by @hbelmiro in #313
- CI: Add CI Checks for Java 17 by @mcruzdev in #318
- Bump javaparser-core from 3.25.2 to 3.25.3 by @dependabot in #321
- #308 do not duplicate Authorization header, see #308 by @laurentperez in #311
- Added support for Open API Normalizer options by @bpasson in #323
- docs: add bpasson as a contributor for code by @allcontributors in #329
- Bump quarkus.version from 3.0.2.Final to 3.0.3.Final by @dependabot in #335
New Contributors
- @brunobaiano made their first contribution in #314
- @mcruzdev made their first contribution in #318
- @laurentperez made their first contribution in #311
- @bpasson made their first contribution in #323
Full Changelog: 2.2.2...2.2.4
Quarkus OpenAPI Generator - v1.3.3
What's Changed
- fix: Several GitHub actions are outdated (#277) by @hbelmiro in #285
- Bump crazy-max/ghaction-import-gpg from 3 to 5 (#284) by @hbelmiro in #286
- Replaced quarkus-bootstrap-maven-plugin with quarkus-extension-maven-plugin by @hbelmiro in #300
- Bump quarkiverse-parent from 12 to 13 (#305) by @hbelmiro in #306
- Bump slf4j-ext from 2.0.3 to 2.0.7 (#307) by @hbelmiro in #309
- #192 Change OpenApiGeneratorCodeGenBase#shouldRun to throw an except… by @hbelmiro in #316
- Replaced @queryParams with @BeanParams (#313) by @hbelmiro in #317
- Bump javaparser-core from 3.25.2 to 3.25.3 (#321) by @hbelmiro in #325
- Bump Quarkus to 2.16.7.Final by @hbelmiro in #327
- #308 do not duplicate Authorization header, see #308 by @hbelmiro in #326
- Added support for Open API Normalizer options (#323) by @hbelmiro in #330
Full Changelog: 1.3.1...1.3.3
Quarkus OpenAPI Generator - v2.2.2
What's Changed
- Several GitHub actions are outdated by @chberger in #277
- Bump crazy-max/ghaction-import-gpg from 3 to 5 by @dependabot in #284
- Alignment of the capability detection logic by @chberger in #291
- Bump javaparser-core from 3.25.1 to 3.25.2 by @dependabot in #292
- Fix release workflow by @hbelmiro in #296
- Replaced quarkus-bootstrap-maven-plugin with quarkus-extension-maven-plugin by @hbelmiro in #299
- Bump Quarkus to 3.0.0.Final by @hbelmiro in #297
Full Changelog: 2.2.1...2.2.2