Upgrade from Jackson 2 to Jackson 3
Open
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 1.5k
- Forks
- 264
- Avg merge
- 9h 46m
- Merged PRs (30d)
- 96
Description
Upgrade Jackson dependencies from:
com.fasterxml.jackson.core:jackson-annotations:2.18.9com.fasterxml.jackson.core:jackson-core:2.18.9com.fasterxml.jackson.core:jackson-databind:2.18.9com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.18.9com.fasterxml.jackson.module:jackson-module-kotlin:2.18.9
to:
com.fasterxml.jackson.core:jackson-annotations:2.22(Jackson 3 uses com.fasterxml.jackson.core:jackson-annotations)tools.jackson.dataformat:jackson-core:3.2.0tools.jackson.dataformat:jackson-databind:3.2.0tools.jackson.dataformat:jackson-dataformat-xml:3.2.0tools.jackson.module:jackson-module-kotlin:3.2.0
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 listed Jackson dependencies in the project build configuration and checking how Jackson is used across the Kotlin and Java sources. Run the existing test suite before and after the dependency changes; done means the project builds and its tests pass with the requested Jackson 3.2.0 dependencies.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100