Flex Gateway新着情報
Governance新着情報
Monitoring API ManagerDecember 18, 2025
| Application/Service | Version |
|---|---|
Mule |
4.9.4 and later |
OpenJDK |
17 |
| Issue Resolution | ID |
|---|---|
The |
W-20593403 |
October 29, 2025
| Application/Service | Version |
|---|---|
Mule |
4.9.4 and later |
OpenJDK |
17 |
| Issue Resolution | ID |
|---|---|
The |
W-19605039 |
September 9, 2025
| Application/Service | Version |
|---|---|
Mule |
4.9.4 and later |
OpenJDK |
17 |
| Issue Resolution | ID |
|---|---|
The Spring framework is upgraded to version 6.2.10 to address the |
W-19578317 |
August 5, 2025
| Application/Service | Version |
|---|---|
Mule |
4.9.4 and later |
OpenJDK |
17 |
| Issue Resolution | ID |
|---|---|
Java Module no longer exhibits incorrect behavior when used in a shared domain configuration with multiple applications that contain Java classes with the same fully qualified name (FQN). Java Module incorrectly cached classloading results across applications, resulting in method invocations resolving to the wrong application’s class. Now, the caching logic includes context classloader or application identity as part of the cache key. |
W-18492205 |
June 30, 2025
Java 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, Java Module is upgraded from Spring 5.x to Spring 6.x.
For more information about how to upgrade the connector to version 2.0, refer to Java Module のバージョン 2.x へのアップグレードおよび移行.
| Application/Service | Version |
|---|---|
Mule |
4.9.4 and later |
OpenJDK |
17 |
October 29, 2025
| Application/Service | Version |
|---|---|
Mule |
4.1.1 and later |
OpenJDK |
8, 11, and 17 |
| Issue Resolution | ID |
|---|---|
The |
W-19605039 |
August 4, 2025
| Application/Service | Version |
|---|---|
Mule |
4.1.1 and later |
OpenJDK |
8, 11, and 17 |
| Issue Resolution | ID |
|---|---|
Java Module no longer exhibits incorrect behavior when used in a shared domain configuration with multiple applications that contain Java classes with the same fully qualified name (FQN). Java Module incorrectly cached classloading results across applications, resulting in method invocations resolving to the wrong application’s class. Now, the caching logic includes context classloader or application identity as part of the cache key. |
W-18492205 |
March 21, 2025
| Application/Service | Version |
|---|---|
Mule |
4.1.1 and later |
OpenJDK |
8, 11, and 17 |
| Issue Resolution | ID |
|---|---|
Java Module now contains patched Spring 5.x to fix security vulnerabilities. |
W-17918454 |
March 25, 2024
| Application/Service | Version |
|---|---|
Mule |
4.1.1 and later |
OpenJDK |
8, 11, and 17 |
| Issue Resolution | ID |
|---|---|
The spring-core library is upgraded to version 5.3.33 to address reported security vulnerabilities. |
W-15194448 |
December 12, 2023
This connector is now compatible with Java 17.
| Application/Service | Version |
|---|---|
Mule |
4.1.1 and later |
OpenJDK |
8, 11, and 17 |
June 21, 2023
| Application/Service | Version |
|---|---|
Mule |
4.1.1 and later |
| Issue Resolution | ID |
|---|---|
The spring-core library is upgraded to version 5.3.28 to address reported security vulnerabilities. |
W-13622235 |
June 28, 2022
Upgraded versions of dependencies.
Application/Service |
Version |
Mule |
4.1.1 and later |
August 17, 2021
Optimized the connector to improve its overall stability and performance. (JM-35)
Application/Service |
Version |
Mule |
4.1.1 and later |
September 6, 2018
It’s now possible to configure the Output MimeType of the Invoke and Invoke Static Operations.
Improved error handling, the connector used to not show the real error that occurred when executing Java methods.
New functions getRootCause and isCausedBy are now available to introspect Throwables.
In the extreme case where two parameters have the same simple name, such as
some.Pojo and other.Pojo the full qualifier name can be used to avoid issues.
JavaModule: Support output MimeType parameter for runtime inference. (MULE-15283)
Java Module: Improve Error cause propagation. (MULE-15540)
Java Module: does not propagate execution error. (MULE-15262)
Java Module invokeStatic declares an error that is never thrown. (MULE-15461)
JavaModule: Support full qualifier name for parameter types to identify methods. (MULE-15009)
Migrate JavaModule tests to MTF. (MULE-15076)
Java Module: improve method not found error message. (MULE-15263)
Java Module: 'new' operation does not declare INVOCATION error. (MULE-15538)
Java Module: Fail to extract exception cause with default value. (MULE-15597)