| JDK 19 | JDK 20 |
|---|---|
| 19 b28Fixed | 20Fixed |
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
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.
|