RFR: 8357404: jpackage should attempt to get a package version from the JDK's release file if the --version option is not specified [v8]
Alexander Matveev
almatvee at openjdk.org
Thu Feb 5 02:55:27 UTC 2026
On Thu, 5 Feb 2026 01:13:53 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 incrementally with one additional commit since the last revision:
>
> 8357404: jpackage should attempt to get a package version from the JDK's release file if the --version option is not specified [v7]
8357404: jpackage should attempt to get a package version from the JDK's release file if the --version option is not specified [v8]
- Removed Linux "17.21.3+foo" case, since it will not be read by `RuntimeVersionReader`.
- Fixed `NoMPathRuntimeTest` for same reason as `ModulePathTest3`.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/29260#issuecomment-3850783132
More information about the core-libs-dev
mailing list