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? - [x] Have...

Issue: Bug

### PR checklist - [ ] 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...

same as fixed issues: https://github.com/OpenAPITools/openapi-generator/issues/17361 @JoaoBrlt , we have same problem with java generator and restclient library. Can you fix it please also for restclient? thank you. Combining required properties...

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? - [x] Have...

Issue: Bug

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

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

I use jaxrs-cxf generator ``` AAA: properties: someValue: type: string BBB: properties: someValue: type: string ``` Is it possible to make BBB is inner class into AAA ? ``` public...

Fix #20891 Add a new configOption to the spring generator: useOneOfInterfacesDeduction When useOneOfInterfaces=true it allows the generation of an additional annotation on the generated inferface @JsonTypeInfo(use = JsonTypeInfo.Id.DEDUCTION) and the...

java.net.URISyntaxException: Illegal character in opaque part at index 2: C:\Users\Dhan\Documents\metadata-resolver/src/main/resources/openapi/status-list.yaml at java.net.URI$Parser.fail (URI.java:2995) at java.net.URI$Parser.checkChars (URI.java:3166) at java.net.URI$Parser.parse (URI.java:3202) at java.net.URI. (URI.java:645) at io.swagger.v3.parser.reference.ReferenceUtils.resolve (ReferenceUtils.java:29) at io.swagger.v3.parser.reference.ReferenceVisitor.resolveSchemaRef (ReferenceVisitor.java:227) at io.swagger.v3.parser.reference.ReferenceVisitor.visitSchema...

Issue: Bug

##### Description This [commit](https://github.com/OpenAPITools/openapi-generator/pull/21268/files#diff-1f30eb8ed63b755ee7e2bdee645631802bee0f57d71e8650dcde554dd91a3368R46) breaks our pipelines where we are using openapitools/openapi-generator-cli:latest image to generate some artifacts and later build package (Sorry for watered-down issue details, I don't have time)...

Issue: Bug