Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8288924 | 20 | Alexander Matveev | P3 | Resolved | Fixed | b03 |
JDK-8291283 | 19.0.2 | Alexander Matveev | P3 | Resolved | Fixed | b01 |
JDK-8291132 | 19.0.1 | Alexander Matveev | P3 | Resolved | Fixed | b04 |
Description
Currently when we loading .jpackage.xml we will use default values for missing xml elements such as <app-store>. This might be fine in some cases, but in some cases it will break things. For example JDK 18 does not have <app-store> element and if such image is used with JDK 19 to sign it we will use false for <app-store> which will result in incorrect signing if app image was generated with --mac-app-store.
Attachments
Issue Links
- backported by
-
JDK-8288924 Throw exception for missing values in .jpackage.xml
-
- Resolved
-
-
JDK-8291132 Throw exception for missing values in .jpackage.xml
-
- Resolved
-
-
JDK-8291283 Throw exception for missing values in .jpackage.xml
-
- Resolved
-
- relates to
-
JDK-8286850 [macos] Add support for signing user provided app image
-
- Resolved
-
(2 links to)