Skip to content

Conversation

MrMicky-FR
Copy link

@MrMicky-FR MrMicky-FR commented Oct 10, 2018

  • 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
Copy link
Author

Hi, any updates on this @RainWarrior ?
Thanks

Copy link

@Marcono1234 Marcono1234 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that org.apache.commons.lang3.tuple.Triple is an abstract class and subclasses may be mutable, while the newly added Triple is immutable. However, that is probably fine since Minecraft only uses the immutable implementation?

@peterix
Copy link
Contributor

peterix commented Oct 26, 2022

Closing and reopening to rerun checks.

@peterix peterix closed this Oct 26, 2022
@peterix peterix reopened this Oct 26, 2022
@MrMicky-FR
Copy link
Author

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants