swagger-api / swagger-api/swagger-codegen
Codegen OAS 2.0 : Cannot segregate definitions to different packages in java/spring
Nobody has claimed this yet.
- Dominant language
- Mustache
- Stars
- 17.8k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
Let's say, I have two model definitions :
- Search
- Cart
I want these definitions to be generated in diferent packages under the parent package give like --model-package swagger.codegen.generated.models.
Currently, All models are being generated in one package.
Version Swagger-codegen 2.3.1
Command line used for generation
java -jar swagger-codegen-cli.jar generate -i http://petstore.swagger.io/v2/swagger.json --api-package com.baeldung.petstore.client.api --model-package com.baeldung.petstore.client.model --invoker-package com.baeldung.petstore.client.invoker --group-id com.baeldung --artifact-id spring-swagger-codegen-api-client --artifact-version 0.0.1-SNAPSHOT -l java --library resttemplate -o spring-swagger-codegen-api-client
Related issues : https://github.com/swagger-api/swagger-codegen/issues/7326
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 Java/Spring generator behavior for the --model-package option and the discussion in related issue 7326. The work is done when the Search and Cart definitions can be generated in separate packages under the supplied parent package, with the existing command-line options still working.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100