RFR: JDK-8285497: Add system property for Java SE specification maintenance version [v8]

Joe Darcy darcy at openjdk.java.net
Thu May 5 22:28:47 UTC 2022


> Add a new system property, java.specification.maintenance.version, to return the maintenance release number of the Java SE specification being implemented. The property is unset, optional in the terminology of System.getProperties, for an initial release of a specification.
> 
> Please also review the CSR https://bugs.openjdk.java.net/browse/JDK-8285764
> 
> I'll update copyright years before an integration.

Joe Darcy has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 14 additional commits since the last revision:

 - Respond to review feedback and update copyrights.
 - Merge branch 'master' into JDK-8285497
 - Respond to mbreinhold review feedback.
 - Merge branch 'master' into JDK-8285497
 - Update wording to address review feedback.
 - Merge branch 'master' into JDK-8285497
 - Change punctuation from review feedback.
 - Respond to review feedback; make sequence of values explicit.
 - Respond to review feedback.
 - Respond to review feedback.
 - ... and 4 more: https://git.openjdk.java.net/jdk/compare/796f256f...28ff456b

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/8437/files
  - new: https://git.openjdk.java.net/jdk/pull/8437/files/7b7720cf..28ff456b

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=8437&range=07
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=8437&range=06-07

  Stats: 1430 lines in 53 files changed: 600 ins; 493 del; 337 mod
  Patch: https://git.openjdk.java.net/jdk/pull/8437.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/8437/head:pull/8437

PR: https://git.openjdk.java.net/jdk/pull/8437


More information about the core-libs-dev mailing list