Conversation
There was a problem hiding this comment.
Code Review
This pull request migrates the project from Jackson 2.x to 3.0.0, involving updates to dependencies, package names, and exception handling logic across the codebase. The reviewer identifies a consistent issue regarding the use of the tools.jackson namespace, noting that official Jackson 3.x artifacts should maintain the com.fasterxml.jackson group ID and package names. Actionable suggestions were provided for all affected files, including the build configuration, module descriptors, and source files, to revert these namespace changes and ensure alignment with official releases.
This is complete nonsense since there are no version 3 in So, please, do not ask me why I am saying that AI is for "Artificial Idiotism" |
|
Thank you! I think we will want to wait on us doing a major version bump in this project before we do this upgrade. I don't think we're ready to do that at this time. |
Here is support for Jackson 3. All tests are passing, so this may be used as staring point.