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

[MNG-6829] Replace any StringUtils#isEmpty(String) and #isNotEmpty(String) #214

Conversation

timtebeek
Copy link
Contributor

@michael-o
Copy link
Member

Buit not gone from the POM, no?

@timtebeek
Copy link
Contributor Author

Buit not gone from the POM, no?

We're not at the stage yet where we have removed all methods of StringUtils, so we can't yet remove the dependency. See for instance

p.setPath(StringUtils.join(
mavenProject.getCompileClasspathElements().iterator(), File.pathSeparator));

As requested I'm doing small individual (automated) changes, such that they are easier to review and merge, with less risk.
We hope to get to fully removing StringUtils soon, but feel free to help out either in an automated fashion, or by cleaning up what remains after the first few rounds.

@elharo elharo merged commit 1dcccaf into apache:master May 12, 2023
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.

3 participants