The Apache Commons Team is pleased to announce the release of Apache Commons Validator 1.6
Apache Commons Validator provides the building blocks for both client side validation and server side data validation. It may be used standalone or with a framework like Struts. The main changes are: * Modulus Ten Check Digit Implementation * Generic CreditCard validation (syntax and checkdigit only; does not check IIN) * CreditCard validation specification by numeric range Details of all the changes in 1.6 can be found in the changelog: http://commons.apache.org/proper/commons-validator/changes-report.html 1.6 is fully binary compatible to the last release. No client code changes are required to migrate from version 1.4.x (or later) to 1.6. The minimum required JDK version for this release is 1.6. However note that the Javascript code has been dropped, see https://issues.apache.org/jira/browse/VALIDATOR-371 Source and binary distributions are available for download from the Apache Commons download site: http://commons.apache.org/proper/commons-validator/download_validator.cgi When downloading, please verify signatures using the KEYS file available at http://www.apache.org/dist/commons/KEYS Alternatively the release can be fetched from Maven Central: <dependency> <groupId>commons-validator</groupId> <artifactId>commons-validator</artifactId> <version>1.6</version> </dependency> For complete information on Commons Validator, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Validator website: http://commons.apache.org/proper/commons-validator/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org