Integrated: 8371440: jpackage should exit with an error if it finds multiple matching signing certificates

Alexey Semenyuk asemenyuk at openjdk.org
Thu Nov 20 01:32:56 UTC 2025


On Wed, 19 Nov 2025 23:46:36 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:

> jpackage will exit with an error if the value of the `--mac-signing-key-user-name` option matches multiple certificates of the same type (app image or installer).
> 
> Previously, jpackage would emit an error that multiple certificates match the value of the `--mac-signing-key-user-name` option, pick the first matching certificate, and keep going.

This pull request has now been integrated.

Changeset: 2acd8776
Author:    Alexey Semenyuk <asemenyuk at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/2acd8776f26686a93708eb9fc408ff4e2bbe287c
Stats:     36 lines in 3 files changed: 16 ins; 7 del; 13 mod

8371440: jpackage should exit with an error if it finds multiple matching signing certificates

Reviewed-by: almatvee

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

PR: https://git.openjdk.org/jdk/pull/28405


More information about the core-libs-dev mailing list