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
  • #13578
Closed
Open
Issue created Oct 03, 2022 by Administrator@rootContributor

[REQ][KOTLIN-SPRING] Support jakarta namespace for kotlin-spring generator

Created by: estigma88

Support jakarta namespace for kotlin-spring generator.

kotlin-spring generator uses javax.* namespaces, and we cannot configure it to use jakarta.* namespaces.

Describe the solution you'd like

Use a similar approach we have for JavaSpring, where there is a flag named useSpringBoot3, and later, used inside the mustache template to switch to jakarta namesespaces, as you can see here.

Describe alternatives you've considered

Overriding the mustache files somehow in my project to use jakarta.* namespace

Additional context

Spring Boot 3 is going to be released in November and will only support jakarta.* namespaces, so, this is a blocker to upgrade

Assignee
Assign to
Time tracking