add 1.1.2 release notes
Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/083f52c4 Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/083f52c4 Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/083f52c4 Branch: refs/heads/master Commit: 083f52c47f5d946ab505a912c2736c72c28436c0 Parents: eb83aef Author: Matt Benson <[email protected]> Authored: Fri Oct 28 21:09:05 2016 +0000 Committer: Matt Benson <[email protected]> Committed: Fri Oct 28 21:09:05 2016 +0000 ---------------------------------------------------------------------- CHANGES.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bval/blob/083f52c4/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 0658055..539648b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -52,6 +52,28 @@ How do I Contribute? * To discuss BVal topics, check out the mailing lists. * Bugs and other issues can be posted on the project JIRA. + +Release Notes - BVal - Version 1.1.2 +========================================== + +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 + + Release Notes - BVal - Version 1.1.1 ==========================================
