Contact Us 1-800-596-4880

Mule Maven Plugin 4.1.0 Release Notes

The Mule Maven plugin enables you to integrate the packaging and deployment of your Mule applications with your Maven lifecycle.

Mule Maven Plugin 4.1.0 implements all security updates and bug fixes from 4.0.0.

February 6, 2024

What’s New

  • Mule Maven plugin now supports Mule runtime version schema and all associated tags. This incorporation doesn’t break existing CI/CD pipelines.

  • Reported security vulnerabilities are now fixed.

Hardware and Software Requirements

  • Microsoft Windows 10

  • Apple Mac OS X 10.15.0+

  • Linux (tested on Ubuntu 15)

  • Java 8, 11, and 17

  • Maven 3.9

Compatibility

Software Version

Mule runtime engine

4.3 or later

Anypoint Studio

7.x

OpenJDK

11 and 17

Fixed Issues

Issue Resolution ID

disableCloudhubLogs now uses a default value, overriding the value configured if the parameter isn’t present in the POM file.

W-14653854

The error "Could not find imported resource" no longer occurs during the build.

W-14673992

NullPointerException in XSD parsing no longer occurs when a schema defines minVersion/maxVersion.

W-14748090

NullPointerException no longer occurs when deploying to CloudHub 2.0.

W-14853621

The plugin now allows you to configure the Java version and release channel in your CloudHub deployment.

W-14137736

Duplicate validations of the Mule version in Mule Maven plugin no longer occur. Validations are now done by the internal API, allowing you to configure the Java and channel versions when deploying.

W-14137714

See Also