openai / openai/openai-java

Upgrade from Jackson 2 to Jackson 3

Open
#847 0 comments 1 reaction 0 assignees View on GitHub

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.9
  • com.fasterxml.jackson.core:jackson-core:2.18.9
  • com.fasterxml.jackson.core:jackson-databind:2.18.9
  • com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.18.9
  • com.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.0
  • tools.jackson.dataformat:jackson-databind:3.2.0
  • tools.jackson.dataformat:jackson-dataformat-xml:3.2.0
  • tools.jackson.module:jackson-module-kotlin:3.2.0

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.