JDK-8234055 : Update javax.lang.model for switch expressions
  • Type: CSR
  • Component: core-libs
  • Sub-Component: javax.lang.model
  • Priority: P4
  • Status: Closed
  • Resolution: Approved
  • Fix Versions: 14
  • Submitted: 2019-11-12
  • Updated: 2019-11-13
  • Resolved: 2019-11-13
Related Reports
CSR :  
Description
Summary
-------

Update informative description of `SourceVersion.RELEASE_14` to mention switch expressions.

Problem
-------

The summary of the new features in the release is out of date.

Solution
--------

Update the feature list of the release to include switch expressions.

Specification
-------------

         /**
          * The version recognized by the Java Platform, Standard Edition
          * 14.
          *
    +     * Additions in this release include switch expressions.
    +     *
          * @since 14
          */
          RELEASE_14;


Comments
Moving to Approved.
13-11-2019