[hibernate-commits] Hibernate SVN: r16459 - in validator/trunk/hibernate-validator: src/main/docbook/en-US and 1 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Apr 27 10:19:31 EDT 2009


Author: hardy.ferentschik
Date: 2009-04-27 10:19:31 -0400 (Mon, 27 Apr 2009)
New Revision: 16459

Modified:
   validator/trunk/hibernate-validator/readme.txt
   validator/trunk/hibernate-validator/src/main/docbook/en-US/master.xml
   validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/gettingstarted.xml
   validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/usingvalidator.xml
Log:
release prep

Modified: validator/trunk/hibernate-validator/readme.txt
===================================================================
--- validator/trunk/hibernate-validator/readme.txt	2009-04-27 13:57:31 UTC (rev 16458)
+++ validator/trunk/hibernate-validator/readme.txt	2009-04-27 14:19:31 UTC (rev 16459)
@@ -19,16 +19,12 @@
   Status
   ------
 
-  This is an alpha release and not feature complete in relation to the latest version 
-  of JSR 303. The following features are not yet fully implemented:
+  This is an beta release and even though it should be nearly feature complete there might be
+  still some variances between the specification and this implementation.
 
-  - Implicit grouping
-  - Implementation of the TraversableResolver interface to allow integration with JPA
-  - XML configuration
-
   You can find more information about the current state of the implementation on the
   Bean Validation RI Roadmap - http://www.hibernate.org/459.html and there is copy of
-  JSR as of the time of this release available here - http://in.relation.to/service/File/10924
+  JSR as of the time of this release available here - http://in.relation.to/service/File/11150
 
   Documentation
   -------------

Modified: validator/trunk/hibernate-validator/src/main/docbook/en-US/master.xml
===================================================================
--- validator/trunk/hibernate-validator/src/main/docbook/en-US/master.xml	2009-04-27 13:57:31 UTC (rev 16458)
+++ validator/trunk/hibernate-validator/src/main/docbook/en-US/master.xml	2009-04-27 14:19:31 UTC (rev 16459)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id:$ -->
+<!-- $Id$ -->
 <!--
   ~ Hibernate, Relational Persistence for Idiomatic Java
   ~
@@ -63,11 +63,10 @@
   <toc></toc>
 
   <preface>
-    <title>Preface Alpha Release</title>
+    <title>Preface Beta Release</title>
 
-    <para>This release has alpha status, which means that neither the
-    implementation nor this documenation is complete. You can find more
-    information about the current state of the implementation on the <ulink
+    <para>This release has beta status, which means that this documenation is not yet complete.
+    You can find more information about the current state of the implementation on the <ulink
     url="http://www.hibernate.org/459.html">Bean Validation Roadmap</ulink> or
     you can refer to JSR 303 directly for further examples.</para>
 

Modified: validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/gettingstarted.xml
===================================================================
--- validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/gettingstarted.xml	2009-04-27 13:57:31 UTC (rev 16458)
+++ validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/gettingstarted.xml	2009-04-27 14:19:31 UTC (rev 16459)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id:$ -->
+<!-- $Id$ -->
 <!--
   ~ Hibernate, Relational Persistence for Idiomatic Java
   ~
@@ -363,7 +363,7 @@
     <para>That concludes our 5 minute tour through the world of the Bean
     Validation RI. We will complete this documentation in our coming releases.
     For now we recommend to refer to the JSR 303 specification directly for
-    more examples. The 1.0.CR1 version of this specification is available
-    <ulink url="http://in.relation.to/service/File/10924">here</ulink>.</para>
+    more examples. The 1.0.CR2 version of this specification is available
+    <ulink url="http://in.relation.to/service/File/11150">here</ulink>.</para>
   </section>
 </chapter>

Modified: validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/usingvalidator.xml
===================================================================
--- validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/usingvalidator.xml	2009-04-27 13:57:31 UTC (rev 16458)
+++ validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/usingvalidator.xml	2009-04-27 14:19:31 UTC (rev 16459)
@@ -122,8 +122,7 @@
     <section>
       <title>Class-level annotations</title>
 
-      <para>TODO: Should this be mentioned here? Yes it should :)
-      (hardy)</para>
+      <para>TODO</para>
     </section>
 
     <section>
@@ -425,7 +424,7 @@
       <section>
         <title>getConstraintsForClass()</title>
 
-        <para>TODO: Should this be mentioned here? Yes! (HF)</para>
+        <para>TODO</para>
       </section>
     </section>
 




More information about the hibernate-commits mailing list