JDK-8277511 : Add SourceVersion.RELEASE_19
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: javax.lang.model
  • Affected Version: 19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-11-22
  • Updated: 2022-05-02
  • Resolved: 2021-12-09
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 19
19 b01Fixed
Related Reports
CSR :  
Relates :  
Relates :  
Description
New release, time for a new release constant in SourceVersion.
Comments
Changeset: 09831e7a Author: Joe Darcy <darcy@openjdk.org> Committer: Jesper Wilhelmsson <jwilhelm@openjdk.org> Date: 2021-12-09 17:01:59 +0000 URL: https://git.openjdk.java.net/jdk/commit/09831e7aa47ebe41eab2f3014ebbacf338097ef6
09-12-2021

Short script to update the annotation for the utility visitors: for i in "*14.java"; do sed -i s/"SupportedSourceVersion(RELEASE_18)"/"SupportedSourceVersion(RELEASE_19)"/ $i; done
22-11-2021