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

Jaikiran Pai jpai at openjdk.java.net
Fri Apr 29 01:42:41 UTC 2022


On Fri, 29 Apr 2022 01:20:17 GMT, Joe Darcy <darcy at openjdk.org> wrote:

>> 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 incrementally with one additional commit since the last revision:
> 
>   Change punctuation from review feedback.

Thank you for the updates, Joe. Looks good to me.

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

Marked as reviewed by jpai (Committer).

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


More information about the core-libs-dev mailing list