OpenAPITools / OpenAPITools/openapi-generator
[REQ] Add support for generating Quarkus Server Stubs
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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