-
CSR
-
Resolution: Approved
-
P3
-
None
-
behavioral
-
low
-
-
add/remove/modify command line option, File or wire format
-
JDK
Summary
Remove support for the organizational hierarchy for module-oriented documentation as used in JDK 9 and JDK 10.
Problem
When javadoc added support for modules in JDK 9, it did not initially include an extra level of directory in the output hierarchy. That was addressed in JDK 11, along with an option to revert to the old layout in case of need. Maintaining support for the old layout is a maintenance burden and there is no use-case for supporting the old inferior layout.
Solution
Remove support for the old package-oriented hierarchy, and for the --no-module-directories
option that enables it.
Specification
The --no-module-directories
option is removed.
The generated file hierarchy will always include a directory level for the module name.
- csr of
-
JDK-8215580 Remove support for `--no-module-directories`
-
- Resolved
-