dotCMS / dotCMS/core

Task 4.1: Migrate Jackson Dependencies

Open
#32,688 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

dotCMS : Technical Debt Team : Platform Type : Task
Dominant language
Java
Stars
970
Forks
486
Avg merge
3d 33m
Merged PRs (30d)
170

Description

Task Description

Migrate Jackson JSON processing libraries from repackaged versions to standard Maven Central versions.

Status: ⏳ PENDING
Implementation
  • PR: TBD
  • Branch: issue-{issue_number}-migrate-jackson-dependencies
  • Changes: Update Jackson Core, Databind, and Annotations
Acceptance Criteria
  • [ ] Replace repackaged Jackson Core with standard version
  • [ ] Replace repackaged Jackson Databind with standard version
  • [ ] Replace repackaged Jackson Annotations with standard version
  • [ ] Update all JSON serialization/deserialization code
  • [ ] Verify REST API compatibility
  • [ ] Test all JSON endpoints thoroughly
  • [ ] Performance testing for JSON processing
  • [ ] All tests pass
  • [ ] Update documentation
Related
  • Epic: #32675 - Remove Repackaged Dependencies
Risk Level: High
  • Breaking Changes: High (JSON processing is core functionality)
  • Testing Required: Comprehensive REST API testing
  • Dependencies: Affects all JSON-based APIs

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files or tests are identified. Start by locating the repackaged Jackson dependency declarations and the JSON serialization, deserialization, and REST API entry points they affect. Done means using standard Jackson Core, Databind, and Annotations versions, preserving API compatibility, passing all tests, and completing the requested endpoint and performance checks.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api, backend-api-design
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.