swagger-api / swagger-api/swagger-parser
[Feature]: Upgrade to Jackson 3
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 867
- Forks
- 560
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 7
Description
I have swagger parser as dependency and this provides Jackson 2 as transient dependencies.
I have problems in my workspace when having Jackson 2 and 3 mixed.
I would like to get rid of Jackson 2 dependencies.
Could you please upgrade?
Thanks
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
No files or tests are named. Start by locating the project's dependency declarations and inspecting the dependency tree to identify where Jackson 2 is introduced. Review the parser's compatibility requirements and run the existing test suite; done means Jackson 2 is no longer brought in transitively without breaking supported behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100