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

Fixes #19577 ![image](https://github.com/user-attachments/assets/9f1d0188-5268-4025-9d6b-b0c2743e35b1) ![image](https://github.com/user-attachments/assets/eb5991fe-9260-40d9-b0a7-73d67714085f) Actual change is modules/openapi-generator/src/main/resources/JavaJaxRS/spec/pojo.mustache Other files diff is the result of updating the samples ### PR checklist - [X] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [X] Pull...

Issue: Bug
Server: Java

Good morning, my swagger json is without operationId.. (I cannot change it, it is from external company).. It looks this way: And method generated by openapitool looks this way: backEndAdministrationGetTenantRolesAndGroupsPost....

Announcement

* Related to #17876, this is the `rust-server` half. Short version: 1. This likely should've been done against the `8.0.x` branch, but I began the branch off `master`, and I...

Enhancement: Compatibility
Server: Rust

# Summary Using the `dart-dio` generator against a response of `type:string`, `format:binary`, would result in a `MultipartFile` return type. This causes the `deserialize` function to fail. This PR takes inspiration...

Client: Dart
Issue: Bug

Fixes: https://github.com/OpenAPITools/openapi-generator/issues/21335 ### 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...

Recreating #21199 as it turns out one can't reopen a PR after force-pushing to its branch. - Add support for flat object query parameters. - Expand `objectQueryParam.yaml` to cover both...

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

Typescript 5.8 added a new flag that optionally removes support for non-erasable syntax. This facilitates running Typescript directly in node 22 without transpiling. This PR adds a new configuration option...

This changes the default value for `disallowAdditionalPropertiesIfNotPresent` from `true` to `false`, which means that the generator will now, by default, produce code that complies OpenAPI standards with respect to the...

#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [ ] Have you validated the input using an OpenAPI validator? - [x]...

Issue: Bug