svn commit: r1782919 - in /commons/proper/validator/trunk: RELEASE-NOTES.txt src/changes/changes.xml src/test/java/org/apache/commons/validator/routines/UrlValidatorTest.java

2017-02-13 Thread britter
Author: britter Date: Tue Feb 14 07:24:11 2017 New Revision: 1782919 URL: http://svn.apache.org/viewvc?rev=1782919&view=rev Log: VALIDATOR-418: UrlValidatorTest: testIsValid() does not run all tests. Thanks to Robert McGuigan. Modified: commons/proper/validator/trunk/RELEASE-NOTES.txt co

svn commit: r1782852 [1/2] - in /commons/proper/bcel/trunk/src: main/java/org/apache/bcel/ main/java/org/apache/bcel/classfile/ test/java/org/apache/bcel/visitors/

2017-02-13 Thread markt
Author: markt Date: Mon Feb 13 20:19:41 2017 New Revision: 1782852 URL: http://svn.apache.org/viewvc?rev=1782852&view=rev Log: First pass at Java 9 support based on EA releases and http://cr.openjdk.java.net/~mr/jigsaw/spec/lang-vm.html#jigsaw-2.6 The motivation is primarily to provide the minim

svn commit: r1782852 [2/2] - in /commons/proper/bcel/trunk/src: main/java/org/apache/bcel/ main/java/org/apache/bcel/classfile/ test/java/org/apache/bcel/visitors/

2017-02-13 Thread markt
Modified: commons/proper/bcel/trunk/src/test/java/org/apache/bcel/visitors/CounterVisitor.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/test/java/org/apache/bcel/visitors/CounterVisitor.java?rev=1782852&r1=1782851&r2=1782852&view=diff ===

svn commit: r1782756 - /commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/IntegerValidator.java

2017-02-13 Thread sebb
Author: sebb Date: Mon Feb 13 11:54:26 2017 New Revision: 1782756 URL: http://svn.apache.org/viewvc?rev=1782756&view=rev Log: More efficient to use valueOf (Findbugs) Modified: commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/IntegerValidator.java Modified:

svn commit: r1782740 - in /commons/proper/validator/trunk/src: main/java/org/apache/commons/validator/routines/CreditCardValidator.java test/java/org/apache/commons/validator/routines/CreditCardValida

2017-02-13 Thread sebb
Author: sebb Date: Mon Feb 13 10:55:52 2017 New Revision: 1782740 URL: http://svn.apache.org/viewvc?rev=1782740&view=rev Log: VALIDATOR-415 Extend syntax to allow disjoint lengths Modified: commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/CreditCardValidator

svn commit: r1782732 - in /commons/proper/validator/trunk: ./ src/changes/ src/main/java/org/apache/commons/validator/routines/ src/main/java/org/apache/commons/validator/routines/checkdigit/ src/site

2017-02-13 Thread britter
Author: britter Date: Mon Feb 13 08:41:09 2017 New Revision: 1782732 URL: http://svn.apache.org/viewvc?rev=1782732&view=rev Log: Next release is going to be 1.6 since we introduced some additions to the API Modified: commons/proper/validator/trunk/RELEASE-NOTES.txt commons/proper/validato

svn commit: r1782731 - in /commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines: CreditCardValidator.java checkdigit/ModulusTenCheckDigit.java

2017-02-13 Thread britter
Author: britter Date: Mon Feb 13 08:37:47 2017 New Revision: 1782731 URL: http://svn.apache.org/viewvc?rev=1782731&view=rev Log: Make JavaDoc lint happy Modified: commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/CreditCardValidator.java commons/proper/v