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 2011/02/03 17:34:25 UTC

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

Author: dwoods
Date: Thu Feb  3 16:34:25 2011
New Revision: 1066858

URL: http://svn.apache.org/viewvc?rev=1066858&view=rev
Log:
updating release files for a 0.3-incubating release

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=1066858&r1=1066857&r2=1066858&view=diff
==============================================================================
--- incubator/bval/trunk/CHANGES.txt (original)
+++ incubator/bval/trunk/CHANGES.txt Thu Feb  3 16:34:25 2011
@@ -64,6 +64,22 @@ How do I Contribute?
   * Bugs and other issues can be posted on the project JIRA.
 
 
+Release Notes for 0.3-incubating
+================================
+
+Bug
+---
+    * [BVAL-84] - CNFEX org.slf4j.impl.StaticLoggerBinder building xstream and guice
+    * [BVAL-86] - Missing DecimalMax/DecimalMin constraint messages in ValidationMessages.properties
+    * [BVAL-87] - Java 2 security violations in ClassValidator.validate
+    * [BVAL-88] - Cascaded validation adds a constraint violation for valid child property
+
+Improvement
+-----------
+    * [BVAL-60] - Use SLF4J API for logging
+    * [BVAL-85] - bval-core has no dependency on slf4j-jcl*
+
+
 Release Notes for 0.2-incubating
 ================================
 

Modified: incubator/bval/trunk/README.txt
URL: http://svn.apache.org/viewvc/incubator/bval/trunk/README.txt?rev=1066858&r1=1066857&r2=1066858&view=diff
==============================================================================
--- incubator/bval/trunk/README.txt (original)
+++ incubator/bval/trunk/README.txt Thu Feb  3 16:34:25 2011
@@ -46,7 +46,7 @@ Most testing has been done with Java SE 
 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)
+  - Sources require Java SE 5 or higher. (Tested with JDK 1.5.0_22 and 1.6.0_21)
   - 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: