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 |
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.
- 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-8227529 With malformed --app-image the error messages are awful
-
- Resolved
-
-
JDK-8284973 jpackage throws NPE if it can't figure out package name from app image
-
- Closed
-
-
JDK-8286850 [macos] Add support for signing user provided app image
-
- Resolved
-
(1 relates to, 3 links to)