Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Merge requests
  • Open 48
  • Merged 1,633
  • Closed 79
  • All 1,760
Subscribe to RSS feed
  • [jaxrs-cxf-cdi] Fix issue when generating code for header params when there are defaultValues defined   0 of 6 checklist items completed
    !7872 · created Nov 04, 2020 by Administrator   5.0.0   Issue: Bug Server: Java
    • MERGED
    • 0
    updated Nov 25, 2020
  • Fix deserialization for null JSON payload in .NET framework 4.7   6 of 6 checklist items completed
    !7870 · created Nov 04, 2020 by William Cheng   5.0.0   Client: C-Sharp Issue: Bug
    • MERGED
    • 0
    updated Mar 20, 2023
  • [Java][Play] Fix compilation issues when using the supportAsync option   6 of 6 checklist items completed
    !7864 · created Nov 03, 2020 by William Cheng   5.0.0   Issue: Bug Server: Java
    • MERGED
    • 0
    updated Mar 20, 2023
  • Fixed the HttpSigning issue for query string   5 of 6 checklist items completed
    !7859 · created Nov 02, 2020 by Administrator   5.0.0   Client: C-Sharp Issue: Bug
    • MERGED
    • 0
    updated Nov 02, 2020
  • Correct allOf with only one child schema (no discriminator)   6 of 6 checklist items completed
    !7855 · created Nov 02, 2020 by William Cheng   5.0.0   Breaking change (without fallback) Feature: Generator Issue: Bug
    • MERGED
    • 0
    updated Mar 20, 2023
  • Add executionId to filehash   6 of 6 checklist items completed
    !7848 · created Oct 30, 2020 by Administrator   5.1.1   Issue: Bug OpenAPI Generator Maven Plugin
    • MERGED
    • 0
    updated Mar 20, 2023
  • [Python][Experimental] Skip validation if input_value is None   3 of 5 checklist items completed
    !7845 · created Oct 30, 2020 by Administrator   5.0.0   Client: Python Issue: Bug
    • MERGED
    • 0
    updated Mar 20, 2023
  • [node-express-server] template-only change to fix use of 'airbnb-base' ESLint plugin   6 of 6 checklist items completed
    !7844 · created Oct 30, 2020 by Administrator   5.0.0   Issue: Bug Server: Nodejs
    • MERGED
    • 0
    updated Nov 03, 2020
  • [Ruby][faraday] fix download_file   6 of 6 checklist items completed
    !7842 · created Oct 30, 2020 by Administrator   5.0.0   Client: Ruby Issue: Bug
    • MERGED
    • 0
    updated Mar 20, 2023
  • [C][Client]Fix coredump in multi-thread environment   6 of 6 checklist items completed
    !7835 · created Oct 29, 2020 by Administrator   5.0.0   Client: C Issue: Bug
    • MERGED
    • 0
    updated Mar 20, 2023
  • [C#][netcore] use WriteRawValue instead of WriteRaw   6 of 6 checklist items completed
    !7830 · created Oct 28, 2020 by William Cheng   5.0.0   Client: C-Sharp Feature: OAS 3.0 spec support Issue: Bug
    • MERGED
    • 0
    updated Oct 29, 2020
  • [Kotlin] Fix Spring Kotlin generation of array/map models   6 of 6 checklist items completed
    !7829 · created Oct 28, 2020 by Administrator   5.0.0   Client: Kotlin Issue: Bug Server: Kotlin
    • MERGED
    • 0
    updated Nov 04, 2020
  • [php][bug] Fix generic ObjectSerializer error when deserializing SomeClass[] data   6 of 6 checklist items completed
    !7827 · created Oct 28, 2020 by Administrator   Client: PHP Issue: Bug
    • 0
    updated Mar 19, 2023
  • [Protobuf] Fix support for AllOf in protobuf-schema   6 of 6 checklist items completed
    !7813 · created Oct 26, 2020 by Administrator   5.0.0   Issue: Bug Schema: ProtoBuf
    • MERGED
    • 0
    updated Nov 02, 2020
  • [JAX-RS] replace isListContainer with isArray   0 of 6 checklist items completed
    !7806 · created Oct 26, 2020 by William Cheng   5.0.0   Issue: Bug Server: Java
    • MERGED
    • 0
    updated Mar 20, 2023
  • [Kotlin] Use array for generated annotation   6 of 6 checklist items completed
    !7800 · created Oct 24, 2020 by Administrator   5.0.0   Issue: Bug Server: Kotlin Server: Spring
    • MERGED
    • 0
    updated Dec 14, 2020
  • Bug fix for Feign client support for custom method syntax   6 of 6 checklist items completed
    !7792 · created Oct 22, 2020 by Administrator   5.0.0   Client: Java Issue: Bug
    • MERGED
    • 0
    updated Mar 20, 2023
  • [javascript-flowtyped] Fix Flow error   6 of 6 checklist items completed
    !7786 · created Oct 21, 2020 by Administrator   5.0.0   Client: JavaScript/Node.js Issue: Bug
    • MERGED
    • 0
    updated Mar 20, 2023
  • Replace '.' characters by '_' in enum type names since OCaml doesn't allow to use '.' in any kind of identifiers.
    !7767 · created Oct 20, 2020 by Administrator   5.0.0   Client: OCaml Issue: Bug
    • MERGED
    • 0
    updated Mar 20, 2023
  • [C#][netcore]Fixed the HTTPSigning to calculate the body diegest without CamelCase   4 of 6 checklist items completed
    !7755 · created Oct 19, 2020 by Administrator   5.0.0   Client: C-Sharp Issue: Bug
    • MERGED
    • 0
    updated Mar 20, 2023
  • Prev
  • 1
  • …
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • …
  • 88
  • Next