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)
#### 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 - [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]...
#### 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]...
[BUG] [java-micronaut-server] security annotation always @Secured({SecurityRule.IS_AUTHENTICATED})
##### Description Have configures security for endpoint but code always generate with annotation @Secured({SecurityRule.IS_AUTHENTICATED}) expected with annotation @Secured({"client") Micronaut version 4.1.0 ##### openapi-generator version 7.0.0 ##### OpenAPI declaration file content...
#### 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]...
#### 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]...
#### Description If an object has a property that specifies additionalProperties and propertyNames then propertyNames is not taken into account when generating the interface. #### openapi-generator version 7.8.0 #### OpenAPI...
##### Description NSDecimalString generation causing a complier error after xCode beta 5 and 6. The following code that calls NSDecimalString crashes the compiler with the message: SILFunction type mismatch for...
### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes the work in the pull request and Pull Request description provides details about how...
Improve the SemVer flexibility of the `urllib3` dependency. Addresses https://github.com/OpenAPITools/openapi-generator/issues/18993. ## Validation I have not personally validated this change but believe this is all that should be required. Happy to...