The Apache Commons Team is pleased to announce the release of Apache Commons Validator 1.5.1
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: * DomainValidator.ArrayType is not public Fixes VALIDATOR-386. This now allows the TLD lists to be overriddent using DomainValidator#updateTLDOverride [1] * EmailValidator fixes * Mastercard Series 2 BIN ranges (active from October 2016) * Updated to the TLD list dated Mon Apr 25 07:07:01 2016 UTC Details of all the changes in 1.5.1 can be found in the changelog: http://commons.apache.org/proper/commons-validator/changes-report.html 1.5.1 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.5.1. 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.5.1</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/ [1] http://commons.apache.org/proper/commons-validator/javadocs/api-1.5.1/org/apache/commons/validator/routines/DomainValidator.html#updateTLDOverride%28org.apache.commons.validator.routines.DomainValidator.ArrayType,%20java.lang.String[]%29 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional commands, e-mail: user-h...@commons.apache.org