OpenAPITools / OpenAPITools/openapi-generator
Support for KumuluzEE microprofile runtime
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 26.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
Currently, the generator supports client and server stub generation for several frameworks, including Quarkus and OpenLiberty.
I would like this support to be extended to cover KumuluzEE as well.
KumuluzEE support would be implemented as another library option in the generator CLI. Similarly to how one can specify "quarkus", one would be able to specify "kumuluzee" for the server stub and "microprofile-kumuluzee" for the client.
The generated result would be a functional KumuluzEE application that could be further expanded as needed.
CLI example:
// Server
java -jar modules/openapi-generator-cli/target/openapi-generator-cli.jar generate -i {path/to/petstore.yaml} -g jaxrs-spec --library kumuluzee -o {output/dir}
// Client
java -jar modules/openapi-generator-cli/target/openapi-generator-cli.jar generate -i {path/to/petstore.yaml} -g java --library microprofile-kumuluzee -o {output/dir}
Suggested implementation:
https://github.com/chuckle-dog/openapi-generator
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
Review the Java client and JavaJaxRS server library resources linked in the issue, along with the suggested implementation repository, to understand how existing Quarkus and OpenLiberty options are structured. Add KumuluzEE library options for both generators and verify that the example CLI commands produce functional client and server applications.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend-api-design, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100