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
 (PR metrics pending)

Description

Move the following usages:

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

Contributor guide