Azul Prime MXBeans Release Notes
These release notes describe new features and updates in releases of Azul Prime MXBeans (MXBeans).
Latest MXBeans version: 1.0.0
Release Date: July 22, 2026
New Features and Updates
MXBeans 1.0.0
-
MXBeans has been moved from the internal Zing file structure to the central Maven repository. You can now add Zing MXBeans to your project structure by adding MXBeans to your project’s pom.xml file, using the following entry:
<dependency> <groupId>com.azul.zing.management</groupId> <artifactId>zing-mxbeans-api</artifactId> <version>${mxbeans.version}</version> </dependency> -
The published artifact is named
zing-mxbeans-api. Earlier internal builds used the namezingmxbeans-api. -
CompilationMXBeanhas been extended with two methods for Cloud Native Compiler:-
getCNCTelemetryJson()returns a limited-size time series of metrics describing Cloud Native Compiler operation, in JSON format. -
toggleLocalCompilation(boolean enabled)enables or disables the local compilation queue.
-
-
getCompilationMXBean()has moved to the API project. -
Sources and javadoc archives are now published alongside the library.
-
MXBeans is now licensed under the MIT license.