On Sat, 3 May 2025 20:56:00 GMT, Alexey Semenyuk <asemen...@openjdk.org> wrote:
> jpackage doesn't produce a notarizable app image if --app-content is used. > Filed [JDK-8356117](https://bugs.openjdk.org/browse/JDK-8356117) Actually, this is a regression as it worked in JDK23 where we just used it recently https://github.com/JabRef/jabref/blob/6d0d78716893cc09577a957d111d62ba2dfbefd0/.github/workflows/deployment-arm64.yml#L115-L126 Just changing from 23 to 24 led to this error as reported by @koppor earlier in this thread https://github.com/openjdk/jdk/pull/21698#issuecomment-2838481133 The binaries of the release were successfully notarized both on macOS13 and macOS14 (About dialog of JabRef shows the jdk version used as well, 23.0.1) https://github.com/JabRef/jabref/releases/tag/v6.0-alpha2 ------------- PR Comment: https://git.openjdk.org/jdk/pull/21698#issuecomment-2848810724