Skip to content

Update jackson databind to newer version#24317

Merged
wing328 merged 1 commit into
masterfrom
jackson-db
Jul 15, 2026
Merged

Update jackson databind to newer version#24317
wing328 merged 1 commit into
masterfrom
jackson-db

Conversation

@wing328

@wing328 wing328 commented Jul 15, 2026

Copy link
Copy Markdown
Member

to close #24305

PR checklist

  • Read the contribution guidelines.
  • Run the following to build the project and update samples:
    ./mvnw clean package || exit
    ./bin/generate-samples.sh ./bin/configs/*.yaml || exit
    ./bin/utils/export_docs_generators.sh || exit
    
    (For Windows users, please run the script in WSL)
    Commit all changed files.
    This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
    These must match the expectations made by your contribution.
    You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example ./bin/generate-samples.sh bin/configs/java*.
    IMPORTANT: Do NOT purge/delete any folders/files (e.g. tests) when regenerating the samples as manually written tests may be removed.
  • If your PR is targeting a particular programming language, @mention the technical committee members, so they are more likely to review the pull request.

Summary by cubic

Upgrade Jackson across generators and samples from 2.17.1 to 2.18.9. This brings all Java/Kotlin templates and examples to a consistent Jackson 2.x baseline and updates JavaClientCodegen library descriptors.

  • Dependencies

    • Bumped com.fasterxml.jackson.core:jackson-databind, jackson-core, jackson-annotations, com.fasterxml.jackson.datatype:jackson-datatype-jsr310, and com.fasterxml.jackson.module:jackson-module-kotlin to 2.18.9 across Java/JAX-RS, Retrofit2, Resteasy, MicroProfile, Vert.x, Javalin, Kotlin WireMock, and Groovy templates and all samples; updated jackson.version, jackson.jaxrs.version, and jackson-jaxrs-version properties accordingly.
    • Updated JavaClientCodegen supportedLibraries text to reflect Jackson 2.18.9 for Jersey2, Feign/Feign HC5, Retrofit2, Spring WebClient/RestClient, Resteasy, Vert.x, Google API Client, Rest-assured, Native, MicroProfile, and Apache.
  • Migration

    • Regenerate clients/servers to pick up the new versions and align any pinned Jackson dependencies (including jackson-module-kotlin and jackson-datatype-jsr310) to 2.18.9 if you override them.
    • Projects using useJackson3=true are unchanged; this only updates the Jackson 2.x path.

Written for commit 43da2b5. Summary will update on new commits.

Review in cubic

@wing328 wing328 added this to the 7.24.0 milestone Jul 15, 2026
@wing328 wing328 changed the title update jackson databind to newer version Update jackson databind to newer version Jul 15, 2026
@wing328
wing328 marked this pull request as ready for review July 15, 2026 18:36
@wing328
wing328 merged commit 108034b into master Jul 15, 2026
464 of 465 checks passed
@wing328
wing328 deleted the jackson-db branch July 15, 2026 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant