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

2023-06-12 Thread Andy Goryachev
On Thu, 27 Apr 2023 11:39:24 GMT, Nir Lisker 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: > >

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

2023-06-10 Thread Kevin Rushforth
On Thu, 27 Apr 2023 11:39:24 GMT, Nir Lisker 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: > >

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

2023-06-10 Thread Kevin Rushforth
On Thu, 8 Jun 2023 21:53:35 GMT, Marius Hanl wrote: > > I am somewhat divided on which version to start with. On one hand, it makes > > sense to use last LTS version (or previous, if the current one is also > > LTS), so 17. > > I think we should either start from 9 or 11. Depending on the

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

2023-06-08 Thread Marius Hanl
On Thu, 8 Jun 2023 21:38:02 GMT, Andy Goryachev wrote: > I am somewhat divided on which version to start with. On one hand, it makes > sense to use last LTS version (or previous, if the current one is also LTS), > so 17. I think we should either start from 9 or 11. Depending on the source,

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

2023-06-08 Thread Andy Goryachev
On Thu, 27 Apr 2023 11:39:24 GMT, Nir Lisker 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: > >

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

2023-06-02 Thread Kevin Rushforth
On Thu, 27 Apr 2023 11:39:24 GMT, Nir Lisker 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: > >

Re: RFR: 8306648: Update the JavaDocs to show the NEW section and DEPRECATED versions

2023-06-02 Thread Kevin Rushforth
On Fri, 21 Apr 2023 13:30:38 GMT, Nir Lisker wrote: > 1. 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. I presume that the > `-since`

Re: RFR: 8306648: Update the JavaDocs to show the NEW section and DEPRECATED versions

2023-05-25 Thread Nir Lisker
On Thu, 27 Apr 2023 09:02:43 GMT, Nir Lisker wrote: >> Notes to reviewers: >> >> 1. 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. I

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

2023-04-27 Thread Nir Lisker
> 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 - Changes: - all:

Re: RFR: 8306648: Update the JavaDocs to show the NEW section and DEPRECATED versions

2023-04-27 Thread Nir Lisker
On Fri, 21 Apr 2023 13:30:38 GMT, Nir Lisker wrote: > 3. Each major release, a new version string will need to be added. This can be solved by reading the major version directly from the properties file, but it would require to script the generation of the string that includes the versions.

Re: RFR: 8306648: Update the JavaDocs to show the NEW section and DEPRECATED versions

2023-04-21 Thread Nir Lisker
On Fri, 21 Apr 2023 13:18:31 GMT, Nir Lisker wrote: > Adds the javadoc commands to generate the NEW page and to be able to select > versions in the DEPRECATED page. Notes to reviewers: 1. The `-since` option does not play well with the javafx one: if documentation was added on a `private`

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

2023-04-21 Thread Nir Lisker
Adds the javadoc commands to generate the NEW page and to be able to select versions in the DEPRECATED page. - Commit messages: - Added 'since' releases for the New and Deprecated pages Changes: https://git.openjdk.org/jfx/pull/1109/files Webrev: