Integrated: 8293462: [macos] app image signature invalid when creating DMG or PKG from post processed signed image
Alexander Matveev
almatvee at openjdk.org
Mon Sep 26 22:52:31 UTC 2022
On Fri, 16 Sep 2022 22:55:52 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:
> Problem is that [JDK-8286850](https://bugs.openjdk.org/browse/JDK-8286850) never set correct value in .jpackage.xml to mark image as signed. [JDK-8289030](https://bugs.openjdk.org/browse/JDK-8289030) reads this value to check if we can add per-user and system wide configuration to packaged app. Fixed by setting correct value in .jpackage.xml when we signing predefine application image.
>
> Added tests to cover this case and added check for values inside .jpackage.xml to validate signed and Mac App Store values.
This pull request has now been integrated.
Changeset: 1e222bcc
Author: Alexander Matveev <almatvee at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/1e222bccd3807c1be0d1d824e0ff9745751d8375
Stats: 423 lines in 12 files changed: 356 ins; 19 del; 48 mod
8293462: [macos] app image signature invalid when creating DMG or PKG from post processed signed image
Reviewed-by: asemenyuk
-------------
PR: https://git.openjdk.org/jdk/pull/10316
More information about the core-libs-dev
mailing list