[hibernate-commits] Hibernate SVN: r13881 - validator/tags/v3_0_0_GA.
hibernate-commits at lists.jboss.org
hibernate-commits at lists.jboss.org
Wed Aug 15 21:02:23 EDT 2007
Author: epbernard
Date: 2007-08-15 21:02:23 -0400 (Wed, 15 Aug 2007)
New Revision: 13881
Added:
validator/tags/v3_0_0_GA/changelog.txt
Log:
Move validator tags/validator_3_0_0_GA to the new structure (v3_0_0_GA)
Copied: validator/tags/v3_0_0_GA/changelog.txt (from rev 13880, tags/validator_3_0_0_GA/HibernateExt/validator/changelog.txt)
===================================================================
--- validator/tags/v3_0_0_GA/changelog.txt (rev 0)
+++ validator/tags/v3_0_0_GA/changelog.txt 2007-08-16 01:02:23 UTC (rev 13881)
@@ -0,0 +1,23 @@
+Hibernate Validator Changelog
+=============================
+
+3.0.0.GA (19-03-2007)
+---------------------
+
+Initial release as a standalone product (see Hibernate Annotations changelog for previous informations)
+
+** Bug
+ * [HV-2] - Deprecate String support for both @Past and @Future validating Strings
+ * [HV-3] - @Email fail on empty strings
+ * [HV-7] - Two level @Valid annotation doesn't work
+
+
+** Improvement
+ * [HV-5] - Multiple validators of the same type per element (John Gilbert)
+
+** New Feature
+ * [HV-1] - Make ClassValidator independent of Hibernate Annotations
+ * [HV-6] - @EAN
+ * [HV-8] - Make Validator support pure JavaPersistence players
+ * [HV-9] - @Digits(integerDigits, fractionalDigits)
+ * [HV-10] - @CreditCardNumber for Hibernate Validator
More information about the hibernate-commits
mailing list