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..
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.