
Questions: 23,684 //
Answers: 52,223 //
Contributing Members: 17,954
I'm updated the Spring version from 4.16 to 4.3.17.RELEASE framework. For the Spring version 4.1.6, used mule 3.8.0 jars (like mule-common-3.8.0.jar, mule-module-cxf-3.8.0.jar, mule-core-3.8.0.jar, mule-transport-tcp-3.8.0.jar, etc..).
After upgrading Spring version to 4.3.17.RELEASE, got error on mule jars. So updated the mule version from 3.8.0 to 3.9.0. But getting errors on all dependency mule jars.
Could anyone tell me which version of MULE jars will support Spring 4.3.17.RELEASE version?
Oct 11, 2018 at 09:44 AM, mulsoft answered with:
Information for All Muley:
In Mule 4, Because of classLoader isolation ,Any version of Spring is supported by Mule 4 studio.Because Runtime has different classloader and Spring has diffrent classloader .
Thanks,
Manish Kumar Yadav
MuleSoft Forum Moderator
May 25, 2018 at 08:03 AM, mulsoft answered with:
Hi @runa3210 ,
Please add below dependency in your POM.xml and update the dependency.
If not resolve Might be you need to upgrade Mule 4.
<!-- https://mvnrepository.com/artifact/org.mule.modules/mule-module-spring-extras -->
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-spring-extras</artifactId>
<version>3.9.0</version>
</dependency>
Thanks,
Manish Yadav
Jun 04, 2018 at 05:15 AM, runa3210 answered with:
Thanks for your information. I have already tried with MULE version 3.9.0, it also not supported. Will the Mule jars will get upgraded to support Spring 4.3.17.RELEASE ?
Jul 15, 2018 at 06:33 AM, aprit answered with:
Will the Mule jars will get upgraded to support Spring 4.3.17.RELEASE ?