OpenAPITools / OpenAPITools/openapi-generator
[REQ] openapi-generator-maven-plugin jaxrs-cxf generator produces server/impl folder by default need a switch configuration to turn it off as sometimes we dont need it
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.
Describe the solution you'd like
provide a configuration option of whether to generate the java service api implement template files. As I know Kotlin has such a configuration?
Describe alternatives you've considered
Additional context
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 locating the openapi-generator-maven-plugin and the jaxrs-cxf generator, then trace how the server/impl folder and Java service implementation templates are selected. Add a configuration option that controls those files and verify generation with the relevant generator tests or Maven plugin test setup. Done means the option reliably omits the implementation files when disabled while preserving current behavior by default.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, openapi
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100