-
Enhancement
-
Resolution: Fixed
-
P3
-
17
-
b26
It would be good to generate a summary page for recent new API, perhaps filtered according to values of `@since`.
Generating the page should be relatively easy. Deciding on the contents may beholder. First, note that the value `@since` has no defined semantics: we use a simple version number; other people might use a longer dotted number, others might use a date.
One possible would be a command line option to give a list or regex for the values of `@since` to be included on the page. We might still have trouble (for JDK) deciding between "new since last release" and "new since last LTS release".
A very different solution would be a different doclet (or a variant of the current doclet!) that *just* produces an API page that links into the main docs.
Generating the page should be relatively easy. Deciding on the contents may beholder. First, note that the value `@since` has no defined semantics: we use a simple version number; other people might use a longer dotted number, others might use a date.
One possible would be a command line option to give a list or regex for the values of `@since` to be included on the page. We might still have trouble (for JDK) deciding between "new since last release" and "new since last LTS release".
A very different solution would be a different doclet (or a variant of the current doclet!) that *just* produces an API page that links into the main docs.
- csr for
-
JDK-8265055 Add javadoc options for "recent API" page
- Closed
- duplicates
-
JDK-8233654 index/summary page for elements with recent @since entries
- Closed
- relates to
-
JDK-8274295 Update the javadoc man page to reflect JDK 17 changes
- Resolved
-
JDK-8268422 Find a better way to select releases in "New API" page
- Resolved
(1 links to)