openapi-generator
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)
#### 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...
#### Bug Report Checklist - [ ] Have you provided a full/minimal spec to reproduce the issue? - [ ] Have you validated the input using an OpenAPI validator? -...
### 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...
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...
[BUG] [JAVA] Improve enum converter for query parameters of non-string types to handle string input
#### 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...
#### 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? - [ ]...
#### 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...
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...