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

##### Description I'm using the oneOf feature to define several possible schemas that can go into a response body of my service. In the generated Java client code, the Java...

Issue: Bug

### Is your feature request related to a problem? Please describe. Javaoco automatically ignores classes annotated as @Generated as long as the annotation persists into the class. Unfortunately the @Generated...

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

Issue: Bug

#### Bug Report Checklist - [ ] 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

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

Fixes #17756 ### PR checklist - [ ] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [ ] Pull Request title clearly describes the work in the pull request and Pull Request description...

Client: C++
Issue: Bug

Bumps [github.com/vapor/vapor](https://github.com/vapor/vapor) from 4.47.1 to 4.90.0. Release notes Sourced from github.com/vapor/vapor's releases. 4.90.0 ⚠️ Security Update ⚠️ This release fixes a long standing issue in Vapor's URI parsing if users...

dependencies
swift_package_manager

#### Bug Report Checklist - [X] 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/))? -...

Issue: Bug

In our gradle build system, we use OpenAPI Generator tool, and we always end up getting this below message as part of the build logs. It would be ideal to...

Enhancement: Feature

### Is your feature request related to a problem? Please describe. We do use Ktor with kotlinx as our serialization library which is currently not supported by the kotlin-server generator....

Enhancement: Feature