JDK-8235497 : Add SourceVersion.RELEASE_15
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: javax.lang.model
  • Affected Version: 15
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-12-06
  • Updated: 2020-05-21
  • Resolved: 2019-12-12
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 15
15 b01Fixed
Related Reports
CSR :  
Relates :  
Relates :  
Description
New release, time for a new release constant in SourceVersion.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/27d52615ba1b User: jwilhelm Date: 2019-12-12 17:46:12 +0000
12-12-2019

Review thread: https://mail.openjdk.java.net/pipermail/compiler-dev/2019-December/014038.html
07-12-2019

Short script to update the annotation: for i in "*14.java"; do sed -i s/"SupportedSourceVersion(RELEASE_14)"/"SupportedSourceVersion(RELEASE_15)"/ $i; done
06-12-2019