You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Teams often are using
org.apache.commons.lang.StringUtils
instead oforg.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
commons-lang
is present in the pom file, remove it.commons-lang3
is NOT present in the pom and/or dependency tree add it.The text was updated successfully, but these errors were encountered: