-
CSR
-
Resolution: Approved
-
P4
-
None
-
source
-
minimal
-
Java API
-
SE
Summary
Add a new enum constant RELEASE_19
to javax.lang.model.SourceVersion
for the JDK 19 release and update the FooVisitor14 visitors to cover release 19 as well.
Problem
The SourceVersion
enum needs an enum constant for each release being modeled.
Solution
Append the enum constant RELEASE_19
and update the visitor text and supported source version annotations to cover from RELEASE_14 to RELEASE_19.
Specification
- csr of
-
JDK-8277511 Add SourceVersion.RELEASE_19
-
- Resolved
-
- relates to
-
JDK-8286096 Add SourceVersion.RELEASE_20
-
- Closed
-