Flex Gateway新着情報
Governance新着情報
Monitoring API ManagerSupport Category: Select
Guide: Spring Module User Guide
September 17, 2025
| Application/Service | Version |
|---|---|
Mule |
4.9.4 and later |
OpenJDK |
17 |
| Issue Resolution | ID |
|---|---|
Spring Module is now backwards compatible with version 2.0.0 through restored injection fallback mechanism for Mule runtime objects in Spring beans. |
W-19606565 |
Update |
W-19578337 |
August 29, 2025
This version is deprecated. All of the features and fixed issues for this version are in version 2.1.1.
July 30, 2025
Spring Module (and its dependencies) are now compilable and compatible only with Java 17.
To align with modern development practices and ensure continued compatibility with secure and supported libraries, Spring Module is upgraded from Spring 5.x to Spring 6.x.
The structure of the spring:security-manager element is updated to resolve validation issues with the DSL. Previously, delegate-security-providers could be defined directly within spring:security-manager. Now, all spring:delegate-security-provider elements must be wrapped within a new spring:delegate-security-providers element.
Old structure (no longer supported):
<spring:security-manager doc:name="Spring Security Manager">
<spring:delegate-security-provider name="memory-provider" delegate-ref="authenticationManager" />
</spring:security-manager>
New structure (required):
<spring:security-manager doc:name="Spring Security Manager">
<spring:delegate-security-providers>
<spring:delegate-security-provider name="memory-provider" delegate-ref="authenticationManager" />
</spring:delegate-security-providers>
</spring:security-manager>
For more information about how to upgrade the connector to version 2.0, refer to Upgrading and Migrating Spring Module to Version 2.x.
| Application/Service | Version |
|---|---|
Mule |
4.9.4 and later |
OpenJDK |
17 |
March 19, 2025
| Application/Service | Version |
|---|---|
Mule |
4.1.5 and later |
Spring |
4.3.x, 5.0.x, 5.1.x, 5.2.x, 5.3.x |
OpenJDK |
8, 11, and 17 |
| Issue Resolution | ID |
|---|---|
This release includes general security fixes. |
W-17849656 |
May 9, 2024
This release includes only non-user-impacting changes.
| Application/Service | Version |
|---|---|
Mule |
4.1.5 and later |
Spring |
4.3.x, 5.0.x, 5.1.x, 5.2.x, 5.3.x |
OpenJDK |
8, 11, and 17 |
December 13, 2023
This connector is now compatible with Java 17.
| Application/Service | Version |
|---|---|
Mule |
4.1.5 and later |
Spring |
4.3.x, 5.0.x, 5.1.x, 5.2.x, 5.3.x |
OpenJDK |
8, 11, and 17 |
October 31, 2023
| Application/Service | Version |
|---|---|
Mule |
4.1.5 and later |
Spring |
4.3.x, 5.0.x, 5.1.x, 5.2.x, 5.3.x |
| Issue Resolution | ID |
|---|---|
Now logging works fine when defined as a bean. |
W-12785049 |
August 28, 2023
| Application/Service | Version |
|---|---|
Mule |
4.1.5 and later |
Spring |
4.3.x, 5.0.x, 5.1.x, 5.2.x, 5.3.x |
Upgraded spring-security-core to version: 5.8.6 and spring-core to version:5.3.29.
July 21, 2023
| Application/Service | Version |
|---|---|
Mule |
4.1.5 and later |
Spring |
4.3.x, 5.0.x, 5.1.x, 5.2.x, 5.3.x |
Upgraded spring-security-core to version: 5.7.8
September 26, 2022
| Application/Service | Version |
|---|---|
Mule |
4.1.5 and later |
Spring |
4.3.x, 5.0.x, 5.1.x, 5.2.x, 5.3.x |
Upgraded com.google.code.gson to version 2.9.1.
Upgraded org.springframework to version 5.3.22.
Upgraded org.springframework.security to version 5.7.3.