Contact Us 1-800-596-4880

Anypoint Studio 7.17.0 Release Notes

Anypoint Studio is an Eclipse-based integration development environment for designing and testing Mule applications.

March 20, 2024

What’s New

  • Studio 7.17.0 now supports Java 17

    Your projects in Studio can now use Java 17. Update your projects with the latest compatible dependencies, choose a different JVM for them, and learn more about MuleSoft Java 17 support.

  • Mule runtime, Maven, and Eclipse are updated

    Work with the latest version of Mule runtime (4.6), which is also compatible with Java 17, and benefit from Studio improvement in performance and stability with Maven 3.9.6 and Eclipse 4.28.

Compatibility

Components Bundled with This Release

Product Version

Mule runtime engine

4.6.1

DataWeave

2.6.0

MUnit

3.0.0

MUnit Studio Plugin

2.7.11

Mule Maven Plugin

4.0.0

Eclipse

4.28

Maven

3.9.6

Adoptium Eclipse Temurin OpenJDK

JDK 8 (8u402b06)

JDK 17 (17.0.10+7)

  • This version of Studio requires Java 17.

  • JDK 17 starts and runs Studio.

  • JDK 8 is the default JRE for running Mule projects and the Mule runtime instance used for tooling.

This version of Studio is bundled with newer versions of Apache Maven and Mule Maven Plugin. It is not backward compatible with Apache Maven 3.8 or earlier, or Mule Maven Plugin 3.8.7 or earlier. Use your own Maven if you need an earlier version.

Mule Runtime Engine Compatibility

Applications developed in Studio 7.17.0 are compatible with the following Mule runtime engine versions:

Mule Runtime Engine Version Compatible

Mule runtime engine 3.8.x

No*

Mule runtime engine 3.9.x

No**

Mule runtime engine 4.1.x

Yes*

Mule runtime engine 4.2.x

Yes*

Mule runtime engine 4.3.x

Yes**

Mule runtime engine 4.4.x

Yes

Mule runtime engine 4.5.x

Yes

Mule runtime engine 4.6.x

Yes***

* This Mule runtime version reached End of Life.
** This Mule runtime version has entered Extended Support.
*** This version is bundled in Studio.

UI Compatibility with Application Deployment Targets

Studio 7.17.0 offers a graphical interface to deploy Mule 4 applications to the following application deployment targets:

Application Deployment Target Compatible

CloudHub

Yes

On-premises Mule runtime engine instances

Yes

Runtime Fabric

No

You can deploy to Runtime Fabric by exporting your application in Studio and deploying it separately.

Compatibility with Anypoint Platform Installation Options

Studio 7.17.0 integrates with components of the following platforms:

Anypoint Platform Installation Compatible

US Cloud

Yes

EU Cloud

Yes

MuleSoft Government Cloud

Yes

Anypoint Platform Private Cloud Edition (Anypoint Platform PCE)

Yes

Studio 7.17.0 can connect only to Anypoint Platform PCE 3.1.x and 3.2.x.

See configure Private Cloud Edition in Studio for more information.

Workspace Upgrade Requirements

Anypoint Studio enables you to create and organize projects in workspaces. When you first open Studio, it automatically generates a default workspace to store all your projects. Your Mule application projects might not be fully compatible with workspaces of a different version of Studio.

Projects created with Studio 6.x.x are not compatible with Studio 7 because they are Mule 3 projects.

See Update Workspaces for more information.

Hardware Requirements

  • 8GB of memory

    MuleSoft recommends a minimum of 4GB of free RAM available on a developer workstation. As applications become complex, consider adding more RAM.

  • 2GHz CPU

  • 10GB free hard drive space

Software Requirements

Studio is compatible with the following operating systems and their standard configuration. Using Studio on configurations outside of the supported operating systems can result in unexpected behaviors.

  • Operating Systems

    • macOS 12 through 14

    • Windows 10, Windows 11 (64-bit)*

    • RHEL 9*

    • Ubuntu 18.04 or later LTS

*Windows 11 and RHEL support is based on the Eclipse support matrix. Learn more about Eclipse target environments.

Running real-time antivirus protection software on your operating system might have a negative impact on Anypoint Studio performance. Although this issue is prominent on Windows, it also occurs on Linux and macOS.

The steps to solve these performance issues vary depending on your antivirus software. A typical solution is to either allow or exclude the Anypoint Studio and Java executables, the Studio install and workspace filesystem locations, or some combination of both. See examples of solutions for Trellix Endpoint Security Threat Prevention, Windows Security, and Broadcom Endpoint Protection.

Fixed Issues

Issue Resolution ID

The Studio splash image is no longer displayed upside down.

Eclipse Bug: #772

APIs can now be published to Exchange for PCE/MuleSoft Government Cloud environments.

W-14547281

Studio no longer creates the module folder after a macOS update to avoid startup failures.

W-14547389

Studio third-party dependency JAR files are now correctly signed to avoid inappropriate warnings.

W-13216403

Escaped properties no longer remain unescaped when opening the Mule Properties view.

W-12763083

SSO redirections no longer show a blank page in the Studio built-in browser.

W-12489261

Known Issues

Known Issue ID

The Context help wizard is not styled correctly in the dark theme.

Eclipse Bug: #532184

Studio does not support scaffolding API specs that reference OAS or JSON schema fragments imported from Exchange as project dependencies.

W-14455756

See Also