Integrated: 8331947: Preview creates checkbox for JEP-less preview feature

Hannes Wallnöfer hannesw at openjdk.org
Wed Jun 5 12:43:01 UTC 2024


On Wed, 22 May 2024 08:39:12 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:

> Please review a simple patch to exclude preview visitor classes meant to support future preview features from the Preview API page. 
> 
> The test adds an sample element annotated with the new `PreviewFeature.Feature.LANGUAGE_MODEL` constant (which does not have a `@JEP` annotation) to make sure it is not listed in the Preview API page. The test itself does not have to be modified, as it would fail without the change in `PreviewAPIListBuilder.java`.

This pull request has now been integrated.

Changeset: 765ad0e4
Author:    Hannes Wallnöfer <hannesw at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/765ad0e40bc522de4b2821ccc60b9139faf7376f
Stats:     97 lines in 8 files changed: 46 ins; 11 del; 40 mod

8331947: Preview creates checkbox for JEP-less preview feature

Reviewed-by: liach, prappo

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

PR: https://git.openjdk.org/jdk/pull/19344


More information about the javadoc-dev mailing list