You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Philippe Marschall (JIRA)" <ji...@apache.org> on 2017/06/25 11:26:00 UTC

[jira] [Updated] (MJAVADOC-485) Upgrade to commons-lang3

     [ https://issues.apache.org/jira/browse/MJAVADOC-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Philippe Marschall updated MJAVADOC-485:
----------------------------------------
    Description: 
The plugin is currently on commons-lang 2.6, the most recent version is 3.6.

[The upgrade |https://commons.apache.org/proper/commons-lang/article3_0.html] is fairly trivial expect one point, {{SystemUtils.JAVA_VERSION_FLOAT}} is no longer available. For some parts there are easy fixes but for {{AbstractJavadocMojo}} the simplest fix seemed to use {{JavadocUtil#parseJavadocVersion(String)}}.

  was:
The plugin is currently on commons-lang 2.6, the most recent version is 3.6.

[The upgrade |https://commons.apache.org/proper/commons-lang/article3_0.html] is fairly trivial expect one point, {{SystemUtils.JAVA_VERSION_FLOAT}} is no longer available. For some parts there are easy fixes but for {{AbstractJavadocMojo}} the simplest fix seemed to just copy and past the code.


> Upgrade to commons-lang3
> ------------------------
>
>                 Key: MJAVADOC-485
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-485
>             Project: Maven Javadoc Plugin
>          Issue Type: Dependency upgrade
>    Affects Versions: 2.10.4
>            Reporter: Philippe Marschall
>
> The plugin is currently on commons-lang 2.6, the most recent version is 3.6.
> [The upgrade |https://commons.apache.org/proper/commons-lang/article3_0.html] is fairly trivial expect one point, {{SystemUtils.JAVA_VERSION_FLOAT}} is no longer available. For some parts there are easy fixes but for {{AbstractJavadocMojo}} the simplest fix seemed to use {{JavadocUtil#parseJavadocVersion(String)}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)