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

Fix #18032. Add a new configOptions: generateBuilders to java client and spring generators The name of the option is the same as in JavaJAXSRSSpecServerCodeGen. Spring + lombok: generateBuilders + generateConstructorWithAllArgs...

Client: Java
Enhancement: Feature
Server: Java

Requirement: #18557 ### 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...

Use fully qualified name for enum to distinguish from class with possible same name ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes...

#### 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 - [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

This PR fixes a compilation error that appears in generated oneOf and anyOf classes using the okhttp-gson library. A more detailed explanation can be found in the issue description: #18548...

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

Issue: Bug

I was trying to update from openapi-generator 7.1.0 to 7.2.0. That causes problems due to a changed handling of useOptional. In 7.1.0, only methods in API's were treated (not attributes...

**Update:** I found this in the [JSONSchema validation doc](https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-validation-00#section-6.5.3): > An object instance is valid against this keyword if every item in the array is the name of a property...

Issue: Bug

based on https://github.com/OpenAPITools/openapi-generator/pull/18648 Fix https://github.com/OpenAPITools/openapi-generator/issues/18032. Add a new configOptions: generateBuilders to java client and spring generators The name of the option is the same as in JavaJAXSRSSpecServerCodeGen. Spring + lombok:...

Client: Java
Enhancement: Feature
Server: Java