On Wed, 4 May 2022 03:56:10 GMT, Alexander Matveev <almat...@openjdk.org> wrote:

> - No changes to code provided by original fix.
>  - Added ad hoc signing on macOS aarch64, since macOS aarch64 cannot execute 
> unsigned code and code should be at least ad hoc signed.
>  - Signing of app bundle produced by AppContentTest.java fails, since it has 
> invalid app bundle structure with added files into Content folder. Thus test 
> is executed but failure is always expected on macOS aarch64.

8277493: [REDO] Quarantined jpackage apps are labeled as "damaged" [v2]
 - Modified test to use Parameter instead of Parameters
 - Combined unsignAppBundle(), signAppBundle() and signAdHocAppBundle() into 
one function to reduce code duplication. Calling signAppBundle() without any 
identity will result in just unsigning app.

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

PR: https://git.openjdk.java.net/jdk/pull/8527

Reply via email to