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)
This seems to have been overlooked for the 7.0 release – however, it's never too late ;) ### PR checklist - [ ] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [ ]...
Map::remove in java removes entries by key, therefore the (String) key must be used as parameter. When having an object with values not being a string the generated remove method...
#### 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]...
Routes with header parameters with a `format` of `uuid` in the openAPI specification used to cause a compilation error in the resulting Rust Axum code. This commit fixes the issue...
#### Bug Report Checklist - [ ] Have you provided a full/minimal spec to reproduce the issue? - [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))?...
### description This fixes the issue described in #16560 of a problem with the Python family of converters that when processing enums, none of them substitutes the enum var extensions....
#### 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]...
This is a PR in response to https://github.com/OpenAPITools/openapi-generator/issues/10016. It changes `` processing to: 1. Search a classpath of Maven compilation dependencies for resources. 2. Allow URLs of the form jar:jar-file-specific-url!/spec.yaml...
Fix #18032. Add a new configOptions: generateBuilders to java client and spring generators The name of the option is the same as in JavaJAXSRSSpecServerCodeGen. Spring + lombok: generateBuilders + generateConstructorWithAllArgs...
Users of the plugins can just delete it (b/c the setting never transpired through to the actual generator), or move it into `configOptions` (given the generator supports XML, you can...