Author: buildbot
Date: Fri Feb 14 12:47:58 2014
New Revision: 897897
Log:
Production update by buildbot for cxf
Modified:
websites/production/cxf/content/cache/docs.pageCache
websites/production/cxf/content/docs/validationfeature.html
Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/cxf/content/docs/validationfeature.html
==============================================================================
--- websites/production/cxf/content/docs/validationfeature.html (original)
+++ websites/production/cxf/content/docs/validationfeature.html Fri Feb 14
12:47:58 2014
@@ -118,11 +118,11 @@ Apache CXF -- ValidationFeature
<!-- Content -->
<div class="wiki-content">
<div id="ConfluenceContent"><h1
id="ValidationFeature-BeanValidationFeature">Bean Validation
Feature</h1><p> </p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1387471113594 {padding: 0px;}
-div.rbtoc1387471113594 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1387471113594 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1392382057846 {padding: 0px;}
+div.rbtoc1392382057846 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1392382057846 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1387471113594">
+/*]]>*/</style></p><div class="toc-macro rbtoc1392382057846">
<ul class="toc-indentation"><li><a shape="rect"
href="#ValidationFeature-BeanValidationFeature">Bean Validation
Feature</a></li><li><a shape="rect"
href="#ValidationFeature-Introduction">Introduction</a></li><li><a shape="rect"
href="#ValidationFeature-Dependencies">Dependencies</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#ValidationFeature-UsingHibernateValidatorasbeanvalidationprovider">Using
Hibernate Validator as bean validation provider</a></li><li><a shape="rect"
href="#ValidationFeature-UsingApacheBValasbeanvalidationprovider">Using Apache
BVal as bean validation provider</a></li></ul>
</li><li><a shape="rect"
href="#ValidationFeature-CommonBeanValidation1.1Interceptors">Common Bean
Validation 1.1 Interceptors</a>
@@ -166,7 +166,7 @@ div.rbtoc1387471113594 li {margin-left:
<script class="theme: Default; brush: xml; gutter: false"
type="syntaxhighlighter"><![CDATA[<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
- <version>5.0.1.Final</version>
+ <version>5.0.2.Final</version>
</dependency>
]]></script>
</div></div><p>Hibernate Validator uses Java Expression Language 3.0 in order
to provide better validation messages support.</p><h2
id="ValidationFeature-UsingApacheBValasbeanvalidationprovider">Using Apache
BVal as bean validation provider</h2><p><a shape="rect" class="external-link"
href="http://bval.apache.org/">http://bval.apache.org/</a></p><p>Current stable
version of Apache BVal (0.5) doesn't support Bean Validation 1.1 but the
upcoming 1.1.0 will have it fully implemented (at the moment
1.1.0-alpha-SNAPSHOT could be used).</p><div class="preformatted panel"
style="border-width: 1px;"><div class="preformattedContent panelContent">