Skip to content

Remove unused commons-codec dependency management#18038

Open
Caideyipi wants to merge 1 commit into
apache:masterfrom
Caideyipi:cleanup-unused-commons-codec
Open

Remove unused commons-codec dependency management#18038
Caideyipi wants to merge 1 commit into
apache:masterfrom
Caideyipi:cleanup-unused-commons-codec

Conversation

@Caideyipi

@Caideyipi Caideyipi commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • remove the unused commons-codec version property
  • remove the unused commons-codec dependencyManagement entry

Notes

  • The source tree no longer references commons-codec directly after the existing external commons migration.
  • commons-codec is still present as a transitive dependency in the current build, so the dependency reference list is intentionally unchanged.
  • I checked downstream dependency-cleanup candidates. This is the only generally applicable leftover for upstream master; the other removals are either already covered by existing master changes or tied to downstream feature/module removal.

Testing

  • git diff --check
  • python -m json.tool dependencies.json
  • mvn -nsu dependency:tree -Dincludes=commons-codec:commons-codec -DskipTests -DskipITs
@Caideyipi Caideyipi force-pushed the cleanup-unused-commons-codec branch from 54c112a to 10bc044 Compare June 26, 2026 07:10
@Caideyipi Caideyipi changed the title Remove unused commons-codec dependency metadata Jun 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant