Visit Azul.com Support

22.08.201.0

Need help?
Schedule a consultation with an Azul performance expert.
Contact Us

22.08.201.0

Release Notes PDF

Release date: January 9, 2023

This release is based on Azul Prime 22.08.200.0 and corresponds to the following OpenJDK versions:

Major Version OpenJDK Version

8

1.8.0_352-b01

11

11.0.17+8

13

13.0.13+5

15

15.0.9+5

17

17.0.5+8

What’s New

  • Internal bug fixes.

  • Backport issue ZULU-39745 - Support custom security providers in Azul Zing builds of JDK17.

    The Java launcher can be updated to easily configure and enable custom security providers:

    1. Add a new java launcher option:

      --custom-providers=<custom_provider_name>(,<custom_provider_name>)

    2. Zing JDK will read custom provider configuration from the file located in the $JAVA_HOME/conf/<custom_provider_name>.properties

      Example of the configuration file:

       
      # Add name custom provider jar --module-path=<custom_provider_jar> # The following properties are required to access JDK internal classes from the custom provider --add-exports=java.base/<package>=<custom_provider_module_name> --add-opens=java.base/<package>=<custom_provider_module_name> # The following option allows to access classes from non-modular 3rd party libraries --add-reads=<custom_provider_module_name>=ALL-UNNAMED # The following option reads custom security properties -Djava.security.properties=<security_property_file>

      Zing JDK will read <custom_provider_jar> and <security_property_file> from the $JAVA_HOME/conf/<custom_provider_name> directory.

Known Issues

  • There are no new issues to report in this release.

Resolved Issues

Issue ID Description

ZVM-25602

Fix JTReg11 startup failure post October 2022 PSU update.