RFR: 8375240: Make bundling progress messages issued by jpackage consistent across platforms

Alexey Semenyuk asemenyuk at openjdk.org
Wed Jan 14 02:13:11 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 the `CREATE_PACKAGE_FILE` task.
>  - Add `BundleType` to the module. Make it a supertype for the existing `AppImagePackageType` (renamed to `AppImageBundleType`) and `PackageType` interfaces.

@sashamatveev PTAL

-------------

PR Comment: https://git.openjdk.org/jdk/pull/29199#issuecomment-3747348261


More information about the core-libs-dev mailing list