You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by dw...@apache.org on 2010/08/05 18:40:48 UTC

svn commit: r982682 - in /incubator/bval/trunk: CHANGES.txt README.txt

Author: dwoods
Date: Thu Aug  5 16:40:48 2010
New Revision: 982682

URL: http://svn.apache.org/viewvc?rev=982682&view=rev
Log:
update release notes for 0.2-incubating

Modified:
    incubator/bval/trunk/CHANGES.txt
    incubator/bval/trunk/README.txt

Modified: incubator/bval/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/bval/trunk/CHANGES.txt?rev=982682&r1=982681&r2=982682&view=diff
==============================================================================
--- incubator/bval/trunk/CHANGES.txt (original)
+++ incubator/bval/trunk/CHANGES.txt Thu Aug  5 16:40:48 2010
@@ -64,6 +64,29 @@ How do I Contribute?
   * Bugs and other issues can be posted on the project JIRA.
 
 
+Release Notes for 0.2-incubating
+================================
+
+Bug
+---
+    * [BVAL-47] - Correctly follow GroupSequence definitions when validating
+    * [BVAL-70] - Remove @Override annotations from methods implementing interfaces
+    * [BVAL-71] - Compile errors with Java SE 5
+    * [BVAL-72] - NPE when doing methodvalidation
+    * [BVAL-77] - Recent changes made the bval-xstream module required, instead of optional
+
+Improvement
+-----------
+    * [BVAL-59] - Write or reuse an scm-plugin mojo to capture the svn revision
+    * [BVAL-69] - make dependency to com.thoughtworks.xstream of bval-core optional or obsolete
+    * [BVAL-73] - Alternative way of addressing code reuse issue between the validators
+    * [BVAL-74] - Remove redundant method call from ClassValidator.validateProperty()
+    * [BVAL-75] - javadocs, compiler (generics) warnings, etc.
+    * [BVAL-76] - Correct spelling error in API:  ConstraintValidationListener.getConstaintViolations()
+    * [BVAL-78] - Avoid unsafe casting and object swapping when processing @ReportAsSingleViolation composed constraints
+    * [BVAL-79] - email validation can easily work for any CharSequence rather than String only
+
+
 Release Notes for 0.1-incubating
 ================================
 

Modified: incubator/bval/trunk/README.txt
URL: http://svn.apache.org/viewvc/incubator/bval/trunk/README.txt?rev=982682&r1=982681&r2=982682&view=diff
==============================================================================
--- incubator/bval/trunk/README.txt (original)
+++ incubator/bval/trunk/README.txt Thu Aug  5 16:40:48 2010
@@ -47,7 +47,7 @@ Building
 ==========================
 To build from source code:
   - Sources require Java SE 5 or higher. (Tested with JDK 1.5.0_22 and 1.6.0_20)
-  - The project is built with Apache Maven 2 (suggested are 2.0.11 and 2.2.1).
+  - The project is built with Apache Maven 2 (suggested is 2.2.1).
     You need to download and install Maven 2 from: http://maven.apache.org/
   - Invoke maven in the root directory or a module subdirectory:
       mvn install