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 1021 openapi-generator issues
Sort by recently updated
recently updated
newest added

### Context Since Eclipse Foundation is in charge of JakartaEE specifications, it's time to switch to JakartaEE 9 for openapi generator. The first step was to switch to JakartaEE 8...

Enhancement: Feature

I created a pull request with support for lombok models that come with certain convenient annotations for immutable models with builders. Currently I implemented this only for spring-mvc. The problem...

Enhancement: Feature

### Is your feature request related to a problem? Please describe. I have to take the same yaml file and produce the client and server endpoints and create a straight...

Enhancement: Feature

This is part of a larger PR that is being broken up. Updates allOf to not always be nullable. To validate this change, I will focus on AllOfWithSingleRef.cs. Before the...

Feature: Generator
Feature: OAS 3.0 spec support
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

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

### Is your feature request related to a problem? Please describe. I am currently using the maven plugin to generate Java code, but right now, the code does not match...

Enhancement: Feature

The generated AsciiDoc output is not complete if you compare it to standard swagger.ui (e.g [Petstore](https://petstore.swagger.io/)). Missing things are e.g. * property restrictions (maxLength, minLength, etc): #11389 * schemas seems...

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

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]...

Client: Python
Issue: Bug