apache/pinot

Move all usage of legacy Apache commons libraries to the new ones

Open

#12,693 opened on Mar 21, 2024

 (3 comments) (2 reactions) (1 assignee)Java (1,234 forks)batch import
cleanupgood first issuehelp wantedstale

Repository metrics

Stars
 (4,937 stars)
PR merge metrics
 (Avg merge 6d 7h) (186 merged PRs in 30d)

Description

Move the following usages:

  • commons-lang -> commons-lang3
  • commons-collections -> commons-collections4
  • commons-math -> commons-math3

Contributor guide