RFR: 8375240: Make bundling progress messages issued by jpackage consistent across platforms
Alexander Matveev
almatvee at openjdk.org
Wed Jan 14 03:06:59 UTC 2026
On Tue, 13 Jan 2026 16:55:30 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:
> Replace platform-specific progress messages with shared ones.
>
> Remove explicit log statements from the packagers and make them "before" and "after" actions of pipeline tasks.
>
> Additionally:
> - Unify the deletion of an old bundle between platforms. For this, add a new `DELETE_OLD_PACKAGE_FILE` pipeline task, which is a prerequisite for `CREATE_PACKAGE_FILE`.
> - Add `BundleType` to the model. Make it a supertype for the existing `AppImagePackageType` (renamed to `AppImageBundleType`) and `PackageType` interfaces.
Looks good.
-------------
Marked as reviewed by almatvee (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/29199#pullrequestreview-3658649326
More information about the core-libs-dev
mailing list