Secure Delivery Center 2021.02 is here with a number of exciting updates. For starters, you’ll get upgraded JREs and JDKs. Also included in this release: optimized memory consumption, the ability to notarize apps for compatibility with macOS Big Sur, and support for self-signed certificates. Read on for the details!
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. Refer to Configuring Signing Certificates for more information.
Support for Self Signed Certificates
You can now upload a custom cacerts file from your already configured JVM to allow your self signed certificates to be trusted by Java. This can be done at the system and package levels.