RFR: 8331947: Preview creates checkbox for JEP-less preview feature [v3]
    Hannes Wallnöfer 
    hannesw at openjdk.org
       
    Thu May 23 13:59:19 UTC 2024
    
    
  
> 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`.
Hannes Wallnöfer has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains three commits:
 - Merge branch 'master' of https://git.openjdk.org/jdk into JDK-8331947
 - Only include preview features with a JEP
 - JDK-8331947: Preview creates checkbox for JEP-less preview feature
-------------
Changes: https://git.openjdk.org/jdk/pull/19344/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=19344&range=02
  Stats: 91 lines in 8 files changed: 41 ins; 11 del; 39 mod
  Patch: https://git.openjdk.org/jdk/pull/19344.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/19344/head:pull/19344
PR: https://git.openjdk.org/jdk/pull/19344
    
    
More information about the javadoc-dev
mailing list