SDC 2021.02includes upgraded JREs/JDKs, optimized memory consumption, the ability to notarize apps for compatibility with macOS Big Sur, and support for self-signed certificates.
Included in this release:
- Upgraded JREs/JDKs
- Optimized Memory Consumption
- Support for macOS Big Sur
- Support for Self Signed Certificates
Upgraded JREs/JDKs
Upgrades have been made across the board:
- The SDC Hub now runs on a 64-bit OpenJDK 8
- The Admin Console now runs on OpenJDK 11
- Installers on Windows and macOS will bundle OpenJDK 11
On Linux, a JRE cannot be bundled, but you can use the -forcejredownload
flag when running the installer to have one downloaded from the SDC hub. Note that the access policy must have the Download dynamically if needed
flag specified.
Optimized Memory Consumption
Occasionally, perfectly valid MyEclipse promotions could fail with spurious resolution errors due to sub-optimal memory use—this is now fixed.
Support for macOS Big Sur
The macOS signing agent can now optionally notarize apps—you will need to fill in additional details when enabling signing. Please see our documentation for details.