-
CSR
-
Resolution: Approved
-
P4
-
None
-
minimal
-
Adding an enum constant as the new last enum.
-
SE
Summary
Add the constant RELEASE_10
to the SourceVersion
enum
.
Problem
With a new release, a matching new SourceVersion
constant is needed.
Solution
Add the new constant.
Specification
- RELEASE_9;
+ RELEASE_9,
+
+ /**
+ * The version recognized by the Java Platform, Standard Edition
+ * 10.
+ *
+ * @since 10
+ */
+ RELEASE_10;
- csr of
-
JDK-8028544 Add SourceVersion.RELEASE_10
-
- Resolved
-
- relates to
-
JDK-8193351 Add SourceVersion.RELEASE_11
-
- Closed
-