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