On Mon, 31 Aug 2026 11:12:22 GMT, Alan Bateman <[email protected]> wrote:
> This is the update to make STS a permanent API. `@PreviewFeatures` is dropped > the `@since` tags bumped to 28. Tests are updated to drop `@enablePreview`. > > There are several updates to the API docs. All are local, there no > significant refactoring of the API docs. The first example is moved closer to > the top and several areas of the docs are changed to improve readability. > > Testing: Tier1-3 > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). src/java.base/share/classes/jdk/internal/javac/PreviewFeature.java line 76: > 74: @JEP(number=401, title="Value Classes and Objects", status = > "Preview") > 75: VALUE_OBJECTS, > 76: STRUCTURED_CONCURRENCY, You can remove this constant since [JDK-8379284](https://bugs.openjdk.org/browse/JDK-8379284) fixed the boot JDK dependency issue. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32602#discussion_r3895481827
