[jdk17u-dev] RFR: 8285497: Add system property for Java SE specification maintenance version
Andrew John Hughes
andrew at openjdk.org
Thu Jun 27 13:38:17 UTC 2024
On Mon, 17 Jun 2024 20:39:20 GMT, Justin Lu <jlu at openjdk.org> wrote:
> Please review this PR which is a backport of https://github.com/openjdk/jdk17u-ri/commit/c2c9e7fb8c857e40bc43b4053c2633825d4fb68e
> This change adds the `"java.specification.maintenance.version"` system property with a value of 1.
> Associated GHA run: https://github.com/justin-curtis-lu/jdk17u-dev/actions/runs/9553139534
The copyright header changes are a bit odd, because `java/lang/System.java` is bumped to 2022 but `java/lang/VersionProps.java.template` is bumped to 2024. However, I think this is because the former matches the original 19u patch (as does `PolicyFile.java` which doesn't need bumping here as it's already 2023), while the `VersionProps.java.template` is a new change unique to 17 as it sets us to MR1.
So ok with me.
-------------
Marked as reviewed by andrew (Reviewer).
PR Review: https://git.openjdk.org/jdk17u-dev/pull/2598#pullrequestreview-2145404116
More information about the jdk-updates-dev
mailing list