[
https://issues.apache.org/jira/browse/JXR-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Slawomir Jaranowski reassigned JXR-176:
---------------------------------------
Assignee: Slawomir Jaranowski
> Remove dependency org.apache.commons:commons-lang3
> --------------------------------------------------
>
> Key: JXR-176
> URL: https://issues.apache.org/jira/browse/JXR-176
> Project: Maven JXR
> Issue Type: Improvement
> Components: jxr
> Affects Versions: 3.3.0
> Reporter: Markus Spann
> Assignee: Slawomir Jaranowski
> Priority: Minor
>
> The project depends on the Apache commons-lang3 library of String-related
> functionality 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 direct dependency can be removed and the code replaced by core Java.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)