Uh oh!
There was an error while loading. Please reload this page.
Upgrade to Jackson 3.0 and Gradle 8.14.3 - #165
Conversation
christophejan
commented
Dec 28, 2025
Hello, I was looking for a Jackson 3 compatible version and found that Jackson provides its own support of JsonPatch and JsonMergePatch since Jackson 2.12.2. See :
Even diff seems supported through Json#createDiff and Json#createMergeDiff. I think I will try to switch to this Jackson module for JsonPatch and JsonMergePatch. |
davsclaus
commented
Feb 28, 2026
We deprecate this module in Apache Camel as this project is not active maintained |
granadacoder
commented
Jun 21, 2026
Thank you for these bread-crumbs. |
Summary
This PR ugrades the project to Jackson 3.0 and Gradle 8.14.3
Changes Made
Gradle Upgrade
Dependency Updates
Java Version
Testing
Compatibility