Home / hibernate-validator / 4.1.0.Beta2
Name Modified Size InfoDownloads / Week
Parent folder
readme.txt 2010-06-02 2.7 kB
hibernate-validator-4.1.0.Beta2-dist.tar.gz 2010-06-02 7.8 MB
hibernate-validator-4.1.0.Beta2-dist.zip 2010-06-02 9.0 MB
Totals: 3 Items   16.8 MB 0
                          Hibernate Validator

  What is it?
  -----------

  This is the reference implementation of JSR 303 - Bean Validation. 
  Bean Validation defines a metadata model and API for JavaBean validation. 
  The default metadata source is annotations, with the ability to override and extend 
  the meta-data through the use of XML validation descriptors.

  History
  -------

  Prior to version 4.x Hibernate Validators was based on a different source base which 
  is not based on JSR 303. This code can be accessed via 
  http://anonsvn.jboss.org/repos/hibernate/validator/trunk/hibernate-validator-legacy

  Documentation
  -------------

  The documentation for this release is included in the docs directory of distribution package
  or online under https://www.hibernate.org/5.html

  Release Notes
  -------------

  The full list of changes can be found at
  http://opensource.atlassian.com/projects/hibernate/secure/ReleaseNote.jspa?projectId=10060&version=10960

  System Requirements
  -------------------

  JDK 1.5 or above.

  Using Hibernate Validator
  -------------------------

  - In case you use the distribution archive from the download site, copy hibernate-validator-*.jar together
    with all jar files from lib into the classpath of your application. You can switch the slf4j binding
    jars for log4j (log4j-<version>.jar and slf4j-log4j12-<version>.jar) with the slf4j binding files of
    your choice. See http://www.slf4j.org/manual.html
    In case you are using Java 5 you have to also include all the jar files from the jdk5 subdirectory.
    The jar files contain the classes needed for using JAXB. If XML configuration is disabled via
    Configuration.ignoreXmlConfiguration the jar files from the jdk5 subdirectory don't have to be added. 

  or 

  - Add the following to your maven or ivy dependency list:

    <dependency>
        <groupId>org.hibernate</groupId>
        <artifactId>hibernate-validator</artifactId>
        <version>4.1.0.Beta2</version>
    </dependency>

    Hibernate Validator can be found in the JBoss Maven repository: http://repository.jboss.com/maven2/

  Licensing
  ---------

  Please see the file called license.txt

  Hibernate Validator URLs
  ------------------------

  Home Page:          http://validator.hibernate.org
  Downloads:          http://www.hibernate.org/subprojects/validator/download.html
  Mailing Lists:      http://www.hibernate.org/community/mailinglists.html
  Source Code:        http://anonsvn.jboss.org/repos/hibernate/validator/trunk/
  Issue Tracking:     http://opensource.atlassian.com/projects/hibernate/browse/HV
Source: readme.txt, updated 2010-06-02