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

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

Bumps org.jboss.resteasy:resteasy-multipart-provider from 3.0.11.Final to 4.7.8.Final. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jboss.resteasy:resteasy-multipart-provider&package-manager=maven&previous-version=3.0.11.Final&new-version=4.7.8.Final)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
java

This PR solves the problem described in #20495. I made this fix locally and on my openapi the issue was fixed and no new issues were found. @jaumard (2018/09) @josh-burton...

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

#### 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. It is currently impossible to generate stubs and support server sent events in some languages (like Java JAX-RS spec)...

Enhancement: Feature

Fixes #20747 by applying the same patch as done for other libraries in (e.g. #19713). ### PR checklist - [X] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [X] Pull Request title clearly...

https://github.com/OpenAPITools/openapi-generator/pull/17646 made the generation of a RestApplication class mandatory. This causes an issue when an application has more than one OpenAPI defined endpoint. For example, with multiple OpenAPI defined endpoints...

Enhancement: Feature

### Is your feature request related to a problem? Please describe. I would love to implement the newest features of Angular in my API client using the [Resource API](https://angular.dev/api/core/Resource) or...

Enhancement: Feature

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