openapi-generator
openapi-generator copied to clipboard
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
##### Description The swift5 generator with Alamofire library produces a Package.swift file that allows [Alamofire version 5.10](https://github.com/Alamofire/Alamofire/releases/tag/5.10.0) that was released October 13, 2024. Alamofire 5.10 changed the definition of the...
Problem: The promo banner is shown on every run of a task when using gradle (#11211). There is no way to disable it. Solution: This will allow to silence this...
### Is your feature request related to a problem? Please describe. [REQ] Java native should have option to use both sync and asyncNative generators at the same time. Currently asyncNative=true...
Still in progress on this one. Goal is to fix the following issues. Fix #13961 Fix #14680 Currently, we create a new RestClient for every request, which also creates a...
Fixes #19188 and reverts #18724. Generated builder classes should not contain bean validation annotations. They are unnecessary and cause problems on some Java EE servers (e.g. JBoss EAP). ### PR...
##### Description When i try to generate JAVA17/jakarta compatible Code with the jaxrs-cxf-client generator i get jakarta imports due to the property `true`, but i still get imports for swagger2,...
##### Description I want to use responseAs Combine additional property and I've noticed that all combine imports are wrapped with "If canImport". Is there any way to set the deployment...
**This is not a PR for a fix, this PR contains my findings while investigating the issue, as requested by @wing328 in #19755** ### PR checklist - [ ] Read...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...
feat (#19407 JAVA SPRING WEBCLIENT): Add support for useSingleRequestParameter to Spring WebClient
As Requested with #19407 I added support for useSingleRequestParameter to the Spring WebClient Closes #19407 ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly...