Deprecated API
Contents
-
Deprecated Classes
-
Deprecated FieldsFieldDescriptionthe security fix this applied is not needed in Java 8+ or the most recent versions of JDK 6 and 7.if these sources depend on transitive dependencies, those dependencies should be added to the pom as direct dependenciesNo longer used.This is no longer evaluated, instead use
AbstractJavadocMojo.addStylesheetsto customize the CSS.
-
Deprecated MethodsMethodDescriptionuse getOutputPath() insteaduse Files.readString(Path, Charset) in Java 11+ or new String(Files.readAllBytes(Path), Charset) in Java 8use
Path.relativize(Path)() instead