RFR: 8306648: Update the JavaDocs to show the NEW section and DEPRECATED versions [v2]

Kevin Rushforth kcr at openjdk.org
Sat Jun 10 14:12:48 UTC 2023


On Thu, 27 Apr 2023 11:39:24 GMT, Nir Lisker <nlisker at openjdk.org> wrote:

>> Adds the javadoc commands to generate the NEW page and to be able to select versions in the DEPRECATED page.
>
> Nir Lisker has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Auto-detect latest version

Marked as reviewed by kcr (Lead).

> > The `-since` option does not play well with the javafx one: if documentation was added on a `private` property field with the `@since` tag, it will not be included in the NEW and DEPRECATED lists.
> 
> Confirmed. I can file a bug against the javadoc tool. This looks like one more place where they need to handle JavaFX properties.

I filed [JDK-8309765](https://bugs.openjdk.org/browse/JDK-8309765) to track this.

-------------

PR Review: https://git.openjdk.org/jfx/pull/1109#pullrequestreview-1473427741
PR Comment: https://git.openjdk.org/jfx/pull/1109#issuecomment-1585679728


More information about the openjfx-dev mailing list