RFR: JDK-8285764: Add system property for Java SE specification maintenance version

Joe Darcy darcy at openjdk.java.net
Wed Apr 27 22:53:03 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.

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

Commit messages:
 - Update comment in template.
 - JDK-8285497: Add system property for Java SE specification maintenance version

Changes: https://git.openjdk.java.net/jdk/pull/8437/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=8437&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8285764
  Stats: 7 lines in 2 files changed: 7 ins; 0 del; 0 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