fix(deps): align Jackson modules with BOM - #987
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: QUIET Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThe root POM updates Jackson to Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Comment |
There was a problem hiding this comment.
Pull request overview
Aligns all Jackson dependencies to the 2.22.1 release train using the official BOM, resolving issue #986.
Changes:
- Imports
jackson-bom2.22.1 and removes independent version pins. - Lets example JAX-RS dependencies inherit BOM-managed versions.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
pom.xml |
Centralizes Jackson dependency management through the BOM. |
examples/pom.xml |
Removes redundant JAX-RS version declarations. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Tests
mvn -pl core -Dtest=JsonCodecTest,CloudConfigFactoryTest,InsightsClientTest,ExecutionProfilesInfoFinderTest testmvn -pl core enforcer:enforce -Drules=requireUpperBoundDeps -DskipTestsmvn -pl core-shaded -am -DskipTests packageCloses #986