Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from Apache Commons Lang to Commons Lang3 #1909

Closed
rdifrango opened this issue Jun 10, 2022 · 1 comment
Closed

Migrate from Apache Commons Lang to Commons Lang3 #1909

rdifrango opened this issue Jun 10, 2022 · 1 comment

Comments

@rdifrango
Copy link

Teams often are using org.apache.commons.lang.StringUtils instead of org.apache.commons.lang3.StringUtils so I would like a recipe that migrates to commons-lang3.

I see the recipe as:

  • org.apache.commons.lang -> org.apache.commons.lang3
  • If commons-lang is present in the pom file, remove it.
  • If commons-lang3 is NOT present in the pom and/or dependency tree add it.
@pway99
Copy link
Contributor

pway99 commented Jun 17, 2022

Hi @rdifrango, Thanks for the suggestion, similar issue #106 exits.
I hope you don't mind me copying some of your info to that one and closing this one.

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

No branches or pull requests

2 participants