openapi-generator icon indicating copy to clipboard operation
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)

Results 1209 openapi-generator issues
Sort by recently updated
recently updated
newest added

#### 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/))?...

Issue: Bug

Related fix for #17485 which was a regression in 7.2.0 after #17165. That change did not add the necessary imports to the generated API when bean validation was enabled and...

Client: Java
Issue: Bug

##### Description `openapi-generator-maven-plugin` fails to include documentation for schemas in the generated HTML documentation, despite configuring the plugin to do so. ##### openapi-generator version 7.5.0 ##### plugin configuration ``` org.openapitools...

Issue: Bug

#### 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]...

Issue: Bug

#### 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]...

Issue: Bug

##### Description Generated Python code fails to deserialize dictionary objects ##### openapi-generator version 7.5.0 ##### OpenAPI declaration file content or url see [this repo](https://github.com/damzog/openapi-generater-issue/) for complete example and explanation. #####...

Issue: Bug

#### 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]...

Issue: Bug

### Is your feature request related to a problem? Please describe. Version 5.x added a donation notice in many generators that is invoked [after post processing](https://github.com/OpenAPITools/openapi-generator/blob/ba4aae5074c6d786e375887b24a38703cf7a6410/modules/openapi-generator/src/main/java/org/openapitools/codegen/DefaultGenerator.java#L929). The intention is great...

Enhancement: Feature

#### 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]...

Issue: Bug

### Is your feature request related to a problem? Please describe. When you have many parameters in your request, it's way easier to organize it into an object and pass...

Enhancement: Feature