Flex Gateway新着情報
Governance新着情報
Monitoring API ManagerSupport Category: Select
Guide: Spring Module User Guide
August 29, 2025
Application/Service | Version |
---|---|
Mule |
4.9.4 and later |
OpenJDK |
17 |
Issue Resolution | ID |
---|---|
This release includes general security fixes. |
W-19449097 |
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.
December 4, 2020
Removed local packages that are exported by Mule runtime engine (SPRM-124)
September 15, 2020
Fixed an issue that occurred when running MUnit tests starting with Mule runtime engine version 4.4.0. (MULE-18457)
March 16, 2020
Fixed issue where it was unable to load resources whenever spring:config is in defined both domain and application. (MULE-18139)
November 1, 2019
Spring Module extension model had the wrong suggested libraries versions. (MULE-17695)
July 12, 2019
Upgrade Spring to 5.1.6 and Spring Security to 5.1.5. (MULE-16647)
Add mappings of -current
spring schemas for backward compatability. (MULE-16748)
"DefaultExtensionManager: Registering extension Spring." log entry shows an incorrect version. (MULE-16566)
December 12, 2018
Add support for Spring 5. (MULE-15677)
Get resources using reflection to support Mule 4.1.x. (MULE-16204)
December 11, 2018
Spring Context behavior is broken. (MULE-15523)
July 25, 2018
Set alwaysEnabled
in order to allow a lazy Mule context to initialize the security manager. (MULE-15171)
Include all essential Spring dependencies as required. (MULE-15439)
May 11, 2018
Review security configuration options. (MULE-14711)
January 30, 2018
Define UUID on all serializable classes. (MULE-13670)