DataFixerUpper icon indicating copy to clipboard operation
DataFixerUpper copied to clipboard

Remove Apache Commons Lang and unnecessary Guava usages

Open MrMicky-FR opened this issue 7 years ago • 3 comments

  • Remove Apache Commons Lang (was almost not used and is not really necessary with Guava)
  • Remove unnecessary Guava usages like Lists.newArrayList() that can be replace with just new ArrayList<>()

MrMicky-FR avatar Oct 10 '18 20:10 MrMicky-FR

Hi, any updates on this @RainWarrior ? Thanks

MrMicky-FR avatar Oct 23 '18 09:10 MrMicky-FR

Closing and reopening to rerun checks.

peterix avatar Oct 26 '22 15:10 peterix

More than 4 years, that's a while! @peterix I've resolved the merge conflicts and the build/tests run locally for me, just the GitHub Actions workflow is awaiting approval from a maintainer :)

MrMicky-FR avatar Oct 26 '22 18:10 MrMicky-FR