Return-Path: X-Original-To: apmail-bval-commits-archive@www.apache.org Delivered-To: apmail-bval-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EAD049FBB for ; Sat, 7 Apr 2012 06:32:27 +0000 (UTC) Received: (qmail 45202 invoked by uid 500); 7 Apr 2012 06:32:27 -0000 Delivered-To: apmail-bval-commits-archive@bval.apache.org Received: (qmail 45123 invoked by uid 500); 7 Apr 2012 06:32:26 -0000 Mailing-List: contact commits-help@bval.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bval-dev@bval.apache.org Delivered-To: mailing list commits@bval.apache.org Received: (qmail 45094 invoked by uid 99); 7 Apr 2012 06:32:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Apr 2012 06:32:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Apr 2012 06:32:23 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B72A62388860 for ; Sat, 7 Apr 2012 06:32:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1310679 - in /bval/trunk: CHANGES.txt README.txt Date: Sat, 07 Apr 2012 06:32:03 -0000 To: commits@bval.apache.org From: mbenson@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120407063203.B72A62388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mbenson Date: Sat Apr 7 06:32:03 2012 New Revision: 1310679 URL: http://svn.apache.org/viewvc?rev=1310679&view=rev Log: updating files for release Modified: bval/trunk/CHANGES.txt bval/trunk/README.txt Modified: bval/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/bval/trunk/CHANGES.txt?rev=1310679&r1=1310678&r2=1310679&view=diff ============================================================================== --- bval/trunk/CHANGES.txt (original) +++ bval/trunk/CHANGES.txt Sat Apr 7 06:32:03 2012 @@ -64,6 +64,34 @@ How do I Contribute? * Bugs and other issues can be posted on the project JIRA. +Release Notes - BVal - Version 0.4 +================================== + +Bug +--- + * [BVAL-54] - Handle Java security policies and managers + * [BVAL-63] - use java.util.ServiceLoader in DefaultValidationProviderResolver#getValidationProviders() + * [BVAL-89] - Application specific constraints and artifacts not visible by provider in OSGI-based app server + * [BVAL-90] - Inconsistent fraction handling of @Digits when target is a BigDecimal + * [BVAL-91] - Security hole in org.apache.bval.util.MethodAccess.get() + * [BVAL-92] - Security holes in org.apache.bval.util.PrivilegedActions + * [BVAL-94] - Missing SVN EOL properties + * [BVAL-95] - Beanvalidation with Generic-DataTypes + * [BVAL-96] - Use correct encoding for localization messages + * [BVAL-97] - More than one META-INF/validation.xml in tomcat webapp + * [BVAL-100] - Java2 Security AccessControlException after moving to use common-lang3 + * [BVAL-104] - german validation messages properties are broken + +Improvement +----------- + * [BVAL-68] - Use FindBugs to reduce coding errors + +Task +---- + * [BVAL-99] - upgrade to apache parent pom 10 + * [BVAL-103] - switch BVal from slf4j to java.util.logging + + Release Notes for 0.3-incubating ================================ Modified: bval/trunk/README.txt URL: http://svn.apache.org/viewvc/bval/trunk/README.txt?rev=1310679&r1=1310678&r2=1310679&view=diff ============================================================================== --- bval/trunk/README.txt (original) +++ bval/trunk/README.txt Sat Apr 7 06:32:03 2012 @@ -1,4 +1,4 @@ -Apache BVal (incubating) - README.txt +Apache BVal - README.txt Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0 -------------------------------------------------------------------------------- @@ -11,17 +11,6 @@ validation facility for the Java applica metadata repository and query API. -Disclaimer -========== -Apache BVal is an effort undergoing incubation at The Apache Software -Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required -of all newly accepted projects until a further review indicates that the -infrastructure, communications, and decision making process have stabilized in a -manner consistent with other successful ASF projects. While incubation status is -not necessarily a reflection of the completeness or stability of the code, it -does indicate that the project has yet to be fully endorsed by the ASF. - - Release Notes ============= Please refer to the included CHANGES.txt for a complete list of new features @@ -31,10 +20,10 @@ available and issues resolved in this re Getting Started =============== Please visit the project website for the latest information: - http://incubator.apache.org/bval/ + http://bval.apache.org/ Along with the developer mailing list archive: - http://mail-archives.apache.org/mod_mbox/incubator-bval-dev/ + http://mail-archives.apache.org/mod_mbox/bval-dev/ System Requirements @@ -47,13 +36,13 @@ Building ========================== To build from source code: - 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/ + - The project is built with Apache Maven (suggested is at least 2.2.1). + You need to download and install Maven from: http://maven.apache.org/ - Invoke maven in the root directory or a module subdirectory: mvn install Checkout the Building section on the project web site for more details: - http://incubator.apache.org/bval/ + http://bval.apache.org/ Support @@ -62,13 +51,13 @@ Any problems with this release can be re opened in the Jira issue tracker. Mailing list archive: - http://mail-archives.apache.org/mod_mbox/incubator-bval-user/ + http://mail-archives.apache.org/mod_mbox/bval-user/ User mailing list: - bval-user@incubator.apache.org + user@bval.apache.org User mailing list subscription: - bval-user-subscribe@incubator.apache.org + user-subscribe@bval.apache.org Jira: https://issues.apache.org/jira/browse/BVAL/