The minor version.
-
even numbers indicate a PSU release
-
odd numbers indicate a CPU release
This section explains the naming convention and versioning schemes for Azul Zulu binary packages.
For historical reasons, Azul Zulu releases use different versioning schemes for different major versions. For Azul Zulu 8 and earlier, the version consists of 4 numbers: XX.YY.0.BB, the third number is always "0". For Azul Zulu 11 and later, the version consists of 3 numbers: XX.YY.BB.
|
Note
|
Up to and including the July 2026 release, the release version was defined by the major and minor version (first two numbers, XX.YY). Since the August 2026 release, the minor version advances only at a quarterly update release. A quarterly update release and the CSPUs that follow it in the same quarter therefore share one XX.YY, and are told apart by the build number (BB). The build number is part of the version rather than metadata: zulu25.35.214 is a complete version.
|
Starting with the August 2026 release, Azul publishes monthly Critical Security Patch Updates (CSPUs) in between the quarterly update releases, aligned with the OpenJDK releases. A CSPU keeps the major and minor version (XX.YY) of the quarterly update release it is based on, and is identified by its build number (BB). Both the CPU-based and the PSU-based release line of that quarter receive a CSPU.
As of April 2021 release, the Azul Zulu versions use the following scheme:
| Azul Zulu Major Version | Full Version Format |
|---|---|
8 and earlier |
|
11 and later |
|
The following table explains the meaning of XX, YY, and BB.
|
The major version. |
||
|
The minor version.
|
||
|
The build number.
Starting with the August 2026 release, the remaining build numbers are grouped in blocks of one hundred. The block a build number falls in identifies which update release of the quarter the bundle belongs to, and the blocks apply identically to the CPU and the PSU line:
Build numbers below
|
8.54.0.21 - Azul Zulu 8, a CA bundle of a regular CPU release
8.54.0.22 - Azul Zulu 8, a SA bundle of a regular PSU release
8.54.0.56 - Azul Zulu 8, an SA bundle of a PSU-based bundled patch release (BPR)
8.54.0.1018 - Azul Zulu 8, an SA fix verification bundle (FVB) for a PSU release
11.48.22 - Azul Zulu 11, an SA bundle of a regular PSU release
13.39.15 - Azul Zulu 13, an NV bundle of a regular CPU release
15.32.54 - Azul Zulu 15, an SA bundle of a PSU-based bundled patch release (BPR)
11.48.1004 - Azul Zulu 11, an SA fix verification bundle (FVB) for a PSU release
8.95.0.204 - Azul Zulu 8, an SA bundle of the first CSPU based on the July 2026 CPU release
8.96.0.205 - Azul Zulu 8, a CA bundle of the first CSPU based on the July 2026 PSU release
8.96.0.206 - Azul Zulu 8, an SA bundle of the first CSPU based on the July 2026 PSU release
11.90.206 - Azul Zulu 11, an SA bundle of the first CSPU based on the July 2026 PSU release
25.35.252 - Azul Zulu 25, an SA bundle of a BPR of the first CSPU based on the July 2026 CPU release
Azul Zulu uses a naming convention that encodes relevant information about a bundle into the bundle name. For example:
zulu15.31.14-sa-jre15.0.2.0.101-linux_musl_x64.tar.gz
The following table details most common components that make up a name of downloadable Azul Zulu package.
| Bundle name part | Description |
|---|---|
zulu15.29.14-sa-jdk15.0.2-linux_x64.tar.gz |
Azul Zulu Version. See Versioning Scheme for details. |
zulu15.29.14-sa-jdk15.0.2-linux_x64.tar.gz |
Distribution type (SA, CA, NV):
|
zulu15.29.14-sa-jdk15.0.2-linux_x64.tar.gz |
Java functionality included in the bundle:
|
zulu15.29.14-sa-jdk15.0.2-linux_x64.tar.gz |
Java update version |
zulu15.29.14-sa-jdk15.0.2-linux_x64.tar.gz |
OS family: |
zulu15.29.14-sa-jdk15.0.2-linux_x64.tar.gz |
CPU architecture: |
|
Note
|
Please note that Azul does not build bundles for all possible combinations of the values provided in the table above. Rather, you can use this table to understand what is included in a specific bundle. |
There are additional optional suffixes that may appear in the name of a bundle. For example:
zulu8.54.0.22-sa-cp2-embvm-jre8.0.292-c2-linux_ppc64.tar.gz
Below is a description of the additional suffixes:
| Suffix | Description |
|---|---|
|
Early Access bundles. Both SA and CA distributions may contain Early Access builds noted with |
|
The bundle is built with the |
|
One of the Java SE Embedded Compact profiles. Read more about compact profiles at https://foojay.io/pedia/compactprofiles/. |
|
Used only with bundles for the ARM 32-bit architecture. Indicates that the bundle contains both Client and Server HotSpot JIT compilers. ARM 32-bit architecture bundles that don’t have this suffix, contain only the Client compilers. |
|
Bundles with the checkpoint/restore functionality. |
|
Bundles with the CRaM (Checkpoint / Restore at Main) functionality. |
|
Bundles with the CRaC (Coordinated Restore at Checkpoint) functionality. |
|
Bundles compiled with the GCC 9 toolchain. |