Align Jackson annotations with 2.22 - #1469
Open
skrcode wants to merge 1 commit into
Open
Conversation
Signed-off-by: Suraj Rajan <surajkrajan95@gmail.com>
Contributor
|
Hi @skrcode, thank you for your contribution! We appreciate you taking the time to submit this pull request. Currently this PR is under review by our team, we will keep you posted if any additional information is required. thank you. |
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.
Summary
Completes the Jackson 2.22 upgrade in Dependabot PR #1299.
Jackson Annotations uses the release version
2.22, while Jackson Databind and Jackson Core use2.22.0. Sharing the existing${jackson.version}property therefore makes Maven request the unpublished artifactjackson-annotations:2.22.0.Change
jackson.annotations.versionproperty set to2.222.22.0Verification
9b7ab1000ba91421b1bbce5bb4790328154b2e87: Maven could not resolvecom.fasterxml.jackson.core:jackson-annotations:2.22.0./mvnw -B -ntp -pl a2a teston Java 21: 93 tests passed./mvnw -B -ntp teston Java 21: all 21 reactor modules passed; the core suite ran 1,449 tests with 24 skips./mvnw -Prelease clean packageon Java 21: all 21 reactor modules passed./mvnw -B -ntp -pl a2a -am testpassed; core and A2A modules succeeded, including all 93 A2A testsgit diff --checkpassedThe repair is a single signed-off commit and changes only
a2a/pom.xml(two insertions, one deletion).Built and verified with JAIPilot:
jaipilot-maintainer-intent,jaipilot-fast-execution,jaipilot-review-diff, andjaipilot-remote-javagpt-5.6-sol · xhigh · fast