swagger-api / swagger-api/swagger-codegen
ignoreUnknownJacksonAnnotation configuration property is simply getting ignored
Nobody has claimed this yet.
- Dominant language
- Mustache
- Stars
- 17.8k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
Hello! Trying to add @JsonIgnoreProperties(ignoreUnknown = true) annotation to all the generated model classes.
Trying to accomplish by adding the configuration property: ignoreUnknownJacksonAnnotation
But it seems that it simply gets ignored. I have generated swagger-codegen-cli.jar from the master branch. It appears that this should be an out of box solution.
Please help!
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 running the generated swagger-codegen-cli.jar with ignoreUnknownJacksonAnnotation enabled and inspect the generated model classes. Trace how that configuration property is handled and compare the output with the expected @JsonIgnoreProperties(ignoreUnknown = true) annotation. Done means the property reliably changes generated models as requested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, openapi
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100