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

2013-06-23 Thread rmannibucau
Author: rmannibucau Date: Sun Jun 23 18:04:50 2013 New Revision: 1495859 URL: http://svn.apache.org/r1495859 Log: adding myself in root pom Modified: bval/trunk/pom.xml Modified: bval/trunk/pom.xml URL: http://svn.apache.org/viewvc/bval/trunk/pom.xml?rev=1495859r1=1495858r2=1495859view

svn commit: r1498347 [7/7] - in /bval/branches/bval-11: ./ bval-core/src/main/java/org/apache/bval/ bval-core/src/main/java/org/apache/bval/model/ bval-core/src/main/java/org/apache/bval/util/ bval-ex

2013-07-01 Thread rmannibucau
Added: bval/branches/bval-11/bval-tck11/src/main/java/org/apache/bval/arquillian/EJBEnricher.java URL: http://svn.apache.org/viewvc/bval/branches/bval-11/bval-tck11/src/main/java/org/apache/bval/arquillian/EJBEnricher.java?rev=1498347view=auto

svn commit: r1498386 - in /bval/branches/bval-11: bundle/pom.xml bval-core/pom.xml bval-extras/pom.xml bval-guice/pom.xml bval-json/pom.xml bval-jsr303/pom.xml bval-tck/pom.xml bval-tck11/pom.xml bval

2013-07-01 Thread rmannibucau
Author: rmannibucau Date: Mon Jul 1 11:30:19 2013 New Revision: 1498386 URL: http://svn.apache.org/r1498386 Log: updating version to 2.0-SNAPSHOT Modified: bval/branches/bval-11/bundle/pom.xml bval/branches/bval-11/bval-core/pom.xml bval/branches/bval-11/bval-extras/pom.xml bval

svn commit: r1498391 - in /bval/branches/bval-11: bval-guice/pom.xml bval-jsr303/src/main/java/org/apache/bval/jsr303/DefaultMessageInterpolator.java bval-tck/pom.xml bval-tck11/pom.xml pom.xml

2013-07-01 Thread rmannibucau
Author: rmannibucau Date: Mon Jul 1 11:46:11 2013 New Revision: 1498391 URL: http://svn.apache.org/r1498391 Log: using geronimo-el snapshot since it contains a fix in BeanELResolver needed for bv 1.1 tcks Modified: bval/branches/bval-11/bval-guice/pom.xml bval/branches/bval-11/bval

svn commit: r1498793 - in /bval/branches/bval-11/bval-jsr303/src/main/java/org/apache/bval: el/ el/ELFacade.java el/MessageEvaluator.java jsr303/DefaultMessageInterpolator.java

2013-07-02 Thread rmannibucau
Author: rmannibucau Date: Tue Jul 2 06:10:57 2013 New Revision: 1498793 URL: http://svn.apache.org/r1498793 Log: making bval usable without all the JavaEE API the spec now needs (cdi, ejb, interceptor was already optional while not triggered by default but el was mandatory) Added: bval

svn commit: r1498795 - in /bval/branches/bval-11/bval-jsr303/src/main/java/org/apache/bval/jsr303: ApacheValidatorFactory.java ClassValidator.java ConstraintValidation.java ElementDescriptorImpl.java

2013-07-02 Thread rmannibucau
Author: rmannibucau Date: Tue Jul 2 06:19:17 2013 New Revision: 1498795 URL: http://svn.apache.org/r1498795 Log: adding basic cache to not validate ValidationAppliesTo each time Modified: bval/branches/bval-11/bval-jsr303/src/main/java/org/apache/bval/jsr303/ApacheValidatorFactory.java

svn commit: r1498797 - /bval/branches/bval-11/bval-jsr303/src/main/java/org/apache/bval/jsr303/ApacheValidatorFactory.java

2013-07-02 Thread rmannibucau
Author: rmannibucau Date: Tue Jul 2 06:22:57 2013 New Revision: 1498797 URL: http://svn.apache.org/r1498797 Log: no need to keep our internal property for executable validation types once read Modified: bval/branches/bval-11/bval-jsr303/src/main/java/org/apache/bval/jsr303

svn commit: r1498801 - in /bval/branches/bval-11: bval-jsr303/src/main/java/org/apache/bval/jsr303/ConstraintDescriptorImpl.java bval-tck11/work-tests-suite.xml

2013-07-02 Thread rmannibucau
Author: rmannibucau Date: Tue Jul 2 06:42:40 2013 New Revision: 1498801 URL: http://svn.apache.org/r1498801 Log: consistent equals/hascode for ConstraintDescriptorImpl - create a regression in tck 1.0 but seems the same test in bv 1.1 is a bit different Modified: bval/branches/bval-11

svn commit: r1503565 - /bval/branches/bval-11/bval-jsr303/src/main/java/org/apache/bval/jsr303/util/MarkableInputStream.java

2013-07-16 Thread rmannibucau
Author: rmannibucau Date: Tue Jul 16 05:59:58 2013 New Revision: 1503565 URL: http://svn.apache.org/r1503565 Log: removing MarkableInputStream which was replaced by a ByteArrayInputStream Removed: bval/branches/bval-11/bval-jsr303/src/main/java/org/apache/bval/jsr303/util

svn commit: r1503567 - /bval/branches/bval-11/bval-tck11/pom.xml

2013-07-16 Thread rmannibucau
Author: rmannibucau Date: Tue Jul 16 06:00:08 2013 New Revision: 1503567 URL: http://svn.apache.org/r1503567 Log: updating tomcat el impl version Modified: bval/branches/bval-11/bval-tck11/pom.xml Modified: bval/branches/bval-11/bval-tck11/pom.xml URL: http://svn.apache.org/viewvc/bval

svn commit: r1503686 - in /bval/branches/bval-11/bval-jsr303/src/main/java/org/apache/bval/jsr303: ClassValidator.java ConstraintValidationListener.java

2013-07-16 Thread rmannibucau
Author: rmannibucau Date: Tue Jul 16 12:38:56 2013 New Revision: 1503686 URL: http://svn.apache.org/r1503686 Log: fixing param and returned value validation (group sequences) Modified: bval/branches/bval-11/bval-jsr303/src/main/java/org/apache/bval/jsr303/ClassValidator.java bval

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

2013-07-17 Thread rmannibucau
Author: rmannibucau Date: Wed Jul 17 07:25:11 2013 New Revision: 1504027 URL: http://svn.apache.org/r1504027 Log: hacking an arquillian extension to add BValInterceptor Added: bval/branches/bval-11/bval-tck11/src/main/java/org/apache/bval/arquillian/CdiMethodValidationProcessor.java

svn commit: r1504074 - in /bval/branches/bval-11: bval-jsr303/ bval-jsr303/src/main/java/org/apache/bval/cdi/ bval-jsr303/src/main/java/org/apache/bval/jsr303/ bval-jsr303/src/main/java/org/apache/bva

2013-07-17 Thread rmannibucau
Author: rmannibucau Date: Wed Jul 17 11:06:59 2013 New Revision: 1504074 URL: http://svn.apache.org/r1504074 Log: using cdi11 module of OWB and jboss interceptor API while G one is not ready - Note: OWB needs to be built locally using cdi-1.1 profile Modified: bval/branches/bval-11/bval

svn commit: r1513657 - in /bval/branches/bval-11/bval-jsr303/src/main/java/org/apache/bval/jsr303: BeanDescriptorImpl.java MethodDescriptorImpl.java

2013-08-13 Thread rmannibucau
Author: rmannibucau Date: Tue Aug 13 21:14:40 2013 New Revision: 1513657 URL: http://svn.apache.org/r1513657 Log: cutting method validations for inheritance case Modified: bval/branches/bval-11/bval-jsr303/src/main/java/org/apache/bval/jsr303/BeanDescriptorImpl.java bval/branches/bval

svn commit: r1513821 - in /bval/branches/bval-11: bval-extras/ bval-jsr303/src/main/java/org/apache/bval/cdi/ bval-jsr303/src/main/java/org/apache/bval/jsr303/ bval-tck11/

2013-08-14 Thread rmannibucau
Author: rmannibucau Date: Wed Aug 14 11:49:43 2013 New Revision: 1513821 URL: http://svn.apache.org/r1513821 Log: using some contants + removing the loop in buildMethodDescriptors which is useless in fact Modified: bval/branches/bval-11/bval-extras/pom.xml bval/branches/bval-11/bval

svn commit: r1513968 - in /bval/branches/bval-11: bval-core/src/main/java/org/apache/bval/model/Features.java bval-jsr303/src/main/java/org/apache/bval/jsr303/BeanDescriptorImpl.java

2013-08-14 Thread rmannibucau
Author: rmannibucau Date: Wed Aug 14 17:15:26 2013 New Revision: 1513968 URL: http://svn.apache.org/r1513968 Log: some more caching for BeanDescriptorImpl since we use it in validation phase now Modified: bval/branches/bval-11/bval-core/src/main/java/org/apache/bval/model/Features.java

svn commit: r1514466 - in /bval/branches/bval-11/bval-jsr303/src/main/java/org/apache/bval/jsr303: BeanDescriptorImpl.java ConstraintAnnotationAttributes.java

2013-08-15 Thread rmannibucau
Author: rmannibucau Date: Thu Aug 15 20:16:44 2013 New Revision: 1514466 URL: http://svn.apache.org/r1514466 Log: String.format is useless here Modified: bval/branches/bval-11/bval-jsr303/src/main/java/org/apache/bval/jsr303/BeanDescriptorImpl.java bval/branches/bval-11/bval-jsr303/src

svn commit: r1514597 - in /bval/branches/bval-11/bval-jsr303/src/main/java/org/apache/bval/jsr303: AnnotationConstraintBuilder.java xml/AnnotationProxyBuilder.java xml/ValidationMappingParser.java

2013-08-16 Thread rmannibucau
Author: rmannibucau Date: Fri Aug 16 07:15:05 2013 New Revision: 1514597 URL: http://svn.apache.org/r1514597 Log: reusing cache of built in constraints in AnnotationConstraintBuilder Modified: bval/branches/bval-11/bval-jsr303/src/main/java/org/apache/bval/jsr303

svn commit: r1514672 - in /bval/branches/bval-11: bval-jsr303/src/main/java/org/apache/bval/jsr303/ bval-jsr303/src/main/java/org/apache/bval/jsr303/xml/ bval-tck11/

2013-08-16 Thread rmannibucau
Author: rmannibucau Date: Fri Aug 16 12:15:12 2013 New Revision: 1514672 URL: http://svn.apache.org/r1514672 Log: small factorization Modified: bval/branches/bval-11/bval-jsr303/src/main/java/org/apache/bval/jsr303/BeanDescriptorImpl.java bval/branches/bval-11/bval-jsr303/src/main/java

svn commit: r1514716 - in /bval/branches/bval-11/bval-jsr303/src/main/java/org/apache/bval/jsr303: AnnotationConstraintBuilder.java AnnotationProcessor.java BaseAppendValidation.java ConstraintValidat

2013-08-16 Thread rmannibucau
Author: rmannibucau Date: Fri Aug 16 14:00:45 2013 New Revision: 1514716 URL: http://svn.apache.org/r1514716 Log: lazy creation of constraint validators - needed for CDI Modified: bval/branches/bval-11/bval-jsr303/src/main/java/org/apache/bval/jsr303/AnnotationConstraintBuilder.java

svn commit: r1517540 [15/15] - in /bval/branches/bval-11/bval-jsr: ./ src/ src/main/ src/main/appended-resources/ src/main/appended-resources/META-INF/ src/main/java/ src/main/java/org/ src/main/java/

2013-08-26 Thread rmannibucau
Added: bval/branches/bval-11/bval-jsr/src/test/java/org/apache/bval/jsr/groups/redefining/InvalidRedefinedDefaultGroupAddress.java URL:

svn commit: r1541974 - /bval/branches/bval-11/bval-tck11/pom.xml

2013-11-14 Thread rmannibucau
Author: rmannibucau Date: Thu Nov 14 16:51:09 2013 New Revision: 1541974 URL: http://svn.apache.org/r1541974 Log: using released OWB version Modified: bval/branches/bval-11/bval-tck11/pom.xml Modified: bval/branches/bval-11/bval-tck11/pom.xml URL: http://svn.apache.org/viewvc/bval/branches

svn commit: r1542195 - in /bval/branches/bval-11: bval-extras/pom.xml bval-jsr/pom.xml bval-jsr/src/main/java/org/apache/bval/jsr/ReturnValueDescriptorImpl.java bval-tck/pom.xml bval-tck11/pom.xml pom

2013-11-15 Thread rmannibucau
Author: rmannibucau Date: Fri Nov 15 08:13:41 2013 New Revision: 1542195 URL: http://svn.apache.org/r1542195 Log: using geronimo spec jars Modified: bval/branches/bval-11/bval-extras/pom.xml bval/branches/bval-11/bval-jsr/pom.xml bval/branches/bval-11/bval-jsr/src/main/java/org

svn commit: r1543831 - in /bval/branches/bval-11: bundle/pom.xml bval-core/pom.xml bval-extras/pom.xml bval-json/pom.xml bval-jsr/pom.xml bval-tck/pom.xml bval-tck11/pom.xml bval-xstream/pom.xml pom.x

2013-11-20 Thread rmannibucau
Author: rmannibucau Date: Wed Nov 20 14:47:30 2013 New Revision: 1543831 URL: http://svn.apache.org/r1543831 Log: back to 1.1.x version + already adding alpha for next release Modified: bval/branches/bval-11/bundle/pom.xml bval/branches/bval-11/bval-core/pom.xml bval/branches/bval-11

svn commit: r1543860 - /bval/branches/bval-11/bval-jsr/pom.xml

2013-11-20 Thread rmannibucau
Author: rmannibucau Date: Wed Nov 20 16:26:40 2013 New Revision: 1543860 URL: http://svn.apache.org/r1543860 Log: fixing jaxb object generation in java 6 Modified: bval/branches/bval-11/bval-jsr/pom.xml Modified: bval/branches/bval-11/bval-jsr/pom.xml URL: http://svn.apache.org/viewvc/bval

svn commit: r1544263 - /bval/branches/bval-11/bval-tck11/src/main/java/org/apache/cxf/jaxrs/validation/

2013-11-21 Thread rmannibucau
Author: rmannibucau Date: Thu Nov 21 17:51:38 2013 New Revision: 1544263 URL: http://svn.apache.org/r1544263 Log: i shouldn't have committed this file, sorry Removed: bval/branches/bval-11/bval-tck11/src/main/java/org/apache/cxf/jaxrs/validation/

svn commit: r1544261 - in /bval/branches/bval-11: bval-jsr/src/main/java/org/apache/bval/jsr/ bval-tck11/src/main/java/org/apache/cxf/ bval-tck11/src/main/java/org/apache/cxf/jaxrs/ bval-tck11/src/mai

2013-11-21 Thread rmannibucau
Author: rmannibucau Date: Thu Nov 21 17:47:45 2013 New Revision: 1544261 URL: http://svn.apache.org/r1544261 Log: few cast/hypothesis fixes thanks to cxf Added: bval/branches/bval-11/bval-tck11/src/main/java/org/apache/cxf/ bval/branches/bval-11/bval-tck11/src/main/java/org/apache/cxf

svn commit: r1544265 - /bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/jsr/ConfigurationImpl.java

2013-11-21 Thread rmannibucau
Author: rmannibucau Date: Thu Nov 21 17:52:03 2013 New Revision: 1544265 URL: http://svn.apache.org/r1544265 Log: accept defaults only when not null Modified: bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/jsr/ConfigurationImpl.java Modified: bval/branches/bval-11/bval-jsr

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: 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: 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.java

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: 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: 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=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/bval/jsr

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=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/main/resources

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: 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=rev Log: adding my win key Modified: bval/KEYS Modified: bval/KEYS URL: http://svn.apache.org/viewvc/bval/KEYS?rev=1728266=1728265=1728266=diff

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=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.org

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=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?rev=1728271

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=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?rev

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=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/trunk/pom.xml

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=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=1733271=1733270

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=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/apache/bval

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: 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:

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

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:

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

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:

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:

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:

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:

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:

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:

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:

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:

[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

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

[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

[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: 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

[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

[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: 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

[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 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:

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:

[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

[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

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

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

[bval] 01/01: next snapshot for 1.1.x

2019-06-09 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch bval-1.1.x in repository https://gitbox.apache.org/repos/asf/bval.git commit b634e9eed21f4db1ba164273e5619a216832428d Author: Romain Manni-Bucau AuthorDate: Mon Jun 10 07:06:50 2019 +0200

[bval] branch bval-1.1.x created (now b634e9e)

2019-06-09 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a change to branch bval-1.1.x in repository https://gitbox.apache.org/repos/asf/bval.git. at b634e9e next snapshot for 1.1.x This branch includes the following new commits: new b634e9e next

[bval] 14/16: add manually gen'd note about partially addressed [BVAL-112] to changes

2019-06-09 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to tag 0.5 in repository https://gitbox.apache.org/repos/asf/bval.git commit 735558a36138a8092ea472480387acb09f02769c Author: mbenson AuthorDate: Mon Sep 17 18:31:13 2012 + add manually

[bval] 01/19: [maven-release-plugin] prepare for next development iteration

2019-06-09 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to tag 1.1.1 in repository https://gitbox.apache.org/repos/asf/bval.git commit a2e264e176806d19dd0ea63b24914a3aee8e1c03 Author: struberg AuthorDate: Fri Jun 5 17:33:34 2015 + [maven-release

[bval] 11/19: TOMEE-1693 BVAL-144 wrong encoding for ValidationMessages_es.properties, using utf8 code now - forgot another one

2019-06-09 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to tag 1.1.1 in repository https://gitbox.apache.org/repos/asf/bval.git commit 715c0f2e035eb42bcd062c1030d8d408c8636cf3 Author: rmannibucau AuthorDate: Wed Jan 13 14:16:12 2016 + TOMEE-1693

[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] 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

[bval] 14/50: no longer incubating :P

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 612f946f73d39f56e575ae0774186238c2907b65 Author: mbenson AuthorDate: Fri Apr 6 19:02:00 2012 + no longer

[bval] 26/50: release plugin config: preparationGoals + don't skip tests

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 4cd6c27184057e411a2e8bc906e30c890f2418fd Author: mbenson AuthorDate: Sun Apr 8 18:45:23 2012 + release plugin

[bval] 13/50: plug security holes

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 bce9e5fcd4da1ce0d4a5fe31a51402420c70cbc8 Author: mbenson AuthorDate: Fri Apr 6 15:47:04 2012 + plug security

[bval] 27/50: comment javadoc plugin to use only inherited configuration

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 ac10839aea76819ad73c775e894df374c6cd7354 Author: mbenson AuthorDate: Mon Apr 9 14:17:56 2012 + comment javadoc

[bval] 07/50: spelling consistency

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 5c1f06b82f215a1bb5548980693760054c615ed1 Author: mbenson AuthorDate: Sat Mar 31 17:12:23 2012 + spelling

[bval] 19/50: upgrade javadoc plugin

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 93219544faa6c9313790dd9477e609ce98c4c9df Author: mbenson AuthorDate: Sun Apr 8 16:57:56 2012 + upgrade javadoc

[bval] 09/50: fix comment

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 3e27ceacdf91c73724414ab08123b3b5f966aba3 Author: mbenson AuthorDate: Thu Apr 5 22:05:24 2012 + fix comment

[bval] 32/50: fixing formatting for release

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 68e305a339e33fae761e8e016deb8aac10b830e6 Author: mbenson AuthorDate: Mon Apr 9 16:11:49 2012 + fixing formatting

[bval] 21/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 12abebb0b4e64f5c694a0b582d7bdae7b9ea9090 Author: mbenson AuthorDate: Sun Apr 8 17:11:20 2012 + [maven-release

[bval] 49/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 bf8fe79e32a6e3bd4ef68a46001c0bce6b0838ef Author: mbenson AuthorDate: Mon Apr 9 22:49:51 2012 + [maven-release

[bval] 23/50: step back to javadoc plugin version we were using before upgrading our parent pom

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 9d7e0882c7a0473613a7dcbaf680c905c2767a06 Author: mbenson AuthorDate: Sun Apr 8 17:16:26 2012 + step back

[bval] 38/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 f35b42b4f09bb2f8cce81c09370db24d227f3861 Author: mbenson AuthorDate: Mon Apr 9 17:29:10 2012 + [maven-release

[bval] 22/50: step back to a version of the javadoc plugin that reputedly fixed a problem similar to what I'm seeing

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 ca6fbb4d2d1aaee5db88b4ddc419322fd923f60c Author: mbenson AuthorDate: Sun Apr 8 17:13:11 2012 + step back

  1   2   >