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 The custom Deserializer method not able to handle null value for enum and throwing below exception JsonParser#getString() is valid only for KEY_NAME, VALUE_STRING, VALUE_NUMBER parser states....
#### 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]...
Hello, We're using your librarie in one of our projects, and while resolving it's vulnerabilities, it seems that the latest version available on [the maven repository](https://mvnrepository.com/artifact/org.openapitools/openapi-generator) repository does not resolved...
##### Description When generating polymorphic entities using OAS 3.0, child entities do not add the `override` keyword to the enum that is present in both, parent and child entities. #####...
The AWS Go SDK V1 will reach end-of-support on July 31, 2025: https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/ ## Describe the solution you'd like The Go client should be updated to use the new versions...
#### 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 #21345 #19491 Include direct file download and byte array direct. This is self contained and semi based off Jersey3 version. Filename from the response header is used if available...
#### 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...
Adding upload support when generating async Rust code. ### 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...
##### Description When generating client code from an OpenAPI 3.0 specification using openapi-generator (version 7.13.0), the generator fails to generate or use the discriminator for polymorphic deserialization if: - Two...