OpenAPITools / OpenAPITools/openapi-generator

[REQ] Add support for generating Quarkus Server Stubs

Open
#6,997 3 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Enhancement: Feature
Dominant language
Java
Stars
26.8k
Forks
7.7k
PR merge metrics
PR metrics pending

Description

Is your feature request related to a problem? Please describe.

As a user of Quarkus, I would love the ability for open-api codegen to generate opinionated, quarkus oriented server stubs that I could then use to build a quarkus based API.

Describe the solution you'd like

The codegen would probably be almost identical to JAX-RS resteasy; the difference would be in the README and the metadata (dependencies and such) around running a Quarkus server. Ideally, the user should be able to take the generated code and fill it in to get a fully functional Quarkus powered API.

Describe alternatives you've considered

Its possible to just use the JAX-RS generator and use the generated interfaces in a quarkus webapp.

Additional context

The Quarkus issue for doing this is here: https://github.com/quarkusio/quarkus/issues/3905

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the existing JAX-RS resteasy generator, its README, and its dependency metadata, then compare the requested behavior with the linked Quarkus issue. Done means a Quarkus-oriented server-stub generation path produces usable API code with appropriate documentation and dependencies.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.