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 Maven test target in openapi-generator-maven-plugin will run successfully, **but** the generated Java models are not valid Java code and cannot be compiled by Java compiler and therefore cannot...
#### 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 pr brings back 2 lost "features" that were present earlier (and of course with the proper explanation as to why we need them back), and introduces a couple 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]...
I pulled the latest openapitools/openapi-generator-cli Docker image: 193486a2ca74 Command: `docker run --rm -w /local -v ${PWD}:/local openapitools/openapi-generator-cli generate -i openapi.yaml -g html2` Opened the generated `index.html` file and saw that...
- Support Angular 14 - Support rxjs 7.5.5, tsickle 0.46.3, ngPackagr 14.0.2, zonejs 0.11.5 - Requires typescript >= 4.6.0 and < 4.8.0 Fixes #12593 ### PR checklist - [x] Read...
##### Description Error using generated models. > vidispine_client.exceptions.ApiValueError: Invalid inputs given to generate an instance of 'MediaComponentType'. The input data was invalid for the allOf schema 'MediaComponentType' in the composed...
Hi, I used to have the maven plugin (v4.3.1) with openjdk11 (generator jaxrs-jersey) in my project. At that time, I got some problems with the @javax.annotation.Generated issue and I reached...
#### 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]...
### Is your feature request related to a problem? Please describe. In `openapi-generator-gradle-plugin`: There is no way to override/ extend CodegenConfigurator in GenerateTask. It is useful to have when you...