RFR: JDK-8208269: Javadoc does not support module-info in a multi-release jar

Jan Lahoda jan.lahoda at oracle.com
Wed Aug 15 14:45:08 UTC 2018


Hi,

Multi release jars are implemented in javac inside the file manager, and 
the version that should be selected is sent to the file manager from 
javac using a hidden option. But it seems that this handling is not done 
in javadoc. The proposal is to add the multi release jar handling.

Bug: https://bugs.openjdk.java.net/browse/JDK-8208269
Webrev: http://cr.openjdk.java.net/~jlahoda/8208269/webrev.00/

Any feedback is welcome!

Thanks,
     Jan


More information about the javadoc-dev mailing list