Releases: quarkiverse/quarkus-openapi-generator
Releases · quarkiverse/quarkus-openapi-generator
2.6.0-lts
What's Changed
- Bump org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api from 4.1 to 4.1.1 by @dependabot in #818
- Split and Reuse the Release workflow by @gastaldi in #821
- Release workflow names are inverted by @gastaldi in #822
- Set use-bean-validation false as default by @mcruzdev in #820
- No Issue - Add a warn in the logs when elements have duplicated vars by @ricardozanini in #823
- Bump io.swagger.parser.v3:swagger-parser from 2.1.22 to 2.1.23 by @dependabot in #828
- Support discriminator mappings for polymorphism by @brice-laurencin in #830
- Update server-getting-started.adoc by @rednalyn in #833
- docs: add rednalyn as a contributor for doc by @allcontributors in #834
- Added the
main-lts
branch to CI (#841) by @hbelmiro in #844 - [main-lts] Fix Build fails if quarkus-oidc-client is not in the classpath by @github-actions in #840
- Prepare release 2.6.0-lts by @hbelmiro in #845
New Contributors
Full Changelog: 2.5.0...2.6.0-lts
2.6.0
What's Changed
- Bump org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api from 4.1 to 4.1.1 by @dependabot in #818
- Split and Reuse the Release workflow by @gastaldi in #821
- Release workflow names are inverted by @gastaldi in #822
- Set use-bean-validation false as default by @mcruzdev in #820
- No Issue - Add a warn in the logs when elements have duplicated vars by @ricardozanini in #823
- Bump io.swagger.parser.v3:swagger-parser from 2.1.22 to 2.1.23 by @dependabot in #828
- Support discriminator mappings for polymorphism by @brice-laurencin in #830
- Update server-getting-started.adoc by @rednalyn in #833
- docs: add rednalyn as a contributor for doc by @allcontributors in #834
- Fixed warning by @hbelmiro in #837
- Fix Build fails if quarkus-oidc-client is not in the classpath by @rmanibus in #829
- Bump quarkus.version from 3.15.1 to 3.16.1 by @dependabot in #836
- Bump quarkus.version from 3.16.1 to 3.16.2 by @dependabot in #842
- Added the
main-lts
branch to the CI by @hbelmiro in #841 - Release 2.6.0 by @ricardozanini in #843
New Contributors
Full Changelog: 2.5.0...2.6.0
Quarkus OpenAPI Generator - v2.5.0
What's Changed
- Commit all doc include changes by @gastaldi in #770
- Remove imports from .qute templates to avoid compilation errors due to ambiguity by @mcruzdev in #755
- Bump io.quarkiverse:quarkiverse-parent from 16 to 17 by @dependabot in #773
- Bump quarkus.version from 3.13.2 to 3.13.3 by @dependabot in #775
- Bump org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api from 4.0.2 to 4.1 by @dependabot in #777
- Add
java.util.Set
on imports by @mcruzdev in #781 - Bump com.github.javaparser:javaparser-core from 3.26.1 to 3.26.2 by @dependabot in #785
- Avoid publishing support modules in Maven Central by @gastaldi in #790
- Config
quarkus-extension-processor
to use legacy@ConfigRoot
by @mcruzdev in #794 - Upgrade org.openapitools to 7.8.0 by @mcruzdev in #771
- Bump quarkus.version from 3.14.2 to 3.14.4 by @dependabot in #798
- #782: Support for Mutiny Return Type on Specific Endpoints by @oben01 in #788
- Create
CODEOWNERS
by @gastaldi in #799 - Bump quarkus.version from 3.14.4 to 3.15.0 by @dependabot in #804
- Add base-package available for custom config key by @mcruzdev in #800
- feature(Mutiny): new flag to generate response for
Uni
/Multi
by @kfebert in #805 - Bump quarkus.version from 3.15.0 to 3.15.1 by @dependabot in #809
- Adding
NotNull
annotation for required fields by @michalkolenda in #810 - Add configuration option for a custom template directory by @FelixScherzinger in #801
- Bump io.quarkiverse:quarkiverse-parent from 17 to 18 by @dependabot in #813
- Configure authentication at Build time by @rmanibus in #795
New Contributors
- @oben01 made their first contribution in #788
- @kfebert made their first contribution in #805
- @michalkolenda made their first contribution in #810
- @rmanibus made their first contribution in #795
Full Changelog: 2.4.7...2.5.0
Quarkus OpenAPI Generator - v2.4.7
What's Changed
- Bump quarkus.version from 3.13.0 to 3.13.1 by @dependabot in #763
- Bump org.slf4j:slf4j-ext from 2.0.13 to 2.0.16 by @dependabot in #762
- [main] Updated issues template by @gmalheiro in #726
- Bump quarkus.version from 3.13.1 to 3.13.2 by @dependabot in #767
- [main] Added the possibility of generating code with bean validation annotations. by @FelixScherzinger in #746
New Contributors
- @gmalheiro made their first contribution in #726
- @FelixScherzinger made their first contribution in #746
Full Changelog: 2.4.6...2.4.7
Quarkus OpenAPI Generator - v2.4.6
What's Changed
- Add deploy snapshot workflow by @mcruzdev in #717
- (no-issue) fix: Don't fail on javadoc for snapshots release by @ricardozanini in #718
- build(deps): bump org.openapitools:openapi-generator from 7.5.0 to 7.6.0 by @dependabot in #721
- Bump actions-cool/maintain-one-comment from 3.1.1 to 3.2.0 by @dependabot in #724
- Added support for reactive in the server extension by @carlesarnal in #731
- Added support for unexpected enum values by @brice-laurencin in #700
- Bump dawidd6/action-download-artifact from 3 to 6 by @dependabot in #736
- Bump com.github.javaparser:javaparser-core from 3.25.10 to 3.26.1 by @dependabot in #738
- Bump org.assertj:assertj-core from 3.25.3 to 3.26.3 by @dependabot in #744
- [Fix #742] by @fjtirado in #743
- Bump quarkus.version from 3.10.0 to 3.13.0 by @dependabot in #750
- BigDecimal value fix in enums (#715) by @Shohou in #720
- Update the documentation by @mcruzdev in #754
- Update Release workflow by @gastaldi in #757
- Fix docs for release by @gastaldi in #759
New Contributors
- @brice-laurencin made their first contribution in #700
- @Shohou made their first contribution in #720
Full Changelog: 2.4.2...2.4.6
Quarkus OpenAPI Generator - v2.4.2
What's Changed
- build(deps): bump quarkus.version from 3.8.2 to 3.9.0 by @dependabot in #688
- build(deps): bump quarkus.version from 3.9.0 to 3.9.1 by @dependabot in #691
- build(deps): bump quarkus.version from 3.9.1 to 3.9.2 by @dependabot in #694
- build(deps): bump com.github.javaparser:javaparser-core from 3.25.9 to 3.25.10 by @dependabot in #695
- build(deps): bump io.swagger.parser.v3:swagger-parser from 2.1.21 to 2.1.22 by @dependabot in #697
- build(deps): bump quarkus.version from 3.9.2 to 3.9.3 by @dependabot in #699
- build(deps): bump org.slf4j:slf4j-ext from 2.0.12 to 2.0.13 by @dependabot in #702
- Fix getting started server documentation by @mcruzdev in #689
- build(deps): bump quarkus.version from 3.9.3 to 3.9.4 by @dependabot in #706
- Bump version.org.openapitools from 7.4.0 to 7.5.0 by @mcruzdev in #708
- build(deps): bump quarkus.version from 3.9.4 to 3.10.0 by @dependabot in #709
- #693 - Allow YAML for Server Generation by @lizzyTheLizard in #701
New Contributors
- @lizzyTheLizard made their first contribution in #701
Full Changelog: 2.4.1...2.4.2
Quarkus OpenAPI Generator - v2.4.1
What's Changed
- build(deps): bump quarkus.version from 3.7.2 to 3.7.3 by @dependabot in #662
- Add server extension by @carlesarnal in #482
- docs: add carlesarnal as a contributor for maintenance by @allcontributors in #665
- build(deps): bump io.apicurio:apicurio-codegen from 1.1.0.Final to 1.1.1.Final by @dependabot in #667
- build(deps): bump com.github.tomakehurst:wiremock-jre8 from 2.35.1 to 2.35.2 by @dependabot in #666
- build(deps): bump quarkus.version from 3.7.3 to 3.8.0 by @dependabot in #668
- Move docs back to root dir by @mcruzdev in #671
- build(deps): bump quarkus.version from 3.8.0 to 3.8.1 by @dependabot in #676
- build(deps): bump com.github.javaparser:javaparser-core from 3.25.8 to 3.25.9 by @dependabot in #679
- Rearrange docs by @mcruzdev in #678
- build(deps): bump io.swagger.parser.v3:swagger-parser from 2.1.20 to 2.1.21 by @dependabot in #680
- build(deps): bump quarkus.version from 3.8.1 to 3.8.2 by @dependabot in #682
- build(deps): bump org.openapitools:openapi-generator from 7.3.0 to 7.4.0 by @dependabot in #683
- POC: error when input/openapi has cookies by @ru4ert in #681
- docs: add ru4ert as a contributor for code, test, and doc by @allcontributors in #684 by @hbelmiro in #685
New Contributors
- @carlesarnal made their first contribution in #482
Full Changelog: 2.4.0...2.4.1
Quarkus OpenAPI Generator - v2.4.0
What's Changed
- Add comments to operation methods by @mcruzdev in #641
- Rupert/additional function inputs by @ru4ert in #635
- docs: add ru4ert as a contributor for code, and test by @allcontributors in #645
- build(deps): bump quarkus.version from 3.7.0 to 3.7.1 by @dependabot in #647
- build(deps): bump org.assertj:assertj-core from 3.25.2 to 3.25.3 by @dependabot in #650
- build(deps): bump org.slf4j:slf4j-ext from 2.0.11 to 2.0.12 by @dependabot in #652
- [issue: #651] Adding initialization for non requiered containers in add/put method by @boyi01 in #654
- docs: add boyi01 as a contributor for code, and test by @allcontributors in #655
- Update latest documentation link by @mcruzdev in #656
- build(deps): bump io.quarkiverse:quarkiverse-parent from 15 to 16 by @dependabot in #657
- build(deps): bump org.openapitools:openapi-generator from 7.2.0 to 7.3.0 by @dependabot in #659
- build(deps): bump quarkus.version from 3.7.1 to 3.7.2 by @dependabot in #658
New Contributors
Full Changelog: 2.3.0...2.4.0
Quarkus OpenAPI Generator - v2.3.0
Breaking changes
This extension no longer supports versions of Java older than 17.
What's Changed
- build(deps): bump quarkus.version from 3.6.5 to 3.6.6 by @dependabot in #628
- build(deps): bump io.swagger.parser.v3:swagger-parser from 2.1.19 to 2.1.20 by @dependabot in #629
- Fix API key cookie authentication (#568) by @ssternal in #569
- build(deps): bump actions/cache from 3 to 4 by @dependabot in #631
- Dropped support for Quarkus 2 by @hbelmiro in #632
- Do not include null value in request by @fjtirado in #634
- build(deps): bump quarkus.version from 3.6.6 to 3.6.7 by @dependabot in #636
- build(deps): bump org.assertj:assertj-core from 3.25.1 to 3.25.2 by @dependabot in #638
- Added support for Java 21 and removed support for Java 11 by @hbelmiro in #640
- build(deps): bump quarkus.version from 3.6.7 to 3.7.0 by @dependabot in #637
New Contributors
Full Changelog: 2.2.16...2.3.0
Quarkus OpenAPI Generator - v2.2.16
What's Changed
- Bump com.github.javaparser:javaparser-core from 3.25.6 to 3.25.7 by @dependabot in #579
- Bump actions/setup-java from 3 to 4 by @dependabot in #580
- Bump quarkus.version from 3.6.0 to 3.6.1 by @dependabot in #582
- Bump actions/stale from 8.0.0 to 9.0.0 by @dependabot in #584
- Bump quarkus.version from 3.6.1 to 3.6.3 by @dependabot in #590
- Do not add blank Bearer token by @martinoneutrino in #588
- docs: add martinoneutrino as a contributor for code by @allcontributors in #592
- Bump github/codeql-action from 2 to 3 by @dependabot in #595
- Bump dawidd6/action-download-artifact from 2 to 3 by @dependabot in #594
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #593
- Try to fix upload-artifact@v4 issue by @mcruzdev in #601
- docs: add mcruzdev as a contributor for code, and doc by @allcontributors in #602
- Bump quarkus.version from 3.6.3 to 3.6.4 by @dependabot in #597
- Add codestart to extension by @mcruzdev in #600
- 🔐 Updating surge token by @ricardozanini in #605
- build(deps): bump org.openapitools:openapi-generator from 7.1.0 to 7.2.0 by @dependabot in #606
- Use configKey instead openApiSpecId on template by @mcruzdev in #598
- build(deps): bump org.slf4j:slf4j-ext from 2.0.9 to 2.0.10 by @dependabot in #609
- build(deps): bump org.assertj:assertj-core from 3.24.2 to 3.25.0 by @dependabot in #611
- build(deps): bump com.github.javaparser:javaparser-core from 3.25.7 to 3.25.8 by @dependabot in #613
- build(deps): bump org.assertj:assertj-core from 3.25.0 to 3.25.1 by @dependabot in #615
- build(deps): bump org.slf4j:slf4j-ext from 2.0.10 to 2.0.11 by @dependabot in #619
- [Main] Clarify vague points in documentation by @Pante in #620
- docs: add Pante as a contributor for doc by @allcontributors in #623
- build(deps): bump quarkus.version from 3.6.4 to 3.6.5 by @dependabot in #624
New Contributors
- @martinoneutrino made their first contribution in #588
- @Pante made their first contribution in #620
Full Changelog: 2.2.15...2.2.16