Skip to content
New issue

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

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

Already on GitHub? # to your account

[JXR-176] Remove dependency org.apache.commons:commons-lang3 #76

Merged
merged 1 commit into from
Oct 16, 2022
Merged

[JXR-176] Remove dependency org.apache.commons:commons-lang3 #76

merged 1 commit into from
Oct 16, 2022

Commits on Oct 16, 2022

  1. [JXR-176] - Remove dependency org.apache.commons:commons-lang3

    The project depended on commons-lang3 for its StringUtils.replace method only,
    which is a null-safe alternative to String.replace.
    Review of StringUtils usage shows that affected variables cannot be null. Thus the dependency can be replaced by core Java.
    spannm committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    c21dc1f View commit details
    Browse the repository at this point in the history