RFR: 8277493: [REDO] Quarantined jpackage apps are labeled as "damaged"
Alexander Matveev
almatvee at openjdk.java.net
Fri May 13 05:06:22 UTC 2022
On Wed, 4 May 2022 03:56:10 GMT, Alexander Matveev <almatvee at 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
More information about the core-libs-dev
mailing list