-
Classes Class Description org.apache.maven.plugins.javadoc.JavadocVersion UseJavaVersioninstead
-
Methods Method Description org.apache.maven.plugins.javadoc.JavadocReport.getOutputName() use getOutputPath() insteadorg.apache.maven.plugins.javadoc.JavadocUtil.readFile(File, String) use Files.readString(Path, Charset) in Java 11+ or new String(Files.readAllBytes(Path), Charset) in Java 8org.apache.maven.plugins.javadoc.JavadocUtil.toRelative(File, String) usePath.relativize(Path)() instead