svn commit: r1586877 - in /bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/jsr: ClassValidator.java ConstraintValidation.java

2014-04-12 Thread rmannibucau
Author: rmannibucau Date: Sat Apr 12 16:44:34 2014 New Revision: 1586877 URL: http://svn.apache.org/r1586877 Log: BVAL-127 java 8 is stronger on ambiguity than java 6-7 so renaming an internal method to break this ambiguity Modified: bval/branches/bval-11/bval-jsr/src/main/java/org/apache

svn commit: r1591815 - in /bval/branches/bval-11/bval-jsr/src: main/java/org/apache/bval/jsr/JsrMetaBeanFactory.java main/java/org/apache/bval/jsr/util/ClassHelper.java test/java/org/apache/bval/jsr/V

2014-05-01 Thread rmannibucau
Author: rmannibucau Date: Fri May 2 05:31:19 2014 New Revision: 1591815 URL: http://svn.apache.org/r1591815 Log: BVAL-128 avoid Cloneable as Serializable. Thanks Michael Blyakher for the patch Modified: bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/jsr

svn commit: r1592413 - in /bval/branches/bval-11/bval-jsr/src: main/java/org/apache/bval/jsr/JsrMetaBeanFactory.java test/java/org/apache/bval/jsr/ValidationTest.java

2014-05-04 Thread rmannibucau
Author: rmannibucau Date: Sun May 4 19:55:10 2014 New Revision: 1592413 URL: http://svn.apache.org/r1592413 Log: BVAL-129 thanks Liam Miller-Cushon to have fixed synthetix method behavior Modified: bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/jsr/JsrMetaBeanFactory.java

svn commit: r1609015 - /bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/jsr/ConstraintDefaults.java

2014-07-08 Thread rmannibucau
Author: rmannibucau Date: Wed Jul 9 04:46:52 2014 New Revision: 1609015 URL: http://svn.apache.org/r1609015 Log: BVAL-130 closing stream when reading default constraints Modified: bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/jsr/ConstraintDefaults.java Modified: bval

svn commit: r1613814 - in /bval/branches/bval-11: bval-jsr/src/main/java/org/apache/bval/cdi/BValExtension.java bval-tck11/src/main/java/org/apache/cxf/

2014-07-27 Thread rmannibucau
Author: rmannibucau Date: Sun Jul 27 17:04:26 2014 New Revision: 1613814 URL: http://svn.apache.org/r1613814 Log: avoid NPE if container is not initialized Removed: bval/branches/bval-11/bval-tck11/src/main/java/org/apache/cxf/ Modified: bval/branches/bval-11/bval-jsr/src/main/java/org

svn commit: r1613815 - /bval/branches/bval-11/bval-tck/pom.xml

2014-07-27 Thread rmannibucau
Author: rmannibucau Date: Sun Jul 27 17:08:20 2014 New Revision: 1613815 URL: http://svn.apache.org/r1613815 Log: use existing dependency ;) Modified: bval/branches/bval-11/bval-tck/pom.xml Modified: bval/branches/bval-11/bval-tck/pom.xml URL: http://svn.apache.org/viewvc/bval/branches

svn commit: r1613818 - /bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/cdi/BValExtension.java

2014-07-27 Thread rmannibucau
Author: rmannibucau Date: Sun Jul 27 17:23:55 2014 New Revision: 1613818 URL: http://svn.apache.org/r1613818 Log: allowing to skip adding Validator/ValidatorFactory beans Modified: bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/cdi/BValExtension.java Modified: bval/branches

svn commit: r1613845 - in /bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval: cdi/BValExtension.java jsr/ApacheValidatorFactory.java jsr/ConfigurationImpl.java jsr/xml/ValidationParser.java

2014-07-27 Thread rmannibucau
Author: rmannibucau Date: Sun Jul 27 21:12:50 2014 New Revision: 1613845 URL: http://svn.apache.org/r1613845 Log: use an internal factory to know if we need to wrap cdi bean with BvalInterceptor or not Modified: bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/cdi

svn commit: r1613846 - /bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/cdi/BValExtension.java

2014-07-27 Thread rmannibucau
Author: rmannibucau Date: Sun Jul 27 21:18:23 2014 New Revision: 1613846 URL: http://svn.apache.org/r1613846 Log: avoid to fail cause bval provider is wrong - we could force our own one too + reducing error log level since it shouldn't bother the app Modified: bval/branches/bval-11

svn commit: r1614079 - /bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/cdi/BValExtension.java

2014-07-28 Thread rmannibucau
Author: rmannibucau Date: Mon Jul 28 17:18:18 2014 New Revision: 1614079 URL: http://svn.apache.org/r1614079 Log: avoid NPE Modified: bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/cdi/BValExtension.java Modified: bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval

svn commit: r1614431 - /bval/branches/bval-11/.gitignore

2014-07-29 Thread rmannibucau
Author: rmannibucau Date: Tue Jul 29 17:41:31 2014 New Revision: 1614431 URL: http://svn.apache.org/r1614431 Log: BVAL-131 .gitignore from Daniel Cunha, thanks Added: bval/branches/bval-11/.gitignore Added: bval/branches/bval-11/.gitignore URL: http://svn.apache.org/viewvc/bval/branches

svn commit: r1614433 - in /bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/jsr: ApacheValidatorConfiguration.java ConfigurationImpl.java DefaultConstraintValidatorFactory.java

2014-07-29 Thread rmannibucau
Author: rmannibucau Date: Tue Jul 29 17:42:01 2014 New Revision: 1614433 URL: http://svn.apache.org/r1614433 Log: no need of Properties.EXECUTABLE_VALIDATION_TYPES + NPE protection Modified: bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/jsr/ApacheValidatorConfiguration.java

svn commit: r1614467 - /bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/cdi/BValInterceptor.java

2014-07-29 Thread rmannibucau
Author: rmannibucau Date: Tue Jul 29 19:24:07 2014 New Revision: 1614467 URL: http://svn.apache.org/r1614467 Log: this breaks tck11 but this is a bug in OWB, I'll have a look later, pushing it to not block users ATM Modified: bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bva

svn commit: r1614731 - /bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/jsr/util/IOs.java

2014-07-30 Thread rmannibucau
Author: rmannibucau Date: Wed Jul 30 18:35:46 2014 New Revision: 1614731 URL: http://svn.apache.org/r1614731 Log: slurping all streams otherwise we have to mark it and it can be broken then, this can be enhanced later if needed Modified: bval/branches/bval-11/bval-jsr/src/main/java/org

svn commit: r1614738 - in /bval/branches/bval-11: bval-jsr/src/main/java/org/apache/bval/cdi/ bval-tck11/ bval-tck11/src/main/java/org/apache/bval/arquillian/

2014-07-30 Thread rmannibucau
Author: rmannibucau Date: Wed Jul 30 18:46:15 2014 New Revision: 1614738 URL: http://svn.apache.org/r1614738 Log: using owb snapshot since it targets a cdi 1.1 + fixing the fact BValInterceptor is always added - TODO: surely make it optional using a beans.xml cnofigured to skip default behavior

svn commit: r1617155 - in /bval/branches/bval-11: bval-jsr/src/main/java/org/apache/bval/cdi/BValExtension.java bval-tck11/pom.xml

2014-08-10 Thread rmannibucau
Author: rmannibucau Date: Sun Aug 10 20:46:57 2014 New Revision: 1617155 URL: http://svn.apache.org/r1617155 Log: missing API + skipping known classes for cdi integration Modified: bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/cdi/BValExtension.java bval/branches/bval-11

svn commit: r1626892 - in /bval/branches/bval-11: bval-jsr/pom.xml bval-tck11/pom.xml

2014-09-22 Thread rmannibucau
Author: rmannibucau Date: Mon Sep 22 20:52:13 2014 New Revision: 1626892 URL: http://svn.apache.org/r1626892 Log: using some spec releases, still 2 to get (owb and el spec) Modified: bval/branches/bval-11/bval-jsr/pom.xml bval/branches/bval-11/bval-tck11/pom.xml Modified: bval/branches

svn commit: r1630015 - in /bval/branches/bval-11: bval-jsr/src/main/java/org/apache/bval/cdi/BValInterceptor.java bval-tck11/pom.xml bval-tck11/work-tests-suite.xml

2014-10-07 Thread rmannibucau
Author: rmannibucau Date: Wed Oct 8 06:34:23 2014 New Revision: 1630015 URL: http://svn.apache.org/r1630015 Log: BVAL-133 BVAL-132 Daniel Cunha: upgrade to tck 1.1.3.Final Modified: bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/cdi/BValInterceptor.java bval/branches/bval

svn commit: r1631103 - in /bval/branches/bval-11/bval-jsr: pom.xml src/main/java/org/apache/bval/cdi/BValExtension.java src/main/java/org/apache/bval/jsr/DefaultConstraintValidatorFactory.java src/mai

2014-10-11 Thread rmannibucau
Author: rmannibucau Date: Sat Oct 11 19:31:34 2014 New Revision: 1631103 URL: http://svn.apache.org/r1631103 Log: using CDI 1.1 since we are not compatible with CDI 1.0 ATM. We could rework it later but in all case this update ensure we don't leak with redeploy which was the case b

svn commit: r1642846 - in /bval/branches/bval-11: bval-jsr/src/main/java/org/apache/bval/cdi/BValExtension.java pom.xml

2014-12-02 Thread rmannibucau
Author: rmannibucau Date: Tue Dec 2 12:04:29 2014 New Revision: 1642846 URL: http://svn.apache.org/r1642846 Log: using released API + don't fail on a not loadable CDI bean (NoClassDefFoundError) Modified: bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/cdi/BValExtension

svn commit: r1643759 - /bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/jsr/xml/ValidationParser.java

2014-12-07 Thread rmannibucau
Author: rmannibucau Date: Mon Dec 8 07:57:35 2014 New Revision: 1643759 URL: http://svn.apache.org/r1643759 Log: avoid NPE Modified: bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/jsr/xml/ValidationParser.java Modified: bval/branches/bval-11/bval-jsr/src/main/java/org

svn commit: r1658397 - /bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/jsr/xml/AnnotationProxyBuilder.java

2015-02-09 Thread rmannibucau
Author: rmannibucau Date: Mon Feb 9 13:46:50 2015 New Revision: 1658397 URL: http://svn.apache.org/r1658397 Log: ensure we can call proxy constructor even with java 8 Modified: bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/jsr/xml/AnnotationProxyBuilder.java Modified: bval

svn commit: r1668038 - /bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/cdi/BValExtension.java

2015-03-20 Thread rmannibucau
Author: rmannibucau Date: Fri Mar 20 14:59:28 2015 New Revision: 1668038 URL: http://svn.apache.org/r1668038 Log: dont fail if not possible to use loaded class in cdi extension, just log a short message (if it fails i suspect a bunch of these errors can happen) + a very small simplification for

svn commit: r1674224 - in /bval/branches/bval-11: bval-jsr/pom.xml bval-tck/pom.xml bval-tck11/pom.xml pom.xml

2015-04-17 Thread rmannibucau
Author: rmannibucau Date: Fri Apr 17 07:32:13 2015 New Revision: 1674224 URL: http://svn.apache.org/r1674224 Log: using tomcat el api since it is released instead of G one Modified: bval/branches/bval-11/bval-jsr/pom.xml bval/branches/bval-11/bval-tck/pom.xml bval/branches/bval-11

svn commit: r1675554 - in /bval/branches/bval-11: bval-jsr/src/main/java/org/apache/bval/cdi/BValExtension.java bval-jsr/src/main/java/org/apache/bval/cdi/BValInterceptor.java bval-tck11/pom.xml bval-

2015-04-23 Thread rmannibucau
Author: rmannibucau Date: Thu Apr 23 08:17:47 2015 New Revision: 1675554 URL: http://svn.apache.org/r1675554 Log: using last released spec jars + owb release + using AnnotatedType instead of pure reflection for BValInterceptor Modified: bval/branches/bval-11/bval-jsr/src/main/java/org

svn commit: r1675799 - in /bval/branches/bval-11: bundle/pom.xml bval-jsr/src/main/java/org/apache/bval/cdi/BValExtension.java

2015-04-24 Thread rmannibucau
Author: rmannibucau Date: Fri Apr 24 07:13:45 2015 New Revision: 1675799 URL: http://svn.apache.org/r1675799 Log: unused import + 'forcing' few OSGi imports for the bundle to avoid surprises Modified: bval/branches/bval-11/bundle/pom.xml bval/branches/bval-11/bval-jsr/src/mai

svn commit: r1677649 - in /bval/trunk/bval-tck: pom.xml src/main/java/ src/test/java/ src/test/resources/custom-jsr303-tck-suite.xml

2015-05-04 Thread rmannibucau
Author: rmannibucau Date: Mon May 4 18:27:54 2015 New Revision: 1677649 URL: http://svn.apache.org/r1677649 Log: excluding TCK from 1.0 suite which can't be passed with an implementation of 1.1 spec Added: bval/trunk/bval-tck/src/test/resources/custom-jsr303-tck-suite.xml Removed:

svn commit: r1686718 - /bval/trunk/bval-tck11/pom.xml

2015-06-21 Thread rmannibucau
Author: rmannibucau Date: Sun Jun 21 13:17:38 2015 New Revision: 1686718 URL: http://svn.apache.org/r1686718 Log: upgrading OWB and TCK 11 Modified: bval/trunk/bval-tck11/pom.xml Modified: bval/trunk/bval-tck11/pom.xml URL: http://svn.apache.org/viewvc/bval/trunk/bval-tck11/pom.xml?rev

svn commit: r11588 - in /release/bval/1.1.0: ./ bval-parent-1.1.0-source-release.zip bval-parent-1.1.0-source-release.zip.asc bval-parent-1.1.0-source-release.zip.md5 bval-parent-1.1.0-source-release.

2015-12-14 Thread rmannibucau
Author: rmannibucau Date: Mon Dec 14 12:37:59 2015 New Revision: 11588 Log: adding bval 1.1.0 since it has been released since weeks Added: release/bval/1.1.0/ release/bval/1.1.0/bval-parent-1.1.0-source-release.zip (with props) release/bval/1.1.0/bval-parent-1.1.0-source

svn commit: r1719894 - /bval/cms-site/trunk/content/downloads.mdtext

2015-12-14 Thread rmannibucau
Author: rmannibucau Date: Mon Dec 14 12:53:45 2015 New Revision: 1719894 URL: http://svn.apache.org/viewvc?rev=1719894&view=rev Log: updating download page with 1.1.0 release Modified: bval/cms-site/trunk/content/downloads.mdtext Modified: bval/cms-site/trunk/content/downloads.mdtext

svn commit: r1719895 - /bval/cms-site/trunk/content/downloads.mdtext

2015-12-14 Thread rmannibucau
Author: rmannibucau Date: Mon Dec 14 12:55:19 2015 New Revision: 1719895 URL: http://svn.apache.org/viewvc?rev=1719895&view=rev Log: 1.1.0 doesnt use 303 suffix Modified: bval/cms-site/trunk/content/downloads.mdtext Modified: bval/cms-site/trunk/content/downloads.mdtext URL:

svn commit: r1719896 - /bval/cms-site/trunk/content/downloads.mdtext

2015-12-14 Thread rmannibucau
Author: rmannibucau Date: Mon Dec 14 12:56:11 2015 New Revision: 1719896 URL: http://svn.apache.org/viewvc?rev=1719896&view=rev Log: updating spec link Modified: bval/cms-site/trunk/content/downloads.mdtext Modified: bval/cms-site/trunk/content/downloads.mdtext URL: http://svn.apache

svn commit: r1719897 - /bval/cms-site/trunk/content/downloads.mdtext

2015-12-14 Thread rmannibucau
Author: rmannibucau Date: Mon Dec 14 12:56:49 2015 New Revision: 1719897 URL: http://svn.apache.org/viewvc?rev=1719897&view=rev Log: min java version upgrade Modified: bval/cms-site/trunk/content/downloads.mdtext Modified: bval/cms-site/trunk/content/downloads.mdtext URL:

svn commit: r1719900 - /bval/cms-site/trunk/content/downloads.mdtext

2015-12-14 Thread rmannibucau
Author: rmannibucau Date: Mon Dec 14 13:01:35 2015 New Revision: 1719900 URL: http://svn.apache.org/viewvc?rev=1719900&view=rev Log: fixing some 1.1.0 links Modified: bval/cms-site/trunk/content/downloads.mdtext Modified: bval/cms-site/trunk/content/downloads.mdtext URL:

svn commit: r975504 - /websites/production/bval/content/

2015-12-14 Thread rmannibucau
Author: rmannibucau Date: Mon Dec 14 13:03:08 2015 New Revision: 975504 Log: Publishing svnmucc operation to bval site by rmannibucau Added: websites/production/bval/content/ - copied from r975503, websites/staging/bval/trunk/content/

svn commit: r1721536 - in /bval/trunk: ./ bval-jsr/ bval-jsr/src/main/java/org/apache/bval/jsr/ bval-jsr/src/test/java/org/apache/bval/jsr/ bval-tck/

2015-12-23 Thread rmannibucau
Author: rmannibucau Date: Wed Dec 23 12:45:01 2015 New Revision: 1721536 URL: http://svn.apache.org/viewvc?rev=1721536&view=rev Log: BVAL-143 caching should be hold by the factory or shouldnt be for performance reason + reactivating jboss repo since tck (1.0) modules are not on central Modi

svn commit: r1721555 - in /bval/trunk: bval-jsr/pom.xml pom.xml

2015-12-23 Thread rmannibucau
Author: rmannibucau Date: Wed Dec 23 15:47:51 2015 New Revision: 1721555 URL: http://svn.apache.org/viewvc?rev=1721555&view=rev Log: upgrading commons-weaver to the snapshot cause of a blocking bug in 1.1 Modified: bval/trunk/bval-jsr/pom.xml bval/trunk/pom.xml Modified: bval/trunk/

svn commit: r1724391 - /bval/trunk/bval-jsr/src/main/resources/org/apache/bval/jsr/ValidationMessages_es.properties

2016-01-13 Thread rmannibucau
Author: rmannibucau Date: Wed Jan 13 10:12:49 2016 New Revision: 1724391 URL: http://svn.apache.org/viewvc?rev=1724391&view=rev Log: TOMEE-1693 BVAL-144 wrong encoding for ValidationMessages_es.properties, using utf8 code now Modified: bval/trunk/bval-jsr/src/main/resources/org/apache/

svn commit: r1724392 - /bval/trunk/bval-jsr/src/main/resources/org/apache/bval/jsr/ValidationMessages_es.properties

2016-01-13 Thread rmannibucau
Author: rmannibucau Date: Wed Jan 13 10:13:31 2016 New Revision: 1724392 URL: http://svn.apache.org/viewvc?rev=1724392&view=rev Log: TOMEE-1693 BVAL-144 wrong encoding for ValidationMessages_es.properties, using utf8 code now - forgot one Modified: bval/trunk/bval-jsr/src/main/resou

svn commit: r1724429 - /bval/trunk/bval-jsr/src/main/resources/org/apache/bval/jsr/ValidationMessages_es.properties

2016-01-13 Thread rmannibucau
Author: rmannibucau Date: Wed Jan 13 14:16:12 2016 New Revision: 1724429 URL: http://svn.apache.org/viewvc?rev=1724429&view=rev Log: TOMEE-1693 BVAL-144 wrong encoding for ValidationMessages_es.properties, using utf8 code now - forgot another one Modified: bval/trunk/bval-jsr/src/

svn commit: r1728266 - /bval/KEYS

2016-02-03 Thread rmannibucau
Author: rmannibucau Date: Wed Feb 3 08:15:27 2016 New Revision: 1728266 URL: http://svn.apache.org/viewvc?rev=1728266&view=rev Log: adding my win key Modified: bval/KEYS Modified: bval/KEYS URL: http://svn.apache.org/viewvc/bval/KEYS?rev=1728266&r1=1728265&r2=17282

svn commit: r1728269 - /bval/trunk/CHANGES.txt

2016-02-03 Thread rmannibucau
Author: rmannibucau Date: Wed Feb 3 08:31:10 2016 New Revision: 1728269 URL: http://svn.apache.org/viewvc?rev=1728269&view=rev Log: updating changes.txt Modified: bval/trunk/CHANGES.txt Modified: bval/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/bval/trunk/CHANGES.txt?rev=172

svn commit: r1728271 - /bval/trunk/pom.xml

2016-02-03 Thread rmannibucau
Author: rmannibucau Date: Wed Feb 3 08:38:51 2016 New Revision: 1728271 URL: http://svn.apache.org/viewvc?rev=1728271&view=rev Log: removing duplicate and upgrading rat Modified: bval/trunk/pom.xml Modified: bval/trunk/pom.xml URL: http://svn.apache.org/viewvc/bval/trunk/pom.xml

svn commit: r1728272 - /bval/trunk/pom.xml

2016-02-03 Thread rmannibucau
Author: rmannibucau Date: Wed Feb 3 08:44:09 2016 New Revision: 1728272 URL: http://svn.apache.org/viewvc?rev=1728272&view=rev Log: trying to upgrade release plugin cause otherwise mvn 3.3 doesnt like it Modified: bval/trunk/pom.xml Modified: bval/trunk/pom.xml URL: http://svn.apache

svn commit: r1728276 - /bval/trunk/CHANGES.txt

2016-02-03 Thread rmannibucau
Author: rmannibucau Date: Wed Feb 3 09:11:33 2016 New Revision: 1728276 URL: http://svn.apache.org/viewvc?rev=1728276&view=rev Log: fixing version in CHANGES.txt Modified: bval/trunk/CHANGES.txt Modified: bval/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/bval/trunk/CHANGES.txt

svn commit: r12281 - in /release/bval: 1.1.0/ 1.1.1/ 1.1.1/bval-parent-1.1.1-source-release.zip 1.1.1/bval-parent-1.1.1-source-release.zip.asc 1.1.1/bval-parent-1.1.1-source-release.zip.md5 1.1.1/bval

2016-02-08 Thread rmannibucau
Author: rmannibucau Date: Mon Feb 8 21:28:01 2016 New Revision: 12281 Log: bval 1.1.1 Added: release/bval/1.1.1/ release/bval/1.1.1/bval-parent-1.1.1-source-release.zip (with props) release/bval/1.1.1/bval-parent-1.1.1-source-release.zip.asc release/bval/1.1.1/bval-parent

svn commit: r1729263 - /bval/cms-site/trunk/content/downloads.mdtext

2016-02-08 Thread rmannibucau
Author: rmannibucau Date: Mon Feb 8 21:33:02 2016 New Revision: 1729263 URL: http://svn.apache.org/viewvc?rev=1729263&view=rev Log: updating last release in downloads Modified: bval/cms-site/trunk/content/downloads.mdtext Modified: bval/cms-site/trunk/content/downloads.mdtext URL:

svn commit: r979887 - /websites/production/bval/content/

2016-02-08 Thread rmannibucau
Author: rmannibucau Date: Mon Feb 8 21:33:29 2016 New Revision: 979887 Log: Publishing svnmucc operation to bval site by rmannibucau Added: websites/production/bval/content/ - copied from r979886, websites/staging/bval/trunk/content/

svn commit: r1733266 - /bval/trunk/pom.xml

2016-03-02 Thread rmannibucau
Author: rmannibucau Date: Wed Mar 2 12:15:11 2016 New Revision: 1733266 URL: http://svn.apache.org/viewvc?rev=1733266&view=rev Log: deactivating bval-tck since dependencies are not working by default and it is there just for validation when doing big refactorings Modified: bval/t

svn commit: r1733271 - /bval/trunk/pom.xml

2016-03-02 Thread rmannibucau
Author: rmannibucau Date: Wed Mar 2 12:29:55 2016 New Revision: 1733271 URL: http://svn.apache.org/viewvc?rev=1733271&view=rev Log: upgrading release plugin Modified: bval/trunk/pom.xml Modified: bval/trunk/pom.xml URL: http://svn.apache.org/viewvc/bval/trunk/pom.xml?rev=173327

svn commit: r1762479 - /bval/trunk/bval-jsr/src/main/java/org/apache/bval/jsr/ApacheFactoryContext.java

2016-09-27 Thread rmannibucau
Author: rmannibucau Date: Tue Sep 27 13:43:13 2016 New Revision: 1762479 URL: http://svn.apache.org/viewvc?rev=1762479&view=rev Log: BVAL-147 avoid to skip the cache when not needed Modified: bval/trunk/bval-jsr/src/main/java/org/apache/bval/jsr/ApacheFactoryContext.java Modified:

svn commit: r1764610 - in /bval/trunk/bval-jsr/src/main/java/org/apache/bval/jsr: ConfigurationImpl.java ConstraintValidation.java DefaultConstraintValidatorFactory.java

2016-10-13 Thread rmannibucau
Author: rmannibucau Date: Thu Oct 13 07:21:04 2016 New Revision: 1764610 URL: http://svn.apache.org/viewvc?rev=1764610&view=rev Log: BVAL-148 ensuring our double state locking does what we want - we can evaluate to remove it later too Modified: bval/trunk/bval-jsr/src/main/java/org/ap

svn commit: r1800806 - /bval/cms-site/trunk/content/index.mdtext

2017-07-04 Thread rmannibucau
Author: rmannibucau Date: Tue Jul 4 18:33:16 2017 New Revision: 1800806 URL: http://svn.apache.org/viewvc?rev=1800806&view=rev Log: fixing jsr number on the home page Modified: bval/cms-site/trunk/content/index.mdtext Modified: bval/cms-site/trunk/content/index.mdtext URL:

svn commit: r1014977 - /websites/production/bval/content/

2017-07-04 Thread rmannibucau
Author: rmannibucau Date: Tue Jul 4 18:33:46 2017 New Revision: 1014977 Log: Publishing svnmucc operation to bval site by rmannibucau Added: websites/production/bval/content/ - copied from r1014976, websites/staging/bval/trunk/content/

bval git commit: moving to OWB 2

2018-02-22 Thread rmannibucau
Repository: bval Updated Branches: refs/heads/bv2 46e801984 -> 47e3820bd moving to OWB 2 Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/47e3820b Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/47e3820b Diff: http://g

bval git commit: ensure void and null match

2018-02-22 Thread rmannibucau
Repository: bval Updated Branches: refs/heads/bv2 47e3820bd -> dfc8c9e32 ensure void and null match Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/dfc8c9e3 Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/dfc8c9e3 Dif

bval git commit: fixing methodtype filtering

2018-02-22 Thread rmannibucau
Repository: bval Updated Branches: refs/heads/bv2 e35fb3317 -> d28ee4d5d fixing methodtype filtering Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/d28ee4d5 Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/d28ee4d5 Di

bval git commit: fixing ValidationInterceptorPriorityTest

2018-02-22 Thread rmannibucau
Repository: bval Updated Branches: refs/heads/bv2 d28ee4d5d -> 861d64d4f fixing ValidationInterceptorPriorityTest Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/861d64d4 Tree: http://git-wip-us.apache.org/repos/asf/bval/tre

bval git commit: ensure to use .getConstructor().newInstance() instead of newInstance() (newInstance() is deprecated in j9)

2018-02-23 Thread rmannibucau
Repository: bval Updated Branches: refs/heads/bv2 330afb5b6 -> 30e01238e ensure to use .getConstructor().newInstance() instead of newInstance() (newInstance() is deprecated in j9) Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/co

bval git commit: BVAL-156 upgrade to commons lang3 3.7

2018-04-09 Thread rmannibucau
Repository: bval Updated Branches: refs/heads/master cd050cfef -> f2bbe419f BVAL-156 upgrade to commons lang3 3.7 Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/f2bbe419 Tree: http://git-wip-us.apache.org/repos/asf/bval/tre

bval git commit: BVAL-156 upgrade to commons-lang3 3.7

2018-04-09 Thread rmannibucau
Repository: bval Updated Branches: refs/heads/bv2 5fd197b50 -> d1ddb57b8 BVAL-156 upgrade to commons-lang3 3.7 Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/d1ddb57b Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/d

bval git commit: lazily load the validator factory and validator for the cdi extension - note: we can surely lazy load the config as well if needed

2018-04-19 Thread rmannibucau
Repository: bval Updated Branches: refs/heads/bv2 9e4e23f40 -> 6677d6bf6 lazily load the validator factory and validator for the cdi extension - note: we can surely lazy load the config as well if needed Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apac

bval git commit: ensure isGetter methods are consistent between them

2018-05-16 Thread rmannibucau
Repository: bval Updated Branches: refs/heads/bv2 2c80d64d3 -> 4d1d208ae ensure isGetter methods are consistent between them Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/4d1d208a Tree: http://git-wip-us.apache.org/repos/a

bval git commit: ensure to test more precisely getter names

2018-05-16 Thread rmannibucau
Repository: bval Updated Branches: refs/heads/bv2 4d1d208ae -> ebcbeffac ensure to test more precisely getter names Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/ebcbeffa Tree: http://git-wip-us.apache.org/repos/asf/bval/t

bval git commit: ensure TCCL is preferred over bval loader (OSGi+EE)

2018-08-16 Thread rmannibucau
Repository: bval Updated Branches: refs/heads/bv2 798012ead -> 95560258f ensure TCCL is preferred over bval loader (OSGi+EE) Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/95560258 Tree: http://git-wip-us.apache.org/repos/a

bval git commit: BVAL-159 drop commons dependencies

2018-10-07 Thread rmannibucau
Repository: bval Updated Branches: refs/heads/bv2 a1dfe6c27 -> 758297fa2 BVAL-159 drop commons dependencies Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/758297fa Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/7582

bval git commit: disabling doclint since our javadoc is not java 8 friendly yet + upgrading apache parent to hae the new gpg setup

2018-10-07 Thread rmannibucau
Repository: bval Updated Branches: refs/heads/bv2 758297fa2 -> 763cb2491 disabling doclint since our javadoc is not java 8 friendly yet + upgrading apache parent to hae the new gpg setup Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/

bval git commit: BVAL-165 tccl should always be preferred over class.getClassLoader since it is always possible to set it right and it enables tree classloading graphs to work (whereas the opposite br

2018-10-30 Thread rmannibucau
Repository: bval Updated Branches: refs/heads/master e3023a4a0 -> 7f5df08d6 BVAL-165 tccl should always be preferred over class.getClassLoader since it is always possible to set it right and it enables tree classloading graphs to work (whereas the opposite breaks it by design) Project: http

bval git commit: adding LiskovTest in ignored more to share the work to do on Liskov + some minor tweaks in tck (mainly logging and fixing a wrong license)

2018-11-05 Thread rmannibucau
Repository: bval Updated Branches: refs/heads/master 8084d4d79 -> 9171e1cdc adding LiskovTest in ignored more to share the work to do on Liskov + some minor tweaks in tck (mainly logging and fixing a wrong license) Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-

bval git commit: BVAL-170 adding back some caching for resource bundle and reflection

2019-02-07 Thread rmannibucau
Repository: bval Updated Branches: refs/heads/master 83f28d84c -> b3afb92fa BVAL-170 adding back some caching for resource bundle and reflection Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/b3afb92f Tree: http://git-wip-u

bval git commit: BVAL-170 more aggressive caching of interpolated messages

2019-02-07 Thread rmannibucau
Repository: bval Updated Branches: refs/heads/master b3afb92fa -> ca0104bd4 BVAL-170 more aggressive caching of interpolated messages Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/ca0104bd Tree: http://git-wip-us.apache.or

bval git commit: BVAL-170 ensure we don't go through class model for each call, cache Proxies.classFor result

2019-02-07 Thread rmannibucau
Repository: bval Updated Branches: refs/heads/master ca0104bd4 -> 0e7541f30 BVAL-170 ensure we don't go through class model for each call, cache Proxies.classFor result Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/0e7541

[bval] branch master updated: BVAL-170 no need to test #{ in DefaultMessageInterpolator

2019-02-17 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/bval.git The following commit(s) were added to refs/heads/master by this push: new 847d23e BVAL-170 no need to test #{ in

[bval] branch master updated: BVAL-170 skip interpolation when not needed

2019-02-17 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/bval.git The following commit(s) were added to refs/heads/master by this push: new d1abb1e BVAL-170 skip interpolation when

[bval] branch master updated: BVAL-170 cache first interpolation level of messages

2019-02-17 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/bval.git The following commit(s) were added to refs/heads/master by this push: new d425f90 BVAL-170 cache first interpolation

[bval] branch master updated: drop validations which should be redundant due to code path

2019-02-17 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/bval.git The following commit(s) were added to refs/heads/master by this push: new 43935b4 drop validations which should be

[bval] branch master updated: [maven-release-plugin] prepare for next development iteration

2019-04-08 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/bval.git The following commit(s) were added to refs/heads/master by this push: new 8b683b9 [maven-release-plugin] prepare for

[bval] branch master updated: [maven-release-plugin] prepare release 2.0.1

2019-04-08 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/bval.git The following commit(s) were added to refs/heads/master by this push: new 34d87ca [maven-release-plugin] prepare

[bval] annotated tag 2.0.1 created (now 1332e01)

2019-04-08 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a change to annotated tag 2.0.1 in repository https://gitbox.apache.org/repos/asf/bval.git. at 1332e01 (tag) tagging 34d87cad154f0a75010a62777b7c4b508347aebf (commit) replaces 2.0.0-rc2 by

[bval] annotated tag 2.0.0 created (now e828a49)

2019-04-08 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a change to annotated tag 2.0.0 in repository https://gitbox.apache.org/repos/asf/bval.git. at e828a49 (tag) tagging fcd60642ca935fe280c88b81b8c3de6b6a04496c (commit) by Matt Benson on Thu

svn commit: r33504 - /release/bval/KEYS

2019-04-08 Thread rmannibucau
Author: rmannibucau Date: Mon Apr 8 08:39:42 2019 New Revision: 33504 Log: adding my key in KEYS of bval Modified: release/bval/KEYS Modified: release/bval/KEYS == --- release/bval/KEYS (original) +++ release/bval

svn commit: r33505 - /release/bval/KEYS

2019-04-08 Thread rmannibucau
Author: rmannibucau Date: Mon Apr 8 08:41:18 2019 New Revision: 33505 Log: fixing my key in bval's KEYS Modified: release/bval/KEYS Modified: release/bval/KEYS == --- release/bval/KEYS (original) +++ release

[bval] branch master updated: BVAL-170 perf boost for CDI integrations startup

2019-04-11 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/bval.git The following commit(s) were added to refs/heads/master by this push: new 5bca3a7 BVAL-170 perf boost for CDI

[bval] annotated tag 2.0.2 created (now e9a61ad)

2019-04-15 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a change to annotated tag 2.0.2 in repository https://gitbox.apache.org/repos/asf/bval.git. at e9a61ad (tag) tagging 9a6f025b75af31f77e54738beeca60f4c1783d4e (commit) replaces 2.0.1 by Romain

[bval] branch master updated: [maven-release-plugin] prepare release 2.0.2

2019-04-15 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/bval.git The following commit(s) were added to refs/heads/master by this push: new 9a6f025 [maven-release-plugin] prepare

[bval] branch master updated: [maven-release-plugin] prepare for next development iteration

2019-04-15 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/bval.git The following commit(s) were added to refs/heads/master by this push: new 69c36fa [maven-release-plugin] prepare for

[bval] branch master updated: BVAL-172 more thread safety in our caches

2019-04-19 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/bval.git The following commit(s) were added to refs/heads/master by this push: new c4e1bdf BVAL-172 more thread safety in our

[bval] branch master updated: BVAL-172 dropping LRUCache since it is not thread safe and cache size is bounded by deployed classes anyway, to enhance if needed

2019-04-22 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/bval.git The following commit(s) were added to refs/heads/master by this push: new e5395c9 BVAL-172 dropping LRUCache since it

svn commit: r34071 - in /release/bval: 2.0.0/ 2.0.2/ 2.0.2/bval-parent-2.0.2-source-release.zip 2.0.2/bval-parent-2.0.2-source-release.zip.asc 2.0.2/bval-parent-2.0.2-source-release.zip.sha512

2019-05-16 Thread rmannibucau
Author: rmannibucau Date: Thu May 16 15:03:48 2019 New Revision: 34071 Log: adding bval 2.0.2 Added: release/bval/2.0.2/ release/bval/2.0.2/bval-parent-2.0.2-source-release.zip (with props) release/bval/2.0.2/bval-parent-2.0.2-source-release.zip.asc release/bval/2.0.2/bval

svn commit: r1859381 - /bval/cms-site/trunk/content/downloads.mdtext

2019-05-16 Thread rmannibucau
Author: rmannibucau Date: Thu May 16 15:07:54 2019 New Revision: 1859381 URL: http://svn.apache.org/viewvc?rev=1859381&view=rev Log: updating download page with 2.0.2 Modified: bval/cms-site/trunk/content/downloads.mdtext Modified: bval/cms-site/trunk/content/downloads.mdtext URL:

[bval] branch master updated: [BVAL-176] Remove resetting of accessible flag when security manager is present

2019-06-04 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/bval.git The following commit(s) were added to refs/heads/master by this push: new bee61ea [BVAL-176] Remove resetting of

[bval] 41/50: downgrade release plugin a point

2019-06-09 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to tag 0.4 in repository https://gitbox.apache.org/repos/asf/bval.git commit b1f51a92d8faa89aa7ebb074d5074ced6874a097 Author: mbenson AuthorDate: Mon Apr 9 20:28:14 2012 + downgrade release

[bval] 02/50: [BVAL-96] Use correct encoding for localization messages

2019-06-09 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to tag 0.4 in repository https://gitbox.apache.org/repos/asf/bval.git commit c66c2ff186c1d79f3f594c1cd8fb295b20cf4456 Author: mbenson AuthorDate: Tue Mar 20 00:02:48 2012 + [BVAL-96] Use

[bval] 48/50: rely on parent configuration of maven-project-info-reports-plugin; specify explicit version of javadoc plugin for reporting

2019-06-09 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to tag 0.4 in repository https://gitbox.apache.org/repos/asf/bval.git commit fbb509f77e138ae844f88548e81d2978aec867e0 Author: mbenson AuthorDate: Mon Apr 9 22:00:53 2012 + rely on parent

[bval] 10/50: add profile to run bval-jsr303 tests with a securityManager to support confident refactoring

2019-06-09 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to tag 0.4 in repository https://gitbox.apache.org/repos/asf/bval.git commit 1bd764a4cfdd69d77b389f01259bf762d5ea9011 Author: mbenson AuthorDate: Thu Apr 5 23:10:52 2012 + add profile to run

[bval] 39/50: tag name format

2019-06-09 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to tag 0.4 in repository https://gitbox.apache.org/repos/asf/bval.git commit 42a10483a32bd893477fead706fb33f85a62eb21 Author: mbenson AuthorDate: Mon Apr 9 17:45:41 2012 + tag name format

[bval] 47/50: [maven-release-plugin] rollback the release of 0.4

2019-06-09 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to tag 0.4 in repository https://gitbox.apache.org/repos/asf/bval.git commit d87ca34ce17f62de1e0e1aa2c827b11a75733414 Author: mbenson AuthorDate: Mon Apr 9 21:57:39 2012 + [maven-release

[bval] 25/50: post-incubation developer info

2019-06-09 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to tag 0.4 in repository https://gitbox.apache.org/repos/asf/bval.git commit 57163fdc1f18fb38638789e9555a89e40a9c371d Author: mbenson AuthorDate: Sun Apr 8 17:57:00 2012 + post-incubation

[bval] 42/50: [maven-release-plugin] prepare release 0.4

2019-06-09 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to tag 0.4 in repository https://gitbox.apache.org/repos/asf/bval.git commit ed3352938b5b2afd4b709241e606ec5298edf7f2 Author: mbenson AuthorDate: Mon Apr 9 21:06:44 2012 + [maven-release

[bval] 06/50: BVAL-103: switch BVal from slf4j to java.util.logging - Changed code to use java.util.logging - Changed pom.xml files: + Removed slf4j as a dependency + slf4j is only there as a test dep

2019-06-09 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to tag 0.4 in repository https://gitbox.apache.org/repos/asf/bval.git commit 6164ebc27654f11137fd658ec3090b97eefb3018 Author: mnour AuthorDate: Sat Mar 31 16:28:29 2012 + BVAL-103: switch

  1   2   3   >