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
  • Issues
  • #5939
Closed
Open
Issue created Apr 15, 2020 by Administrator@rootContributor

Support for KumuluzEE microprofile runtime

Created by: chuckle-dog

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

Assignee
Assign to
Time tracking