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/))? - [x]...

Issue: Bug

This change is a follow-up to #21115, the fix for kubernetes-client/java#4020. The original change switched deserialization to be InputStream-based, which no longer falls back to returning the raw `String` on...

Fixes #22313 and fixes #22269, by doing a partial revert of #21871, and replacing all introduced `import java.util.Locale;` with Fully-Qualified uses i.e. `java.util.Locale`. The reason is that the import of...

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

Client: TypeScript
Issue: Bug

#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [ ] Have you validated the input using an OpenAPI validator? - [...

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

Issue: Bug

Please add support for Springboot 4.0 as early as possible as many of the projects are dependent on openapi-generator. All of them need to be upgraded to Springboot 4.0

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? - [x] Have...

Issue: Bug

To work with the native library and asyncNative=true I have to use the following dependencies: - org.apache.httpcomponents.client5:httpclient5:5.4.4 - org.apache.httpcomponents:httpmime:4.5.14 Because generating an api class gets the imports of - import...

Issue: Bug

##### Description Since 7.15.0 I have compiler errror for the generated code for my openapi spec. The spec contains a custom component "Locale" ... in the past this was working...

Issue: Bug