Open bhou opened 5 years ago
This would take longer than expected, as Apple's new Notarization process requires the app signs all included binaries. However, JDK8 does not compliant with the new Apple signing methods, the Notarization process complains the bundled JDK8 binaries, (built with a SDK version lower than 10.9)
Two solutions:
The JDK8 built with Xcode 10 is not stable, I met several crashes when running jobs with it. The code signing & notarization automation process is done. However, the JDK8 issue is still a blocker. Move this issue to release 0.10.0 with better tests on JDK 11 and all supported execution engines.
Related to #61, this issue is specific for macOS