Re: RFR: 8254622: Hide superclasses from conditionally exported packages [v2]

2025-04-11 Thread Chen Liang
On Tue, 8 Apr 2025 09:02:25 GMT, Hannes Wallnöfer wrote: >> Please review an enhancement to treat classes and interfaces that are not >> included and not unconditionally exported as hidden. This means they do not >> show up in the generated documentation even if they are implemented or >> exte

Re: RFR: 8254622: Hide superclasses from conditionally exported packages [v2]

2025-04-11 Thread Kevin Rushforth
On Tue, 8 Apr 2025 09:02:25 GMT, Hannes Wallnöfer wrote: >> Please review an enhancement to treat classes and interfaces that are not >> included and not unconditionally exported as hidden. This means they do not >> show up in the generated documentation even if they are implemented or >> exte

Re: RFR: 8346109: Create JDK taglet for additional preview notes

2025-04-11 Thread Hannes Wallnöfer
On Tue, 8 Apr 2025 18:32:16 GMT, Chen Liang wrote: >> The problem is the Taglet class is part of the build system, and I don't >> think we have a way to test these build classes (I coulndn't find any tests >> for the other build Taglets). I could replicate the Taglet class in the >> test, but

Re: RFR: 8346109: Create JDK taglet for additional preview notes

2025-04-11 Thread Hannes Wallnöfer
On Fri, 31 Jan 2025 16:19:17 GMT, Hannes Wallnöfer wrote: > Please review a patch to add a JavaDoc Taglet to the JDK build system that > allows to add preview-related notes to non-preview API elements, as well as a > hidden javadoc option to add elements with preview notes to the preview > sum

Integrated: 8346109: Create JDK taglet for additional preview notes

2025-04-11 Thread Hannes Wallnöfer
On Fri, 31 Jan 2025 16:19:17 GMT, Hannes Wallnöfer wrote: > Please review a patch to add a JavaDoc Taglet to the JDK build system that > allows to add preview-related notes to non-preview API elements, as well as a > hidden javadoc option to add elements with preview notes to the preview > sum