RFR: 8342576: [macos] AppContentTest still fails after JDK-8341443 for same reason on older macOS versions

Alexey Semenyuk asemenyuk at openjdk.org
Sat May 3 20:37:54 UTC 2025


On Sat, 3 May 2025 15:51:39 GMT, Michael Hall <mik3hall at gmail.com> wrote:

> After creating the app image we put additional content in it under Resources. That probably affects the integrity? of the whole stuff

Right, if you modify the app image, you need to resign it. I'm glad you figured out a workaround. But ideally, you should be able to pass additional content to jpackage with `--app-content`, and it should produce a notarizable signed app image without extra steps on the user's side. Unfortunately, it doesn't.

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

PR Comment: https://git.openjdk.org/jdk/pull/21698#issuecomment-2848798298


More information about the core-libs-dev mailing list