What happened to springmodules package in spring 3

1.2k Views Asked by At

Recently while I was updating a project from spring 2.5.6 to 3, I couldn't find the relavent
org.springmodules package... Because of using spring 2.5 dependency I cannot use org.springmodules 0.8 version... Can anyone please tell me any what happened to the classes in this org.springmodules module and a place to find any more changes.. ?

thanx..

2

There are 2 best solutions below

0
On

Unfortunately I ran into a similar issue.. Upgraded to spring 4.x and see that springmodules validation was using a depreated spring API that got removed in 4.x. The only solution (apart from trying to find another validation framework) we had was to fork the source code ourselves, fix it and use it.

0
On

If you don't find any substitution you could exclude the spring 2.5 dependency of springmodules like shown here.