RFR: JDK-8285497: Add system property for Java SE specification maintenance version [v5]
Joe Darcy
darcy at openjdk.java.net
Fri Apr 29 02:49:36 UTC 2022
On Fri, 29 Apr 2022 02:00:08 GMT, Iris Clark <iris at openjdk.org> wrote:
>> Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Change punctuation from review feedback.
>
> src/java.base/share/classes/java/lang/VersionProps.java.template line 113:
>
>> 111: props.put("java.specification.version", VERSION_SPECIFICATION);
>> 112:
>> 113: // Uncomment next props.put call after the first maintenance release for a
>
> Is "after" correct? I think this value should be set to the target MR at the beginning of RI development for the release, similar to what is done for other version identification system properties.
Well, sure -- this versioning info should be updated in the same way we update versions for all the early access builds of a release.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8437
More information about the core-libs-dev
mailing list