VALIDATOR_1_4_1
Promote Apache Commons Validator 1.4.1 RC3 to GA release

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/validator/tags/VALIDATOR_1_4_1@1651452 13f79535-47bb-0310-9956-ffa450edef68
tree: cf3dd705fd1ffda8cb8bc86d1413f81dcb735e58
  1. etc/
  2. src/
  3. build-javascript.xml
  4. build.properties.sample
  5. build.xml
  6. checkstyle.xml
  7. doap_validator.rdf
  8. LICENSE.txt
  9. NOTICE.txt
  10. pom.xml
  11. PROPOSAL.html
  12. README.md
  13. RELEASE-NOTES.txt
README.md

Apache Commons Validator

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.

Documentation

More information can be found on the homepage. The JavaDoc can be browsed. Questions related to the usage of Apache Commons Validator should be posted to the user mailing list.

Where can I get the latest release?

You can download source and binaries from our download page.

Alternatively you can pull it from the central Maven repositories:

<dependency>
  <groupId>commons-validator</groupId>
  <artifactId>commons-validator</artifactId>
  <version>1.4.0</version>
</dependency>

Contributing

We accept PRs via github. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:

  • No tabs! Please use spaces for indentation.
  • Respect the code style.
  • Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
  • Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running mvn clean verify.

If you plan to contribute on a regular basis, please consider filing a contributor license agreement.

License

Code is under the Apache Licence v2.

Donations

You like Apache Commons Validator? Then donate back to the ASF to support the development.

Additional Resources