RFR: 8357404: jpackage should attempt to get a package version from the JDK's release file if the --version option is not specified [v14]
Alexander Matveev
almatvee at openjdk.org
Wed Feb 25 11:12:45 UTC 2026
On Thu, 19 Feb 2026 23:25:41 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:
>> - Version will be read from JDK's release file if not provided via `--version` for runtime installer.
>> - Added test to cover added functionality.
>> - On macOS and Windows version from JDK's release file will be normalized if it does not fit platform requirements.
>
> Alexander Matveev has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 15 commits:
>
> - Merge remote-tracking branch 'upstream/master' into JDK-8357404
> - 8357404: jpackage should attempt to get a package version from the JDK's release file if the --version option is not specified [v11]
> - 8357404: jpackage should attempt to get a package version from the JDK's release file if the --version option is not specified [v10]
> - Merge remote-tracking branch 'upstream/master' into JDK-8357404
> - 8357404: jpackage should attempt to get a package version from the JDK's release file if the --version option is not specified [v9]
> - 8357404: jpackage should attempt to get a package version from the JDK's release file if the --version option is not specified [v8]
> - 8357404: jpackage should attempt to get a package version from the JDK's release file if the --version option is not specified [v7]
> - Merge remote-tracking branch 'upstream/master' into JDK-8357404
> - 8357404: jpackage should attempt to get a package version from the JDK's release file if the --version option is not specified [v6]
> - merge with upstream
> - ... and 5 more: https://git.openjdk.org/jdk/compare/ff1c42f1...1bca2865
8357404: jpackage should attempt to get a package version from the JDK's release file if the --version option is not specified [v12]
- Rework `RuntimePackageTest` to improve test coverage.
- Minor code/comments cleanup.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/29260#issuecomment-3955270410
More information about the core-libs-dev
mailing list