The Apache BVal team is pleased to announce the release of:
Apache BVal 2.0.0
Apache BVal delivers an implementation of the Java Bean Validation
specification 2.0. Most significantly, this release of Apache BVal
delivers an ASF-hosted implementation of the Java Bean Validation
specification, version 2.0. The full changelist included in this
release follows:
** Bug
* [BVAL-108] - Prefer Thread context classloader or
framework-relative as appropriate to task - addresses resource loading
complaints with OSGI
* [BVAL-154] - avoid storing metamodel for unconstrained types
using "negative cache"
* [BVAL-157] - method named get() blows up with illegal param name
* [BVAL-158] - ExecutableValidator invokes method if it looks like a getter
** Improvement
* [BVAL-118] - improve efficiency by associating bean metadata
with the factory rather than the context
* [BVAL-159] - Drop commons dependencies
* [BVAL-160] - Implement Bean Validation 2.0 (JSR 380)
** Task
* [BVAL-161] - Redesign bean metadata model
* [BVAL-162] - Convert remaining JUnit 3 tests to JUnit 4
* [BVAL-163] - Remove Agimatech extensions
* [BVAL-164] - Merge core code into jsr module
Distribution packages can be downloaded
from:http://www.apache.org/dyn/closer.cgi/bval/2.0.0/
When downloading, please verify signatures using the KEYS file
available at:http://www.apache.org/dist/bval/
The release is also available in the central Maven
repository:http://repo1.maven.org/maven2/org/apache/bval/
The Apache BVal Team