-
Notifications
You must be signed in to change notification settings - Fork 9
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 lang2 to lang3 #6
Comments
I see the recipe as:
|
One note that StringEscapeUtils has been deprecated as of Lang 3.6 see: |
And a similar situation with org.apache.commons.lang3.text |
Weekend-Tim has been having some fun and progress with migrating other/older StringUtils classes to Commons-Lang3; that work is currently at https://github.com/timtebeek/maven-rewrite/blob/main/src/main/resources/META-INF/rewrite/string-utils.yml |
See https://commons.apache.org/proper/commons-lang/article3_0.html
I have seen this example in my projects :
import org.apache.commons.lang.StringUtils -> import org.apache.commons.lang3.StringUtils
But I am sure that there are many others
The text was updated successfully, but these errors were encountered: