Re: RFR: 8357869: Remove PreviewNote taglet in its current form

2025-05-28 Thread Hannes Wallnöfer
On Tue, 27 May 2025 22:38:58 GMT, Magnus Ihse Bursie wrote: > Can you really keep the changes to TestPreview.java from JDK-8346109? Yes, the test does not rely on the JDK build taglet, it uses the javadoc `-tag` option to register a generic tag. More importantly, the internal JavaDoc changes i

Re: RFR: 8357869: Remove PreviewNote taglet in its current form

2025-05-27 Thread Magnus Ihse Bursie
On Tue, 27 May 2025 14:38:53 GMT, Hannes Wallnöfer wrote: > Please review a change to remove the `PreviewNote` build taglet as it did not > pass CSR. This is a partial (build changes) undo of > [JDK-8346109](https://bugs.openjdk.org/browse/JDK-8346109). > > The taglet is planned to be reintr

Re: RFR: 8357869: Remove PreviewNote taglet in its current form

2025-05-27 Thread Erik Joelsson
On Tue, 27 May 2025 14:38:53 GMT, Hannes Wallnöfer wrote: > Please review a change to remove the `PreviewNote` build taglet as it did not > pass CSR. This is a partial (build changes) undo of > [JDK-8346109](https://bugs.openjdk.org/browse/JDK-8346109). > > The taglet is planned to be reintr

RFR: 8357869: Remove PreviewNote taglet in its current form

2025-05-27 Thread Hannes Wallnöfer
Please review a change to remove the `PreviewNote` build taglet as it did not pass CSR. This is a partial (build changes) undo of [JDK-8346109](https://bugs.openjdk.org/browse/JDK-8346109). The taglet is planned to be reintroduced at a later date in a redesigned form. - Commit me