RFR: JDK-8285764: Add system property for Java SE specification maintenance version
Jaikiran Pai
jpai at openjdk.java.net
Thu Apr 28 10:27:43 UTC 2022
On Wed, 27 Apr 2022 22:27:34 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.
Hello Joe, should the property description have a note stating what kind of a value this property holds, if at all present? Would it be free form text or an integer value?
-------------
PR: https://git.openjdk.java.net/jdk/pull/8437
More information about the core-libs-dev
mailing list