Description
The plugin is currently on commons-lang 2.6, the most recent version is 3.6.
The upgrade 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).
Attachments
Issue Links
- is duplicated by
-
MJAVADOC-488 Latest jdk9 version causes StringIndexOutOfBoundsException
- Closed
- relates to
-
FLINK-15633 Javadocs cannot be built on Java 11
- Closed
- links to