On Fri, 31 Oct 2025 16:51:45 GMT, Alexey Semenyuk <[email protected]> wrote:
> - Fix MacPackagingPipeline. > - Fix AppImageSigner: this is the follow-up for MacPackagingPipeline fix. > Without fixing AppImageSigner AppImagePackageTest.testEmpty test fails. It > happened that the test passed because jpackage wrongly created the plist file > for the embedded runtime in the case of the predefined app image. The test > passed because of the bug in jpackage fixed in this PR. > - Add test cases for predefined app image packaging to the > CustomInfoPListTest test. They had been failing before MacPackagingPipeline > was fixed. > > Supplementary changes: > - Get rid of duplicated `createInputRuntimeImage()` and > `createRuntimeBundle()` functions. > - Improve `MacHelper.writeFaPListFragment()` to work with a predefined app > image. > - Add optional tracing to the packaging pipeline (turned off by default, > must edit static fields to enable in custom builds). > - PListReader: add find methods that return an Optional instead of throwing > an exception when the requested key is not found; update unit tests. This pull request has now been integrated. Changeset: 7c900da1 Author: Alexey Semenyuk <[email protected]> URL: https://git.openjdk.org/jdk/commit/7c900da1985c9508198ea7805e4955da4a7cac42 Stats: 626 lines in 13 files changed: 378 ins; 118 del; 130 mod 8371076: jpackage will wrongly overwrite the plist file in the embedded runtime when executed with the "--app-image" option Reviewed-by: almatvee ------------- PR: https://git.openjdk.org/jdk/pull/28089
