Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8180864

Add SourceVersion.RELEASE_10

    XMLWordPrintable

Details

    • CSR
    • Status: Closed
    • P4
    • Resolution: Approved
    • 10
    • core-libs
    • None
    • minimal
    • Adding an enum constant as the new last enum.
    • SE

    Description

      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;

      Attachments

        Issue Links

          Activity

            People

              darcy Joe Darcy
              darcy Joe Darcy
              Jonathan Gibbons
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: