You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2019/12/26 12:28:00 UTC

[jira] [Commented] (MNG-6829) Remove commons-lang3 dependency

    [ https://issues.apache.org/jira/browse/MNG-6829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17003615#comment-17003615 ] 

Hudson commented on MNG-6829:
-----------------------------

Build succeeded in Jenkins: Maven TLP » maven » MNG-6829 #3

See https://builds.apache.org/job/maven-box/job/maven/job/MNG-6829/3/

> Remove commons-lang3 dependency
> -------------------------------
>
>                 Key: MNG-6829
>                 URL: https://issues.apache.org/jira/browse/MNG-6829
>             Project: Maven
>          Issue Type: Sub-task
>          Components: Bootstrap &amp; Build
>    Affects Versions: 3.7.0
>            Reporter: Karl Heinz Marbaise
>            Assignee: Karl Heinz Marbaise
>            Priority: Minor
>             Fix For: 3.7.0
>
>
> Currently we use {{commons-lang3}} for the following classes
> * {{StringUtils}} can be replaced by usage of either {{plexus-utils}} or {{maven-shared-utils}} or as I tested with self implementation
> * {{SystemUtils}} is only used in some tests which can simply replaced by using JUnit Jupiter with all the support it has.
> * {{Validate}} is a precondition class which checks for parameters etc. can be implemented very easily (done already to see how it works). Later this could be made part of {{maven-shared-utils}}.
> * Currently the {{StringUtils.substringAfterLast( resourceName,  "/" )}} is used in {{ConsoleMavenTransferListener}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)