On Fri, 29 Apr 2022 02:00:08 GMT, Iris Clark <i...@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