docs: list jackson 2.20.x in Upgrade Notes for Dropwizard 5.0.x#10532
Merged
joschi merged 1 commit intodropwizard:release/5.0.xfrom Sep 17, 2025
Merged
Conversation
| Hibernate 6.1.x 6.6.x | ||
| Hibernate Validator 7.x 8.0.x | ||
| Jackson 2.15.x 2.19.x | ||
| Jackson 2.15.x 2.20.x |
Contributor
Author
There was a problem hiding this comment.
I'd like to clarify one more thing. The latest 4.0.x series version--4.0.16--uses Jackson 2.19.2. This comparison table just lists initial Jackson versions for first major Dropwizard versions (4.0.0 and 5.0.0)?
Member
There was a problem hiding this comment.
Yes, it originally only referred to the versions used early in the 4.0.x branch.
Jackson got better with breaking changes, so we updated the minor versions as well.
joschi
approved these changes
Sep 17, 2025
Member
joschi
left a comment
There was a problem hiding this comment.
@InnokentiyStruchkov Thanks for your contribution!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem:
The upgrade notes page (https://www.dropwizard.io/en/stable/manual/upgrade-notes/upgrade-notes-5_0_x.html) lists Jackson 2.19.x as a new dependency, but 5.0.0 uses com.fasterxml.jackson:jackson-bom v2.20.0
Solution:
Fix the mentioned version.
Result:
Clarification of docs.