RFR: JDK-8208269: Javadoc does not support module-info in a multi-release jar
Jonathan Gibbons
jonathan.gibbons at oracle.com
Wed Aug 15 23:06:10 UTC 2018
Looks OK.
I have reservations, but given the way that javadoc currently goes
"behind the scenes" to initialize the internal copy of javac, I
thinkthis is probably the best way to solve the problem, at least for
now. Good catch, and analysis.
-- Jon
On 08/15/2018 07:45 AM, Jan Lahoda wrote:
> 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