Skip to content

EDGAPIUTL-37: Migrate Jackson from 2 to 3 (tools.jackson.core)#38

Merged
julianladisch merged 1 commit into
masterfrom
EDGAPIUTL-37
Mar 25, 2026
Merged

EDGAPIUTL-37: Migrate Jackson from 2 to 3 (tools.jackson.core)#38
julianladisch merged 1 commit into
masterfrom
EDGAPIUTL-37

Conversation

@julianladisch

@julianladisch julianladisch commented Mar 25, 2026

Copy link
Copy Markdown
Contributor

https://folio-org.atlassian.net/browse/EDGAPIUTL-37

Purpose

For Trillium FOLIO uses a Spring Boot version that no longer depends on Jackson 2 (com.fasterxml.jackson) but on Jackson 3 (tools.jackson.core).

For consistency we use the same Jackson version in edge-api-utils.

3.1.x is an LTS version.

Approach

Change pom.xml, import statements, and code where needed.

Pre-Merge Checklist:

Before merging this PR, please go through the following list and take appropriate actions.

  • Does this PR meet or exceed the expected quality standards?
    • Code coverage on new code is 80% or greater
    • Duplications on new code is 3% or less
    • There are no major code smells or security issues
  • Does this introduce breaking changes?

…ols.jackson.core)

https://folio-org.atlassian.net/browse/EDGAPIUTL-37

For Trillium FOLIO uses a Spring Boot version that no longer depends on Jackson 2 (com.fasterxml.jackson) but on Jackson 3 (tools.jackson.core).

For consistency we use the same Jackson version in edge-api-utils.

3.1.x is an LTS version.
@sonarqubecloud

Copy link
Copy Markdown

@julianladisch
julianladisch merged commit 66faf09 into master Mar 25, 2026
4 checks passed
@julianladisch
julianladisch deleted the EDGAPIUTL-37 branch March 25, 2026 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants