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

### PR checklist - [x] 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 provides details about...

##### Description When performBeanValidation is enabled in configuration on JavaSpring, the corresponding Hibernate import is missing in the API spec. ##### openapi-generator version 7.8.0

### Is your feature request related to a problem? Please describe. I'm always frustrated when the generated model classes do not look the way that I would have expected. It...

Enhancement: Feature

Fix #18735 Allow a string in containerDefaultToNull to specify 7.4.0 compatibility Keep 7.5.0 behaviour otherwise. ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly...

##### Description Using inheritance via the normalizer setting REF_AS_PARENT_IN_ALLOF together with Builder generation, yields the following code for toBuilder methods ```Java public Dog.Builder toBuilder() { Dog.Builder builder = new Dog.Builder();...

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

**Description:** When using the `x-internal: true` extension in our OpenAPI specification, we encountered an issue with the latest version of the `openapi-generator-maven-plugin` (version 7.5.0). The code generation process fails entirely,...

Issue: Bug

Update RestSharp to the latest stable version (111.4.1). The version 110.2.0 used currently has a dependency on System.Text.Json 7.0.2, which is [vulnerable](https://www.nuget.org/packages/System.Text.Json/7.0.2) with high severity. The latest stable version 111.4.1...

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

Issue: Bug

#### Bug Report Checklist - [v] Have you provided a full/minimal spec to reproduce the issue? - [v] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [...

Issue: Bug