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

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

Issue: Bug

### Is your feature request related to a problem? Please describe. According to the OpenAPI documentation, it's possible to create a "path" with security options: without authorization + with authorization...

Enhancement: Feature

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions

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

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

Issue: Bug

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

Issue: Bug

A different approach to #13699 not via global properties as I have found them to have a problematic interaction with the `setGenerateMetadata` method on the `DefaultGenerator` (global properties are set...

This PR fixes many identified issues with improper escaping of dollar symbol in open api spec. In kotlin, `$` has a special meaning in strings and thus needs to be...

This fixes issue #9018 This is basically just copying the relevant things (the "vendorExtensions.x-is-jackson-optional-nullable" things) from `modules/openapi-generator/src/main/resources/JavaJaxRS/cxf/pojo.mustache` to `modules/openapi-generator/src/main/resources/JavaJaxRS/spec/pojo.mustache`. Mentioning Java technical committee @bbdouglas @sreeshas @jfiala @lukoyanov @cbornet @jeff9finger @karismann...