Visit Azul.com Support

Azul Prime MXBeans Release Notes

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

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>