Skip to content

Replace tools.jackson.databind.JsonNode deprecated API - #1845

Merged
alexheifetz merged 1 commit into
embabel:mainfrom
guanxuc:replace-jackson-deprecated
Jul 31, 2026
Merged

Replace tools.jackson.databind.JsonNode deprecated API#1845
alexheifetz merged 1 commit into
embabel:mainfrom
guanxuc:replace-jackson-deprecated

Conversation

@guanxuc

@guanxuc guanxuc commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Closes #1843

Signed-off-by: guanxu <1510424541@qq.com>
@alexheifetz
alexheifetz self-requested a review July 31, 2026 15:18
@alexheifetz
alexheifetz merged commit 86592b4 into embabel:main Jul 31, 2026
7 checks passed
@guanxuc
guanxuc deleted the replace-jackson-deprecated branch July 31, 2026 15:31
@igordayen

Copy link
Copy Markdown
Contributor

@guanxuc could you please confirm that on this and previous PR all imports are clean, and all comments and logging involved are uptodate. Sorry for being late on this.
Thank you.

@igordayen

Copy link
Copy Markdown
Contributor

@guanxuc Also could you please verify depreciation on two other repos: dice and embabel agent experimental.
@alexheifetz FYI

@guanxuc

guanxuc commented Aug 1, 2026

Copy link
Copy Markdown
Contributor Author

Hi @igordayen ,

I've double-checked the embabel-agent repo, everything looks good on my end.
However, I noticed that the embabel-agent-experimental and dice repos are still using Jackson 2.21.4, so they need no changes. But I think they should be upgraded to Jackson 3 to align with embabel-agent 1.5.0 and Spring Boot 4.1.0. WDYT?

@igordayen

Copy link
Copy Markdown
Contributor

Hi @igordayen ,

I've double-checked the embabel-agent repo, everything looks good on my end. However, I noticed that the embabel-agent-experimental and dice repos are still using Jackson 2.21.4, so they need no changes. But I think they should be upgraded to Jackson 3 to align with embabel-agent 1.5.0 and Spring Boot 4.1.0. WDYT?

Thank you, @guanxuc - yes, they are very important repos.

@guanxuc

guanxuc commented Aug 2, 2026

Copy link
Copy Markdown
Contributor Author

Hi @igordayen ,

Thanks for your response. I have submitted pull requests to upgrade to Jackson 3 in the embabel-agent-experimental and dice repositories:

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.

Replace tools.jackson.databind.JsonNode deprecated API

3 participants