Log in to follow, share, and participate in this community.
Article Hibernate Validator Migration Guide
Hibernate Validator Migration GuideThis page is out of date: content has moved there.
6.1.x
6.1.0.Final
6.1.0.Alpha5
6.1.0.Alpha4
6.1.0.Alpha3
6.1.0.Alpha2
6.1.0.Alpha1
6.0.x
6.0.18.Final
6.0.17.Final
6.0.16.F...
Hibernate Validator and SpringThis page is obsolete and is not maintained anymore. If you cannot or don't want to rely on auto-configuration of Hibernate Validator, for example in a JPA 1 environment and you are using Spring, a...
Article Custom MessageInterpolator using Java Scripting API (JSR 223)
Custom MessageInterpolator using Java Scripting API (JSR 223)This page is obsolete and is not maintained anymore. As of Hibernate Validator 4.2.x we are offering a MessageInterpolator which is able to interpolate the validated value. The interpolator officially include...
Article Accessing the Hibernate Session within a ConstraintValidator
Accessing the Hibernate Session within a ConstraintValidatorThis page is obsolete and is not maintained anymore. Here are all the pieces you need to write a ConstraintValidator which has access to the Hibernate Session respectively Hibernate EntityManager. This example will ...
Article How to write a custom ConstraintValidatorFactory
How to write a custom ConstraintValidatorFactoryThis page is out of date: content has moved there. A common use for a custom ConstraintValidatorFactory is the need to inject resources (eg the EntityManager or the Hibernate Session) into your custom ConstraintVali...
Article How to interpolate messages using the client Locale
How to interpolate messages using the client Locale<pre class="jive_text_macro jive_macro_alert" jivemacro="alert" ___default_attr="warning" _alert="warning"> <p><strong>This page is obsolete and is not maintained anymore.</p> </pre> ...
Hibernate Validator FAQThis page is out of date: content has moved there.
What's the difference between Hibernate Validator 3.x and 4.x/5.x?
How do I write a custom ConstraintValidatorFactory?
How do I check that two fields of ...
Article Frameworks integrating with Hibernate Validator
Frameworks integrating with Hibernate ValidatorThis page is obsolete and is not maintained anymore. Frameworks integrating with Bean Validation Here is a list of frameworks integrating with Bean Validation. Presentation layer JSF 2 integrates natively and ...
Hibernate Validator on the WebThis page is obsolete and is not maintained anymore. Here are some links to usage examples of Hibernate Validator / Bean Validation: Method Validation with Hibernate Validator 4.2 Presentation on Bean Valid...
Article Hibernate Validator Jakarta Validation TCK Certification Log
Hibernate Validator Jakarta Validation TCK Certification LogLog of running the Jakarta Bean Validation 2.0.5 TCK (beanvalidation-tck-dist-2.0.5.zip, sha256sum b6778914f78bfcce5d6934347d71502603b1b0a6bbfdfbcf956271c367d40974) against Hibernate Validator 6.0.17.Final (test suite...
Releasing Hibernate ValidatorRelease Process
Prerequisites
Prepare
Release
Publish
Announce
Release Process Follow these steps for an official release. Prerequisites You need to have access to http://ci.hiber...
Article Releasing Bean Validation API and specification
Releasing Bean Validation API and specificationRelease Process Follow these steps for an official release. Prerequisites You need to have access to http://ci.hibernate.org/: the release process is now driven by CI Follow the order of operations - the API h...
Releasing Bean Validation TCKRelease Process Follow these steps for an official release. Prerequisites You need to have access to http://ci.hibernate.org/: the release process is now driven by CI Prepare Update the TCK audit file (tests/sr...
Releasing the Bean Validation APIRelease Process Follow these steps for an official release. Prerequisites You need to have access to http://ci.hibernate.org/: the release process is now driven by CI Prepare Check that everything has been push...
JSR-303 Bean ValidationOn 14th November 2007, Emmanuel Bernard from Red Hat/JBoss Division became the new specification lead for JSR-303 Bean Validation. Mark Newton recently caught up with him to find out what this means for Java developer...
Bean Validation 1.0 (JSR 303) TCKResources
Running the test harness
Standalone
In container
Dumping artifacts
TCK Audit
What do all the annotations mean?
@Artifact
@Classes
@Resource(s)
@IntegrationTest
@Test...