Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
creating this JIRA from discussion on OOZIE-2177
JDK8 enforce strict HTML4 checking on javadoc.
when compiling oozie on JDK8, hit following javadoc error
[ERROR] /Users/egashira/Projects/git/aoozie-cms/client/src/main/java/org/apache/oozie/cli/OozieCLI.java:205: error: self-closing element not allowed
[ERROR] * <p/>
the fix is to change self-closing element <p/>, <br/> to <p></p>, <br></br>
Attachments
Attachments
Issue Links
- is related to
-
OOZIE-2177 Parameterize javadoc plugin configuration
- Resolved
- relates to
-
OOZIE-2681 fix javadoc to compile on JDK8 again
- Closed
-
OOZIE-2487 Temporary workaround for Java 8 Javadoc errors
- Closed