• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Regarding Spring Modules Validator

 
Greenhorn
Posts: 12
Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is Spring-Modules-Validator supported by Spring 3.x ?
I have seen examples of it with Spring 2.x, but not so sure how to use it with version 3 and above.
 
Bartender
Posts: 1682
7
Android Mac OS X IntelliJ IDE Spring Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you provide the correct exclusions in your POM file you can use it (try below and if it does not work use the maven dependency tree to figure out what else is being pulled in.





But to your question, this is not used much anymore as the preferred validation approach has changed. Have a look at your other thread I posted in.

https://coderanch.com/t/599152/Spring/adding-commons-validator-dependency-pom
 
reply
    Bookmark Topic Watch Topic
  • New Topic