You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by Matt Benson <mb...@apache.org> on 2016/11/03 19:41:51 UTC

[ANNOUNCEMENT] Apache BVal 1.1.2 Released

The Apache BVal team is pleased to announce the release of:

Apache BVal 1.1.2

Apache BVal delivers an implementation of the Java Bean Validation
specification.  The following changes are included in this release:

Bug
-----------

    * [BVAL-105] - Multiple use of @ReportAsSingleViolation composing
constraints on one bean leads to internal RuntimeError
    * [BVAL-117] - EMailValidationUtils matches not at circumflex
    * [BVAL-137] - Apache Bean Validation fails on CDI proxies when
integrated with Weld CDI 1.2
    * [BVAL-142] - bval-xstream Failed to execute goal
org.apache.commons:commons-weaver-maven-plugin
    * [BVAL-147] - TraversableResolver, ConstraintValidatorFactory and
MessageInterpolator shouldnt invalidate the metadata cache
    * [BVAL-148] - Incorrect double-checked locking
    * [BVAL-149] - ConstraintViolation contains wrong property
    * [BVAL-150] - improve performance of empty Annotations

Improvement
-----------

    * [BVAL-151] - remove dependency on commons-lang

Distribution packages can be downloaded from:
http://www.apache.org/dyn/closer.cgi/bval/1.1.2/

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